mkvtoolnix/tests/test-016cuesheet.rb

14 lines
235 B
Ruby
Raw Normal View History

2004-08-22 14:28:12 +00:00
#!/usr/bin/ruby -w
class T_016cuesheet < Test
2004-08-25 17:23:07 +00:00
def description
return "mkvmerge / CUE sheet to chapters & tags / in(CUE)"
2004-08-22 14:28:12 +00:00
end
def run
merge("data/vde.srt --chapters data/cuewithtags2.cue")
return hash_tmp
end
end