summaryrefslogtreecommitdiff
path: root/doc/faq.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-07-27 12:36:58 +0000
committerDiego Biurrun <diego@biurrun.de>2008-07-27 12:36:58 +0000
commitf278709c4f04f25fbcac96fe3cfce06fb37f0ce5 (patch)
treec8495d292c820b5efaade7f26af2e9229a35b9fa /doc/faq.texi
parentf25c244f5fe7442e3d0ca51d0d10c47c685c14f0 (diff)
typo fix
Originally committed as revision 14426 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r--doc/faq.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index 725cf34e32..1d854d5470 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -259,7 +259,7 @@ things to try: '-bf 2', '-flags qprd', '-flags mv0', '-flags skiprd'.
but beware the '-g 100' might cause problems with some decoders.
Things to try: '-bf 2', '-flags qprd', '-flags mv0', '-flags skiprd.
-@section Interlaced video looks very bad when encoded with ffmpeg, whats wrong?
+@section Interlaced video looks very bad when encoded with ffmpeg, what is wrong?
You should use '-flags +ilme+ildct' and maybe '-flags +alt' for interlaced
material, and try '-top 0/1' if the result looks really messed-up.