mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
0275749999
Due to the change to set the locale to UTF-8 in run.rb
14 lines
366 B
Ruby
14 lines
366 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_219srt_short_timecodes < Test
|
|
def description
|
|
return "mkvmerge / SRT subs with short timecodes / in(SRT)"
|
|
end
|
|
|
|
def run
|
|
merge "--subtitle-charset -1:ISO-8859-15 'data/textsubs/Marchen Awakens Romance - 40.srt' --subtitle-charset -1:ISO-8859-15 'data/textsubs/Marchen Awakens Romance - 41.srt'"
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|