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