mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
14 lines
203 B
Ruby
14 lines
203 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
class T_283no_video_on_avi < Test
|
||
|
def description
|
||
|
"mkvmerge / --no-video for AVI files / in(AVI)"
|
||
|
end
|
||
|
|
||
|
def run
|
||
|
merge "--no-video data/avi/v.avi"
|
||
|
hash_tmp
|
||
|
end
|
||
|
end
|
||
|
|