mkvtoolnix/tests/test-0214one_frame_avi.rb

14 lines
211 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0214one_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