mkvtoolnix/tests/test-0225dts_in_wav.rb

16 lines
282 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0225dts_in_wav < Test
def description
return "mkvmerge / DTS audio from WAV / in(WAV)"
end
def run
merge("'data/dts/Norrlanda.wav'")
h = hash_tmp
merge("'data/dts/SURROUNDTEST_011212.wav'")
return h + "-" + hash_tmp
end
end