mkvtoolnix/tests/test-410extract_vp9.rb
2013-10-19 20:06:57 +02:00

10 lines
157 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_410extract_vp9
describe "mkvextract / extract VP9"
test "extraction" do
extract "data/webm/out-vp9.webm", 0 => tmp
hash_tmp
end