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