mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
14 lines
239 B
Ruby
14 lines
239 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
class T_252native_mpeg4 < Test
|
||
|
def description
|
||
|
return "mkvmerge / Native MPEG4 part 2 / in(AVI)"
|
||
|
end
|
||
|
|
||
|
def run
|
||
|
merge("--engage native_mpeg4 data/avi/vielfrass_xvid_test.avi")
|
||
|
return hash_tmp
|
||
|
end
|
||
|
end
|
||
|
|