From 62fbe2d9e91e6184bf3e2f32a2affa6becd01534 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 21 Jan 2004 15:25:16 +0000 Subject: [PATCH] 100l bug fix for a wrong command line by Christian Ohm , diction improvements by Qba . git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11821 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/mencoder.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml index c43bbddf9f..cfb5d19377 100644 --- a/DOCS/xml/en/mencoder.xml +++ b/DOCS/xml/en/mencoder.xml @@ -81,8 +81,7 @@ bitrate MEncoder printed at the end of the previous p 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 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37, . 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 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37, 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 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37, 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 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37, 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.