mkvtoolnix/tests/test-0296video_frames_duration_0.rb
2021-07-07 16:10:13 +02:00

14 lines
229 B
Ruby

#!/usr/bin/ruby -w
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