GNOME Bugzilla – Bug 583985
[matroskamux] make index size configurable
Last modified: 2010-01-20 17:46:05 UTC
I'd like to add a property to matroskamux that controls how often an index entry is added to the file. I need this because writing the index of my 1GB MotionJPEG matroska files takes about 10 seconds, which is too long... Patch follows.
Created attachment 135429 [details] [review] matroskamux: make index size configurable. Added the 'index-time' property to matroskamux, which determines how much time (nanoseconds) is left between keyframes stored in the index. If someone has a better idea for the property name, I'm open to it.
I am quite interested in being able to do this aswell. Is there any reason no one has looked at this yet?
Modified some things from the original patch and pushed. The property is named min-index-interval for more clarity. Module: gst-plugins-good Branch: master Commit: ca41ddda75486efdaabf7a2a8830bdfa68ca2957 URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=ca41ddda75486efdaabf7a2a8830bdfa68ca2957 Author: Arnout Vandecappelle <arnout@mind.be> Date: Wed May 27 13:51:44 2009 +0200 matroskamux: make index size configurable. Added the 'min-index-interval' property to matroskamux, which determines how much time (nanoseconds) is left between keyframes stored in the index. Fixes #583985.
Comment on attachment 135429 [details] [review] matroskamux: make index size configurable. Committed, but with some small modifications. Marking as obsolete.