mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
10 lines
194 B
Ruby
Executable File
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
|