mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
13 lines
241 B
Ruby
Executable File
13 lines
241 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
class T_004aacmp4 < Test
|
|
def initialize
|
|
@description = "mkvmerge / audio only / in(AAC in MP4)"
|
|
end
|
|
|
|
def run
|
|
sys("mkvmerge --engage no_variable_data -o " + tmp + " data/v.mp4")
|
|
return hash_tmp
|
|
end
|
|
end
|