mkvtoolnix/tests/test-0291waveformatextensible.rb
2021-07-07 16:10:13 +02:00

13 lines
277 B
Ruby

#!/usr/bin/ruby -w
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