summaryrefslogtreecommitdiff
path: root/doc/faq.texi
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-12-08 11:28:01 +0100
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-12-08 11:28:01 +0100
commit936b0aa2805777896d6c4cb9a695ad2cc220c3c3 (patch)
tree9d3164267a330c80d3a56b8fd115e1a598ce9502 /doc/faq.texi
parentd91197c610e10cf4360990ac5a5bcdb605b779b2 (diff)
doc/faq: Fix flags for possible video quality improvements.
Reported-by: Ulf Zibis
Diffstat (limited to 'doc/faq.texi')
-rw-r--r--doc/faq.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index 73624c647e..58986cf332 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -257,13 +257,13 @@ default.
@section Which are good parameters for encoding high quality MPEG-4?
'-mbd rd -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 300 -pass 1/2',
-things to try: '-bf 2', '-flags qprd', '-flags mv0', '-flags skiprd'.
+things to try: '-bf 2', '-mpv_flags qp_rd', '-mpv_flags mv0', '-mpv_flags skip_rd'.
@section Which are good parameters for encoding high quality MPEG-1/MPEG-2?
'-mbd rd -trellis 2 -cmp 2 -subcmp 2 -g 100 -pass 1/2'
but beware the '-g 100' might cause problems with some decoders.
-Things to try: '-bf 2', '-flags qprd', '-flags mv0', '-flags skiprd.
+Things to try: '-bf 2', '-mpv_flags qp_rd', '-mpv_flags mv0', '-mpv_flags skip_rd'.
@section Interlaced video looks very bad when encoded with ffmpeg, what is wrong?