mkvtoolnix/tests/test-0296video_frames_duration_0.rb

14 lines
229 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0296video_frames_duration_0 < Test
def description
"mkvmerge / Matroska files, block group with explicit duration 0"
end
def run
merge "data/webm/out_video.webm"
hash_tmp
end
end