mkvtoolnix/tests/test-0759av1_dovi_ivf.rb
2023-08-12 10:00:19 +02:00

9 lines
192 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_758av1_dovi_obu
describe "mkvmerge / AV1 with Dolby Vision, read from IVF streams"
Dir.glob("data/av1/dovi/*.ivf").sort.each do |file_name|
test_merge file_name
end