mkvtoolnix/tests/test-409mux_vp9.rb
Moritz Bunkus 04714ed7b0 mkvmerge: implement support for muxing VP9
Can be read from IVF and Matroska/WebM files. Implements #899.
2013-10-19 20:02:46 +02:00

8 lines
162 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_409mux_vp9
describe "mkvmerge / mux VP9 from IVF and Matroska/WebM"
test_merge "data/webm/out-vp9.webm"
test_merge "data/webm/v-vp9.ivf"