diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-07-15 12:17:05 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-07-15 12:17:05 +0000 |
commit | 8749180c3b13bf11ac444d7309a1e4fe9e612638 (patch) | |
tree | 06d19636b4b10238e36d8597179747ac613186f0 /doc | |
parent | fa67992dea005f79f843a9dfa83935252adf9ad8 (diff) | |
download | ffmpeg-8749180c3b13bf11ac444d7309a1e4fe9e612638.tar.gz |
rtp-h263 FAQ
Originally committed as revision 9683 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index dd62f650b5..01db96e446 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -419,4 +419,12 @@ see @url{http://www.iversenit.dk/dev/ffmpeg-headers/} see @url{http://svn.mplayerhq.hu/michael/trunk/docs/} +@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 |