[MPlayer-DOCS] CVS: main/DOCS/xml/en encoding-guide.xml,1.40,1.41
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Sun Feb 26 10:35:24 CET 2006
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv31453
Modified Files:
encoding-guide.xml
Log Message:
10l: section "13.3.6. Example" talks about a telecined source, but the example given doesn't have any ivtc filter!!
Index: encoding-guide.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/encoding-guide.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- encoding-guide.xml 11 Feb 2006 22:13:12 -0000 1.40
+++ encoding-guide.xml 26 Feb 2006 09:35:21 -0000 1.41
@@ -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>
More information about the MPlayer-DOCS
mailing list