mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
13 lines
276 B
Ruby
13 lines
276 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_291waveformatextensible < 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
|
|
|