# HG changeset patch # User wanderer # Date 1141163664 0 # Node ID ed66aa736773e0f420d32711b960eef8e7a79da4 # Parent a0c511c2d0bdde3237d2309ae63add5004e4008f reverse 'low detail' for 'high detail' in 2-pass encoding explanation, patch by Jeff Clagg diff -r a0c511c2d0bd -r ed66aa736773 DOCS/xml/en/encoding-guide.xml --- a/DOCS/xml/en/encoding-guide.xml Mon Feb 27 22:44:22 2006 +0000 +++ b/DOCS/xml/en/encoding-guide.xml Tue Feb 28 21:54:24 2006 +0000 @@ -377,9 +377,11 @@ With a two pass encode, the first pass will rip the movie as though it were CBR, but it will keep a log of properties for each frame. This data is then used during the second pass in order to make intelligent - decisions about which quantizers to use. During fast action or low + decisions about which quantizers to use. During fast action or high detail scenes, higher quantizers will likely be used, and during - slow moving or high detail scenes, lower quantizers will be used. + slow moving or low detail scenes, lower quantizers will be used. + Normally, the amount of motion is much more important than the + amount of detail.