mkvtoolnix/tests/test-0240dts_hd.rb

21 lines
306 B
Ruby
Raw Normal View History

2008-03-09 16:08:02 +00:00
#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0240dts_hd < Test
2008-03-09 16:08:02 +00:00
def description
return "mkvmerge / DTS-HD / in(*)"
end
def run
hashes = Array.new
merge("data/dts/dts-hd.dts")
2008-03-09 16:08:02 +00:00
hashes << hash_tmp
merge("-D data/vob/VC1WithDTSHD.EVO")
hashes << hash_tmp
return hashes.join("-")
end
end