mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
14 lines
249 B
Ruby
14 lines
249 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_016cuesheet < Test
|
|
def description
|
|
return "mkvmerge / CUE sheet to chapters & tags / in(CUE)"
|
|
end
|
|
|
|
def run
|
|
merge("data/textsubs/vde.srt --chapters data/text/cuewithtags2.cue")
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|