mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
11 lines
222 B
Ruby
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
|