diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2001-08-15 12:59:59 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2001-08-15 12:59:59 +0000 |
commit | 79ba6118b9d6d883b3a11c013c69b9f81c4f7eef (patch) | |
tree | 6b0bdf97ad91beca5cffee5e47181e8e703c5adb | |
parent | 104452705be863aeafda5e84b3d42863014cb7b9 (diff) | |
download | ffmpeg-79ba6118b9d6d883b3a11c013c69b9f81c4f7eef.tar.gz |
added FAQ - you are free to add entries - the web page faq is generated from this file
Originally committed as revision 87 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/FAQ | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/FAQ b/doc/FAQ new file mode 100644 index 0000000000..9478f542a0 --- /dev/null +++ b/doc/FAQ @@ -0,0 +1,23 @@ + +1) ffserver don't not work. + +ffmpeg development are now concentrated on the codec and format +handling. New developments broke ffserver, so don't expect it to work +correctly. It is planned to fix it ASAP. + +2) I cannot read this AVI file. + +Even if ffmpeg can read the AVI format, it does not support all its +codecs. Please consult the supported codec list on the ffmpeg project +page. + +3) I cannot read this Real Audio/Video file. + +See (2). ffmpeg only supports Real Video 1.0 and AC3 as Real +codecs. It mean that you cannot view files encoding with real tools +after version 5.0. + +4) I get audio/video synchro problems when grabbing. + +Currently, the grabbing stuff does not handle synchronisation +correctly. You are free to correct it. It is planned to fix it ASAP. |