mkvtoolnix/tests/test-360X_chapters_hex_format.rb
2012-04-04 15:26:29 +02:00

11 lines
335 B
Ruby

#!/usr/bin/ruby -w
# T_360X_chapters_hex_format
describe "mkvextract / extract XML chapters with binary elements (hex format)"
test_merge "data/srt/ven.srt --chapters data/text/chapters-hex-format.xml", :keep_tmp => true
test "extraction" do
extract "#{tmp} > #{tmp}-chapters", :mode => :chapters
hash_file "#{tmp}-chapters"
end