mkvtoolnix/tests/test-360X_chapters_hex_format.rb

11 lines
345 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
# T_360X_chapters_hex_format
describe "mkvextract / extract XML chapters with binary elements (hex format)"
2013-10-19 11:08:26 +00:00
test_merge "data/subtitles/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