ffmpeg | branch: master | Carl Eugen Hoyos <ceffm...@gmail.com> | Sat Dec  8 
11:28:01 2018 +0100| [936b0aa2805777896d6c4cb9a695ad2cc220c3c3] | committer: 
Carl Eugen Hoyos

doc/faq: Fix flags for possible video quality improvements.

Reported-by: Ulf Zibis

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=936b0aa2805777896d6c4cb9a695ad2cc220c3c3
---

 doc/faq.texi | 4 ++--
 1 file 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?
 

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to