mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
14 lines
204 B
Ruby
14 lines
204 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_0283no_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
|
|
|