changeset 17687:d0ed76b74bc0

10l: section "13.3.6. Example" talks about a telecined source, but the example given doesn't have any ivtc filter!!
author gpoirier
date Sun, 26 Feb 2006 09:35:21 +0000
parents eadca2812177
children e8dca2bbd796
files DOCS/xml/en/encoding-guide.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/encoding-guide.xml	Sat Feb 25 20:06:21 2006 +0000
+++ b/DOCS/xml/en/encoding-guide.xml	Sun Feb 26 09:35:21 2006 +0000
@@ -2849,13 +2849,13 @@
 <para>
   We are now ready to do the two pass encode. Pass one:
 
-  <screen>mencoder dvd://1 -ofps 24000/1001 -oac copy -vf crop=720:352:0:62,hqdn3d=2:1:2 -ovc lavc \
+  <screen>mencoder dvd://1 -ofps 24000/1001 -oac copy -vf pullup,softskip,crop=720:352:0:62,hqdn3d=2:1:2 -ovc lavc \
 -lavcopts vcodec=mpeg4:vbitrate=2400:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:autoaspect:vpass=1 \
 -o Harry_Potter_2.avi</screen>
 
   And pass two is the same, except that we specify <option>vpass=2</option>:
 
-  <screen>mencoder dvd://1 -ofps 24000/1001 -oac copy -vf crop=720:352:0:62,hqdn3d=2:1:2 -ovc lavc \
+  <screen>mencoder dvd://1 -ofps 24000/1001 -oac copy -vf pullup,softskip,crop=720:352:0:62,hqdn3d=2:1:2 -ovc lavc \
 -lavcopts vcodec=mpeg4:vbitrate=2400:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:autoaspect:vpass=2 \
 -o Harry_Potter_2.avi</screen>
 </para>