mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
14 lines
264 B
Ruby
Executable File
14 lines
264 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
class T_008avi_divx3_mp3 < Test
|
|
def initialize
|
|
@description = "mkvmerge / audio and video / in(divx3 + mp3 from AVI)"
|
|
end
|
|
|
|
def run
|
|
sys("mkvmerge --engage no_variable_data -o " + tmp + " data/v.avi")
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|