mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
11 lines
350 B
Ruby
Executable File
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
|