After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 751772 - Can't specify muxer options for avformat_write_header
Can't specify muxer options for avformat_write_header
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-01 09:12 UTC by David Sansome
Modified: 2018-11-03 12:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Allow libav muxer-specific options to be passed to muxer elements (6.46 KB, patch)
2015-07-01 09:12 UTC, David Sansome
none Details | Review

Description David Sansome 2015-07-01 09:12:19 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.
Comment 1 GStreamer system administrator 2018-11-03 12:57:20 UTC
-- 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.