mkvtoolnix/tests/test-048X_chapters_ogmstyle.rb

14 lines
265 B
Ruby
Raw Normal View History

2004-09-20 17:25:37 +00:00
#!/usr/bin/ruby -w
class T_048X_chapters_ogmstyle < Test
def description
return "mkvextract / chapters (OGM style) / out(TXT)"
end
def run
2007-07-04 14:40:52 +00:00
sys("../src/mkvextract chapters data/mkv/complex.mkv -s > #{tmp} 2>/dev/null")
2004-09-20 17:25:37 +00:00
return hash_tmp
end
end