mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
9 lines
192 B
Ruby
Executable File
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
|