mkvtoolnix/tests/test-362xtr_avc.rb
Moritz Bunkus b56918d388
all: use H.264 instead of h.264
Part of the fix of #2600.
2019-08-10 14:29:54 +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