Mercurial > mplayer.hg
changeset 18022:b5b16f92b842
Add a note explaining that it's okay to use a different target bitrate on the various passes of a video encode
author | gpoirier |
---|---|
date | Sun, 02 Apr 2006 18:25:05 +0000 |
parents | 976fff94d59c |
children | 4ca6b585aa58 |
files | DOCS/xml/en/mencoder.xml |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/mencoder.xml Sun Apr 02 13:31:03 2006 +0000 +++ b/DOCS/xml/en/mencoder.xml Sun Apr 02 18:25:05 2006 +0000 @@ -373,6 +373,19 @@ </para> </informalexample> +<note><title>Hint:</title> +<para> + If for some reason the video quality of the second pass did not + satisfy you, you may re-run your video encode with a different target + bitrate, provided that you saved the statistics file of the previous + pass. + This is possible because the statistics file primary goal is to record + the complexity of each frames, which doesn't depend on bitrate. + You should note though that you'll get best results if all passes are + run with a target bitrate that does not differ too much. +</para> +</note> + </sect1> <sect1 id="menc-feat-rescale">