# HG changeset patch # User gpoirier # Date 1125837690 0 # Node ID afe6be7b2d48604a6ca648bc1dbd3bfca2341281 # Parent 3cc0d81806bf4a3e5453c885238049150d215927 Typo, and fixed missing word too many avc encoding! :) diff -r 3cc0d81806bf -r afe6be7b2d48 DOCS/xml/en/encoding-guide.xml --- a/DOCS/xml/en/encoding-guide.xml Sun Sep 04 12:21:47 2005 +0000 +++ b/DOCS/xml/en/encoding-guide.xml Sun Sep 04 12:41:30 2005 +0000 @@ -1371,7 +1371,7 @@ Though it may work in ideal cases, using is likely to hide some problems in your encoding command line setting. In other words, having a soundtrack during your encode assures you that, - provided you don't messages such as + provided you don't get messages such as Too many audio packets in the buffer, you will be able to get proper sync. @@ -1861,7 +1861,7 @@ - mencoder dvd://1 -avc copy -ovc lavc -ofps 24000/1001 + mencoder dvd://1 -oac copy -ovc lavc -ofps 24000/1001 @@ -1910,7 +1910,7 @@ will encode macroblocks as non-interlaced in places where there is no motion. Note that is NOT needed here. - mencoder dvd://1 -avc copy -ovc lavc -lavcopts ildct:ilme:mbd=2 + mencoder dvd://1 -oac copy -ovc lavc -lavcopts ildct:ilme:mbd=2 Use a deinterlacing filter before encoding. There are several of @@ -1924,7 +1924,7 @@ cropping [1] and before scaling. - mencoder dvd://1 -avc copy -vf pp=lb -ovc lavc + mencoder dvd://1 -oac copy -vf pp=lb -ovc lavc Unfortunately, this option is buggy with @@ -1949,7 +1949,7 @@ and to be twice the framerate of your original source. - mencoder dvd://1 -avc copy -vf tfields=2 -ovc lavc -fps 60000/1001 -ofps 60000/1001 + mencoder dvd://1 -oac copy -vf tfields=2 -ovc lavc -fps 60000/1001 -ofps 60000/1001 If you plan on downscaling dramatically, you can extract and encode @@ -1961,7 +1961,7 @@ [1] and scale appropriately. Remember that you will have to adjust the scale to compensate for the vertical resolution being halved. - mencoder dvd://1 -avc copy -vf field=0 -ovc lavc + mencoder dvd://1 -oac copy -vf field=0 -ovc lavc @@ -1992,7 +1992,7 @@ accurate method available for encoding both telecine and "mixed progressive and telecine". - mencoder dvd://1 -avc copy -vf pullup,softskip -ovc lavc -ofps 24000/1001 + mencoder dvd://1 -oac copy -vf pullup,softskip -ovc lavc -ofps 24000/1001 @@ -2007,7 +2007,7 @@ , the final result will be entirely progressive. is needed. - mencoder dvd://1 -avc copy -vf softpulldown,ivtc=1 -ovc lavc -ofps 24000/1001 + mencoder dvd://1 -oac copy -vf softpulldown,ivtc=1 -ovc lavc -ofps 24000/1001