mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
14 lines
268 B
Ruby
14 lines
268 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/subtitles/ssa-ass/You're Under Arrest Movie 1.ass\"")
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|