mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
13 lines
234 B
Ruby
Executable File
13 lines
234 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
class T_251vc1_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
|