GNOME Bugzilla – Bug 444384
ffmux_asf could support more input capabilities
Last modified: 2007-06-05 16:33:57 UTC
The ffmux_asf muxer could support MSMPEG4V3 video and MP3 audio, but currently doesn't. A patch for adding these types to the codec list is attached.
Created attachment 89419 [details] [review] patch for adding MSMPEG4V3 and MP3 capabilities to asf codec list
Thanks! Patch by: <bram at luon dot net> * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_formatid_get_codecids): Add MSMPEG4V3 video and MP3 audio to the asf muxer supported formats. Fixes #444384.