mkvtoolnix/tests/test-0362xtr_avc.rb
2021-07-07 16:10:13 +02:00

11 lines
222 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_362xtr_avc
describe "mkvextract / AvC/H.264 extraction"
test_merge "data/h264/interlaced-50i.h264", :keep_tmp => true
test "extraction" do
extract tmp, 0 => "#{tmp}-x"
hash_file "#{tmp}-x"
end