mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
14 lines
257 B
Ruby
14 lines
257 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
class T_279packet_queue_not_empty_ivf < Test
|
||
|
def description
|
||
|
"mkvmerge / 'packet queue not empty' with IVF files"
|
||
|
end
|
||
|
|
||
|
def run
|
||
|
merge "--default-duration 0:25fps data/webm/packet-queue-not-empty.ivf"
|
||
|
hash_tmp
|
||
|
end
|
||
|
end
|
||
|
|