[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.591,1.592

Diego Biurrun CVS syncmail at mplayerhq.hu
Sun May 16 13:28:29 CEST 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv10401

Modified Files:
	mplayer.1 
Log Message:
Change divx4 examples to lavc, based on a patch by Compn.


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.591
retrieving revision 1.592
diff -u -r1.591 -r1.592
--- mplayer.1	14 May 2004 17:44:56 -0000	1.591
+++ mplayer.1	16 May 2004 11:28:27 -0000	1.592
@@ -5571,14 +5571,14 @@
 mplayer -vo zr2 -vf scale=352:288,zrmjpeg file.avi
 .TP
 .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
 .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
 .B Encoding DVD title #2, resizing to 512xHHH (keep aspect ratio)
 mencoder dvd://2 \-vf scale \-zoom \-xy 512 \-o title2.avi \-oac copy
-\-ovc divx4
+\-ovc lavc \-lavcopts vcodec=mpeg4
 .TP
 .B The same, but with libavcodec family, MPEG4 (Divx5) compression
 mencoder dvd://2 \-o title2.avi \-ovc lavc
@@ -5589,13 +5589,13 @@
 \-lavcopts vcodec=mjpeg:vhq:vbitrate=1800 \-oac copy
 .TP
 .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
 .B Encoding from tuner
 mencoder \-tv driver=v4l:width=640:height=480 tv:// \-o tv.avi \-ovc raw
 .TP
 .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 \-
 .
 .
 .\" --------------------------------------------------------------------------




More information about the MPlayer-DOCS mailing list