mkvtoolnix/tests/test-008avi_divx3_mp3.rb
2004-08-19 19:37:07 +00:00

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