# HG changeset patch # User jonas # Date 1022007949 0 # Node ID a463bb3a6135cbaa880d725cbd4662a8c965acf0 # Parent 045d22fc26080e9f75eb6201354ac9f2bed3b6bb some typos diff -r 045d22fc2608 -r a463bb3a6135 DOCS/encoding.html --- a/DOCS/encoding.html Tue May 21 18:59:53 2002 +0000 +++ b/DOCS/encoding.html Tue May 21 19:05:49 2002 +0000 @@ -159,7 +159,7 @@

    rm frameno.avi - remove this file, which can come from a previous 3-pass encoding (it interferes with current one)
-    mencoder -dvd 2 -l-ovc frameno +    mencoder -dvd 2 -ovc frameno -o frameno.avi
    mencoder -dvd 2 -lavcopts vcodec=mpeg4:more_options -oac copy -o movie.avi -pass 1
@@ -286,7 +286,7 @@ global Options section and in the manpage.

Creating a DivX4 file from all the JPEG files in the current dir :
-   mencoder \*.jpg -lavcopts -mf on:w=800:h=600:fps=25 -ovc divx4 -o +   mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 -o output.avi

Creating a DivX4 file from some JPEG files in the current dir :
@@ -443,7 +443,7 @@     mencoder -dvd 2 -lavcopts vcodec=mpeg4:more_options -o title2.avi

The same, but with libavcodec family, MJPEG compression :
-     mencoder -dvd 2 -lavcopts vcodec=mpeg4:more_options -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -ffourcc mjpg

+     mencoder -dvd 2 -lavcopts vcodec=mjpeg:more_options -ffourcc mjpg -o title2.avi

Encoding from DVD, title 2, with rescaling :
    mencoder -dvd 2 -vop scale=640:480 -sws 2 -lavcopts vcodec=mpeg4:more_options -o title2.avi