mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
14 lines
220 B
Ruby
14 lines
220 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_0011srt < Test
|
|
def description
|
|
return "mkvmerge / subtitles / in(SRT)"
|
|
end
|
|
|
|
def run
|
|
merge("--sub-charset 0:ISO-8859-1 data/subtitles/srt/vde.srt")
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|