mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
14 lines
213 B
Ruby
14 lines
213 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_008avi_divx3_mp3 < Test
|
|
def description
|
|
return "mkvmerge / audio and video / in(divx3 + mp3 from AVI)"
|
|
end
|
|
|
|
def run
|
|
merge("data/avi/v.avi")
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|