From 537bbfd112dae55abcb15d402880803bf3f332e5 Mon Sep 17 00:00:00 2001 From: gpoirier Date: Thu, 31 Mar 2005 22:31:18 +0000 Subject: Fixes better wording. Suggestions by The Wanderer and Josh Varner. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15032 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/mencoder.xml | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml index 3f085e92be..d756a418eb 100644 --- a/DOCS/xml/en/mencoder.xml +++ b/DOCS/xml/en/mencoder.xml @@ -592,8 +592,8 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37, low enough bitrate that libavcodec is forced to use a higher quantizer, then you're almost certainly ruining the quality of your video. - In order to avoid that, you should probably down-scale your video, according - to the method which will be exposed later on that guide. + In order to avoid that, you should probably down scale your video, according + to the method which will be gone over later on that guide. In general, you should avoid CBR altogether if you care about quality. @@ -751,7 +751,7 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37, there's a limited total number of bits that you can spend; therefore it's necessary to find a good tradeoff between compressibility and quality. The CQ depends both on the bitrate and the movie resolution. - In order to raise the CQ, typically you'd downscale the movie given that the + In order to raise the CQ, typically you'd down scale the movie given that the bitrate is computed in function of the target size and the length of the movie, which are constant. A CQ below 0.18 usually ends up in a very blocky picture, because there @@ -810,7 +810,9 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37, You may want to normalize the sound before encoding, as DVD audio tracks are commonly recorded at low volumes. You can use the tool normalize for instance, - which is available in most distribution. + which is available in most distributions. + If you're using Windows, a tool such as BeSweet + can do the same job. You will compress in either Ogg Vorbis or MP3. For example: oggenc -q1 destination_sound.wav @@ -920,11 +922,13 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37, into "high quality" mode and move on. That would probably be nice, but unfortunately hard to implement as different encoding options yield different qualities depending on the source material. - Anime and live action are for example two very different materials that - require different care. + That's because compression depends on the visual properties of the video + in question. + For example, anime and live action have very different properties and + thus require different options to obtain optimum encoding. The good news is that some options should never be left out, like , , and . - See below a detailed description of common encoding options. + See below a for detailed description of common encoding options. @@ -991,9 +995,8 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37, qns: very slow, especially when combined with qprd. - This option will make the encoder reduce as much as possible noise due to - compression artifacts instead making the encoded video strictly match the - source. + This option will make the encoder minimize noise due to compression + artifacts instead making the encoded video strictly match the source. Don't use this unless you've already tweaked everything else as far as it will go and the results still aren't good enough. @@ -1048,7 +1051,7 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37, lumi_mask, dark_mask: Psychovisual adaptive quantization. You don't want to play with those options if you care about quality. - Reasonable values may be effective in your case, but be warned this is a very + Reasonable values may be effective in your case, but be warned this is very subjective. -- cgit v1.2.3