mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
13 lines
181 B
Ruby
Executable File
13 lines
181 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
class T_003ac3 < Test
|
|
def description
|
|
return "mkvmerge / audio only / in(AC-3)"
|
|
end
|
|
|
|
def run
|
|
merge("data/ac3/v.ac3")
|
|
return hash_tmp
|
|
end
|
|
end
|