mkvtoolnix/tests/test-214one_frame_avi.rb

14 lines
210 B
Ruby

#!/usr/bin/ruby -w
class T_214one_frame_avi < Test
def description
return "mkvmerge / AVI with only one frame / in(AVI)"
end
def run
merge("data/avi/1-frame.avi")
return hash_tmp
end
end