# HG changeset patch # User diego # Date 1074698716 0 # Node ID 62539b5964c81433cdf1005d506b5d31ecf4e6a2 # Parent a5bfc5b0026a2e621178083a4ee1edcf22d168eb 100l bug fix for a wrong command line by Christian Ohm , diction improvements by Qba . diff -r a5bfc5b0026a -r 62539b5964c8 DOCS/xml/en/mencoder.xml --- a/DOCS/xml/en/mencoder.xml Wed Jan 21 07:53:41 2004 +0000 +++ b/DOCS/xml/en/mencoder.xml Wed Jan 21 15:25:16 2004 +0000 @@ -81,8 +81,7 @@ Third pass: -mencoder file/DVD -oac copy -pass 2 \ - -ovc divx4 -divx4opts br=bitrate +mencoder file/DVD -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vpass=2:vbitrate=bitrate This is the second pass of video encoding. Specify the same bitrate as in the previous pass unless you really know what you are doing. @@ -608,7 +607,7 @@ . should give you a file below 2GB in size, depending mainly on the movie length and video noisiness (the more - noise, the harder it is to compress.) + noise, the harder it is to compress). @@ -639,7 +638,7 @@ 2 pass encoding. As you will be copying the audio track as is and hence know its bitrate, and you know the running time of the movie, you can - compute the required bitrate to give to the + compute the required video bitrate to give to the option without using 3 pass encoding. @@ -669,7 +668,7 @@ the DVD. If the DVD is made from film, which was shot at 24 fps, you can as well deinterlace while ripping. If, however, the original was 50/60 fps video, converting into deinterlaced 23.976/25 fps video - will lose information. If you do decide to interlace, you can further + will lose information. If you do decide to deinterlace, you can further experiment with different deinterlacing filters. See http://www.wieser-web.de/MPlayer/ for examples. A good starting point is . @@ -679,7 +678,7 @@ If you are both cropping and deinterlacing, deinterlace before cropping. Actually, this is not necessary if the crop offset is vertically a multiple of 2 pixels. However with - some other filters like dering you should always crop last, so it's a + some other filters, like dering, you should always crop last, so it's a good habit to put the crop filter last.