# HG changeset patch # User gabucino # Date 1040333804 0 # Node ID 27bc01774674b4c4bd03b3a961b8dee2fd2febd8 # Parent 2222dd8d8b1844bd014d7b9d60527b981b43c9d7 more_options removed diff -r 2222dd8d8b18 -r 27bc01774674 DOCS/encoding.html --- a/DOCS/encoding.html Thu Dec 19 21:35:30 2002 +0000 +++ b/DOCS/encoding.html Thu Dec 19 21:36:44 2002 +0000 @@ -32,9 +32,9 @@ can come from a previous 3-pass encoding (it interferes with current one)
    mencoder -dvd 2 -ovc lavc -lavcopts - vcodec=mpeg4:vpass=1:more_options -oac copy -o movie.avi
+ vcodec=mpeg4:vpass=1 -oac copy -o movie.avi
    mencoder -dvd 2 -ovc lavc -lavcopts - vcodec=mpeg4:vpass=2:more_options -oac copy -o movie.avi

+ vcodec=mpeg4:vpass=2 -oac copy -o movie.avi

3-pass encoding: this is an extension of 2-pass encoding, where the audio encoding takes place in a separate pass. This method enables @@ -45,7 +45,7 @@

  • Remove conflicting temporary file:

    rm frameno.avi

  • First pass: -

    mencoder <file/DVD> -ovc frameno -oac mp3lame -lameopts vbr=3:more_options -o frameno.avi

    +

    mencoder <file/DVD> -ovc frameno -oac mp3lame -lameopts vbr=3 -o frameno.avi

    An audio-only avi file will be created, containing only the requested audio stream. Don't forget -lameopts, if you need to set it. If you were encoding a long movie, MEncoder @@ -72,11 +72,11 @@ which can come from a previous 3-pass encoding (it interferes with current one)
        mencoder -dvd 2 -ovc frameno - -o frameno.avi -oac mp3lame -lameopts vbr=3:more_options
    + -o frameno.avi -oac mp3lame -lameopts vbr=3
        mencoder -dvd 2 -ovc lavc - -lavcopts vcodec=mpeg4:vpass=1:more_options -oac copy -o movie.avi
    + -lavcopts vcodec=mpeg4:vpass=1 -oac copy -o movie.avi
        mencoder -dvd 2 -ovc lavc - -lavcopts vcodec=mpeg4:vpass=2:more_options -oac copy -o movie.avi

    + -lavcopts vcodec=mpeg4:vpass=2 -oac copy -o movie.avi

    2.4.2 Rescaling movies

    @@ -94,7 +94,7 @@
    Usage:

        mencoder input.mpg -ovc lavc -lavcopts - vcodec=mpeg4:more_options -vop scale=640:480 -oac copy -o + vcodec=mpeg4 -vop scale=640:480 -oac copy -o output.avi