mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
15 lines
292 B
Ruby
15 lines
292 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("--sub-charset 0:ISO-8859-1 data/textsubs/vde.srt " +
|
|
"--chapters data/text/cuewithtags2.cue")
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|