# HG changeset patch # User gpoirier # Date 1144002305 0 # Node ID b5b16f92b8422494a75f611fef6410d5b7fa52be # Parent 976fff94d59c97766a66c052c87dbefd8d7652d9 Add a note explaining that it's okay to use a different target bitrate on the various passes of a video encode diff -r 976fff94d59c -r b5b16f92b842 DOCS/xml/en/mencoder.xml --- 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 @@ +Hint: + + 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. + + +