# HG changeset patch # User gpoirier # Date 1140946521 0 # Node ID d0ed76b74bc0a25110859f0ae668cfd01fa65718 # Parent eadca2812177e5f2342744810f2d4b3af1a3f6cd 10l: section "13.3.6. Example" talks about a telecined source, but the example given doesn't have any ivtc filter!! diff -r eadca2812177 -r d0ed76b74bc0 DOCS/xml/en/encoding-guide.xml --- 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 @@ We are now ready to do the two pass encode. Pass one: - mencoder dvd://1 -ofps 24000/1001 -oac copy -vf crop=720:352:0:62,hqdn3d=2:1:2 -ovc lavc \ + 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 And pass two is the same, except that we specify : - mencoder dvd://1 -ofps 24000/1001 -oac copy -vf crop=720:352:0:62,hqdn3d=2:1:2 -ovc lavc \ + 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