mkvtoolnix/tests/test-0251vc1_truehd_eac3_from_evo.rb

13 lines
235 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0251vc1_truehd_eac3_from_evo < Test
def description
return "mkvmerge / VC-1, TrueHD, E-AC-3 from EVO / in(EVO)"
end
def run
merge("data/vob/vc1_truehd_eac3.evo")
return hash_tmp
end
end