[FFmpeg-cvslog] r9683 - trunk/doc/faq.texi
Luca Barbato
lu_zero
Tue Jul 17 14:31:17 CEST 2007
michael wrote:
> Author: michael
> Date: Sun Jul 15 14:17:05 2007
> New Revision: 9683
>
> Log:
> rtp-h263 FAQ
>
>
> Modified:
> trunk/doc/faq.texi
>
> 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
>
> see @url{http://svn.mplayerhq.hu/michael/trunk/docs/}
>
> + 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.
> +
> @bye
- @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...
(nut is still broken..)
--
Luca Barbato
Gentoo/linux Gentoo/PPC
http://dev.gentoo.org/~lu_zero
More information about the ffmpeg-cvslog
mailing list