mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
14 lines
228 B
Ruby
14 lines
228 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
class T_296video_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
|
||
|
|