mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-27 05:14:47 +00:00
11 lines
345 B
Ruby
11 lines
345 B
Ruby
#!/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} > #{tmp}-chapters", :mode => :chapters
|
|
hash_file "#{tmp}-chapters"
|
|
end
|