mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
13 lines
263 B
Ruby
Executable File
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
|