mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-27 05:14:47 +00:00
14 lines
259 B
Ruby
14 lines
259 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
class T_220ass_with_comments_at_start < Test
|
||
|
def description
|
||
|
return "mkvmerge / ASS with comments at the start / in(ASS)"
|
||
|
end
|
||
|
|
||
|
def run
|
||
|
merge("\"data/textsubs/You're Under Arrest Movie 1.ass\"")
|
||
|
return hash_tmp
|
||
|
end
|
||
|
end
|
||
|
|