[Ffmpeg-devel] [RFC] AVParser before muxing (original) (raw)
Baptiste COUDURIER baptiste.coudurier
Sun Feb 26 23:46:12 CET 2006
- Previous message: [Ffmpeg-devel] Problem building ffmpeg on G3 PPC without altivec unit
- Next message: [Ffmpeg-devel] [RFC] AVParser before muxing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
As most of you probably know, we are facing a problem of muxing codecs differently depending on output format. One problem is h264 nal encoding in mp4, but I can think also about removing VOL header in mpeg4 key frames.
Michael suggested something like AVParser. It could be a good interaction layer just before actually giving the frame to av_write_frame.
Identifying the output format by FORMAT_ID_MP4, or MUXER_ID_MP4 for example, in AVFormatContext. That extends the process to be specific for each muxer.
What do you guys think about it ?
-- Baptiste COUDURIER GnuPG Key Id: 0x5C1ABAAA SMARTJOG S.A. http://www.smartjog.com Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA Phone: +33 1 49966312
- Previous message: [Ffmpeg-devel] Problem building ffmpeg on G3 PPC without altivec unit
- Next message: [Ffmpeg-devel] [RFC] AVParser before muxing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]