mkvtoolnix/tests/test-0048X_chapters_ogmstyle.rb

14 lines
266 B
Ruby
Raw Normal View History

2004-09-20 17:25:37 +00:00
#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0048X_chapters_ogmstyle < Test
2004-09-20 17:25:37 +00:00
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