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

13 lines
263 B
Ruby
Executable File

#!/usr/bin/ruby -w
class T_0238ac3_in_wav_acm_mode < Test
def description
return "mkvmerge / AC-3 in WAV in ACM mode / in(WAV)"
end
def run
merge(1, "data/wav/Pirates.Of.The.Caribbean.At.Worlds.End_30secssample.wav")
return hash_tmp
end
end