mkvtoolnix/tests/test-362xtr_avc.rb
2012-04-16 15:38:09 +02:00

11 lines
222 B
Ruby

#!/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