mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-28 05:45:36 +00:00
14 lines
237 B
Ruby
14 lines
237 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
class T_237ac3_in_wav_iec61937_mode < Test
|
||
|
def description
|
||
|
return "mkvmerge / AC3 in WAV in IEC 61937 mode / in(WAV)"
|
||
|
end
|
||
|
|
||
|
def run
|
||
|
merge("data/simple/shortsample.ac3.wav")
|
||
|
return hash_tmp
|
||
|
end
|
||
|
end
|
||
|
|