mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
04714ed7b0
Can be read from IVF and Matroska/WebM files. Implements #899.
8 lines
162 B
Ruby
Executable File
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"
|