mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
13 lines
272 B
Ruby
Executable File
13 lines
272 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_638av1_ivf_webm
|
|
describe "mkvmerge / reading AV1 from IVF, WebM, OBU; writing Matroska, WebM"
|
|
|
|
base = "data/av1/av1."
|
|
|
|
[ "", "--webm" ].each do |args|
|
|
[ "ivf", "webm", "obu" ].each do |ext|
|
|
test_merge "#{base}#{ext}", :args => args
|
|
end
|
|
end
|