mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
14 lines
277 B
Ruby
14 lines
277 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_233srt_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
|
|
|