mkvtoolnix/tests/test-360X_chapters_hex_format.rb
2018-11-16 09:51:30 +01:00

11 lines
350 B
Ruby
Executable File

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