[FFmpeg-cvslog] r9683 - trunk/doc/faq.texi

Diego Biurrun diego
Tue Jul 17 14:43:21 CEST 2007


On Tue, Jul 17, 2007 at 02:31:17PM +0200, Luca Barbato wrote:
> michael wrote:
> > 
> > Log:
> > rtp-h263 FAQ
> > 
> > 
> > Modified:
> >    trunk/doc/faq.texi
> > 
> > --- trunk/doc/faq.texi	(original)
> > +++ trunk/doc/faq.texi	Sun Jul 15 14:17:05 2007
> > @@ -419,4 +419,12 @@ see @url{http://www.iversenit.dk/dev/ffm
> >  
> > + at section how do i feed rtp-h263 (and likely other rtp bastardizations of codecs) to libavcodec?
> > +
> > +Remove _ALL_ rtp trash and either feed the fragments through a AVParser and
> > +then into the decoder or merge the fragments yourself into proper frames and
> > +feed them into the decoder. Note! the payload of h263-rtp is is not valid
> > +h263 you at least have to merge the first and last bytes discarding rtp trash
> > +from them, possibly more.
> 
> - @section how do i feed rtp-h263 (and likely other rtp bastardizations
> of codecs) to libavcodec?
> + @section how do i feed rtp-h263 (and other codecs fetched into rtp) to
> libavcodec?
> + Just DEMUX RTP FIRST as you do for any other container.
> 
> lu - rtp isn't trash till you don't come up with something better...

I say just commit your changes.

> (nut is still broken..)

.. and there is no muxer ..

Diego




More information about the ffmpeg-cvslog mailing list