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

13 lines
235 B
Ruby
Executable File

#!/usr/bin/ruby -w
class T_0237ac3_in_wav_iec61937_mode < Test
def description
return "mkvmerge / AC-3 in WAV in IEC 61937 mode / in(WAV)"
end
def run
merge("data/ac3/shortsample.ac3.wav")
return hash_tmp
end
end