diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2006-09-18 20:19:11 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2006-09-18 20:19:11 +0000 |
commit | 7a9d265b1460faed6ab456393f59c4cc7928ddf1 (patch) | |
tree | 52ade8cc0c761f24fe190d0365c87d250d425225 /doc | |
parent | 81d0618fa4ae616d991fe745a9c87997b532fc6a (diff) | |
download | ffmpeg-7a9d265b1460faed6ab456393f59c4cc7928ddf1.tar.gz |
Added qcelp faq.
Originally committed as revision 6289 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 4ed507797a..fc83662484 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -64,6 +64,10 @@ Beware that there is no "jpeg" codec. Use "mjpeg" instead. No. FFmpeg only supports open source codecs. Windows DLLs are not portable, bloated and often slow. +@section I get "Unsupported codec (id=86043) for input stream #0.1". What is the problem ? + +This is the Qcelp codec, FFmpeg has no support for that codec currently. Try mencoder/mplayer it might work. + @section Why do I see a slight quality degradation with multithreaded MPEG* encoding ? For multithreaded MPEG* encoding, the encoded slices must be independent, |