mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
14 lines
233 B
Ruby
14 lines
233 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
class T_251vc1_truehd_eac3_from_evo < Test
|
||
|
def description
|
||
|
return "mkvmerge / VC-1, TrueHD, EAC3 from EVO / in(EVO)"
|
||
|
end
|
||
|
|
||
|
def run
|
||
|
merge("data/vob/vc1_truehd_eac3.evo")
|
||
|
return hash_tmp
|
||
|
end
|
||
|
end
|
||
|
|