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