The mencoder option has been renamed some time ago.

This commit is contained in:
Moritz Bunkus 2008-02-29 08:53:10 +00:00
parent a396d20e94
commit fbb8469270

4
README
View File

@ -148,12 +148,12 @@ e) Use the two-pass encoding for the video:
mencoder -oac copy -ovc lavc \ mencoder -oac copy -ovc lavc \
-lavcopts vcodec=mpeg4:vbitrate=1000:vhq:vqmin=2:vpass=1 \ -lavcopts vcodec=mpeg4:vbitrate=1000:vhq:vqmin=2:vpass=1 \
-vop scale=....,crop=..... \ -vf scale=....,crop=..... \
-o /dev/null dvd://1 -o /dev/null dvd://1
mencoder -oac copy -ovc lavc \ mencoder -oac copy -ovc lavc \
-lavcopts vcodec=mpeg4:vbitrate=1000:vhq:vqmin=2:vpass=2 \ -lavcopts vcodec=mpeg4:vbitrate=1000:vhq:vqmin=2:vpass=2 \
-vop scale=....,crop=..... \ -vf scale=....,crop=..... \
-o movie.avi dvd://1 -o movie.avi dvd://1
f) Merge: f) Merge: