mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
14 lines
224 B
Ruby
14 lines
224 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_049ass < Test
|
|
def description
|
|
return "mkvmerge / ASS subtitles / in(ASS)"
|
|
end
|
|
|
|
def run
|
|
merge("--sub-charset 0:ISO-8859-1 data/textsubs/11.Magyar.ass")
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|