mirror of
https://github.com/mpv-player/mpv
synced 2024-12-16 11:55:42 +00:00
10l: section "13.3.6. Example" talks about a telecined source, but the example given doesn't have any ivtc filter!!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17688 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2479fa73aa
commit
183f2e6ccb
@ -2849,13 +2849,13 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37,
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user