mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-17 17:24:54 +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
|
|
|