mkvtoolnix/tests/test-0291waveformatextensible.rb

13 lines
277 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0291waveformatextensible < Test
def description
"mkvmerge / WAVs & AVIs using WAVEFORMATEXTENSIBLE structs with format tag 0xfffe"
end
def run
%w{wav avi}.each { |ext| merge "data/avi/8point1.#{ext}" ; hash_tmp }.join('-')
end
end