mkvtoolnix/tests/test-0268X_vp8.rb
2021-07-07 16:10:13 +02:00

10 lines
194 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_268X_vp8
describe "mkvextract / VP8 from Matroska and WebM"
test "extraction" do
extract "data/webm/live-stream.webm", 0 => tmp, :exit_code => :warning
hash_tmp
end