mkvtoolnix/tests/test-0233srt_with_coordinates.rb
2021-07-07 16:10:13 +02:00

14 lines
278 B
Ruby

#!/usr/bin/ruby -w
class T_0233srt_with_coordinates < Test
def description
return "mkvmerge / SRT subtitles with coordinates on the timecode line / in(SRT)"
end
def run
merge(1, "data/subtitles/srt/season2_us_disc1_episode01.srt")
return hash_tmp
end
end