mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
73dc17d0c1
See #899.
10 lines
157 B
Ruby
Executable File
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
|