mirror of
https://github.com/mpv-player/mpv
synced 2025-03-22 19:34:14 +00:00
Change divx4 examples to lavc, based on a patch by Compn.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12480 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9a43e3adbe
commit
669d59dc65
@ -5571,14 +5571,14 @@ mplayer -vo zr -vf scale=352:288 file.avi
|
|||||||
mplayer -vo zr2 -vf scale=352:288,zrmjpeg file.avi
|
mplayer -vo zr2 -vf scale=352:288,zrmjpeg file.avi
|
||||||
.TP
|
.TP
|
||||||
.B Encoding DVD title #2, only selected chapters
|
.B Encoding DVD title #2, only selected chapters
|
||||||
mencoder dvd://2 \-chapter 10-15 \-o title2.avi \-oac copy \-ovc divx4
|
mencoder dvd://2 \-chapter 10-15 \-o title2.avi \-oac copy \-ovc lavc \-lavcopts vcodec=mpeg4
|
||||||
.TP
|
.TP
|
||||||
.B Encoding DVD title #2, resizing to 640x480
|
.B Encoding DVD title #2, resizing to 640x480
|
||||||
mencoder dvd://2 \-vf scale=640:480 \-o title2.avi \-oac copy \-ovc divx4
|
mencoder dvd://2 \-vf scale=640:480 \-o title2.avi \-oac copy \-ovc lavc \-lavcopts vcodec=mpeg4
|
||||||
.TP
|
.TP
|
||||||
.B Encoding DVD title #2, resizing to 512xHHH (keep aspect ratio)
|
.B Encoding DVD title #2, resizing to 512xHHH (keep aspect ratio)
|
||||||
mencoder dvd://2 \-vf scale \-zoom \-xy 512 \-o title2.avi \-oac copy
|
mencoder dvd://2 \-vf scale \-zoom \-xy 512 \-o title2.avi \-oac copy
|
||||||
\-ovc divx4
|
\-ovc lavc \-lavcopts vcodec=mpeg4
|
||||||
.TP
|
.TP
|
||||||
.B The same, but with libavcodec family, MPEG4 (Divx5) compression
|
.B The same, but with libavcodec family, MPEG4 (Divx5) compression
|
||||||
mencoder dvd://2 \-o title2.avi \-ovc lavc
|
mencoder dvd://2 \-o title2.avi \-ovc lavc
|
||||||
@ -5589,13 +5589,13 @@ mencoder dvd://2 \-o titel2.avi \-ovc lavc
|
|||||||
\-lavcopts vcodec=mjpeg:vhq:vbitrate=1800 \-oac copy
|
\-lavcopts vcodec=mjpeg:vhq:vbitrate=1800 \-oac copy
|
||||||
.TP
|
.TP
|
||||||
.B Encoding all *.jpg files in the current dir
|
.B Encoding all *.jpg files in the current dir
|
||||||
mencoder "mf://*.jpg" \-mf fps=25 \-o output.avi \-ovc divx4
|
mencoder "mf://*.jpg" \-mf fps=25 \-o output.avi \-ovc lavc \-lavcopts vcodec=mpeg4
|
||||||
.TP
|
.TP
|
||||||
.B Encoding from tuner
|
.B Encoding from tuner
|
||||||
mencoder \-tv driver=v4l:width=640:height=480 tv:// \-o tv.avi \-ovc raw
|
mencoder \-tv driver=v4l:width=640:height=480 tv:// \-o tv.avi \-ovc raw
|
||||||
.TP
|
.TP
|
||||||
.B Encoding from a pipe
|
.B Encoding from a pipe
|
||||||
rar p test-SVCD.rar | mencoder \-ovc divx4 \-divx4opts br=800 \-ofps 24 \-
|
rar p test-SVCD.rar | mencoder \-ovc lavc \-lavcopts vcodec=mpeg4:vbitrate=800 \-ofps 24 \-
|
||||||
.
|
.
|
||||||
.
|
.
|
||||||
.\" --------------------------------------------------------------------------
|
.\" --------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user