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

21 lines
306 B
Ruby

#!/usr/bin/ruby -w
class T_0240dts_hd < Test
def description
return "mkvmerge / DTS-HD / in(*)"
end
def run
hashes = Array.new
merge("data/dts/dts-hd.dts")
hashes << hash_tmp
merge("-D data/vob/VC1WithDTSHD.EVO")
hashes << hash_tmp
return hashes.join("-")
end
end