mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
f0a7aacda0
Fix for bug 558.
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
|
|
|