GNOME Bugzilla – Bug 751772
Can't specify muxer options for avformat_write_header
Last modified: 2018-11-03 12:57:20 UTC
Created attachment 306476 [details] [review] Allow libav muxer-specific options to be passed to muxer elements I'd like to be able to pass muxer-specific options to the second argument of avformat_write_header (http://ffmpeg.org/doxygen/trunk/group__lavf__encoding.html#ga78d4e734fecb1d2385536e6dd5b7b9f5), specifically to let me configure the mp4 muxer to output fragmented mp4 files with -movflags empty_moov and -frag_duration <n>. The attached patch adds an "options" property to all muxers that's a ':' separated list of option=value pairs to be added to this options dict.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-libav/issues/23.