[Mplayer-cvslog] CVS: main/DOCS mplayer.1,1.227,1.228
Jonas Jermann CVS
jonas at mplayerhq.hu
Fri Sep 6 00:53:44 CEST 2002
Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv6488
Modified Files:
mplayer.1
Log Message:
rewrite (much ;), no content change
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -r1.227 -r1.228
--- mplayer.1 5 Sep 2002 16:11:54 -0000 1.227
+++ mplayer.1 5 Sep 2002 22:53:27 -0000 1.228
@@ -12,7 +12,7 @@
.nr IN 7
..
.\" define indentation for suboptions
-.nr SS 18
+.nr SS 20
..
.\" add new suboption
.de IPs
@@ -53,16 +53,19 @@
.RI [options]\ [ \ file\ | \ URL\ | \ playlist\ | \ -\ ]
.br
[...2700 lines suppressed...]
.B Encoding all *.jpg files in the current dir
-mencoder \\*.jpg -mf on:fps=25 -o output.avi -ovc divx4
+mencoder \\*.jpg \-mf on:fps=25 \-o output.avi \-ovc divx4
.TP
-.B Encoding from tuner (see documentation!)
-mencoder -tv on:driver=v4l:width=640:height=480 -o tv.avi -ovc rawrgb
+.B Encoding from tuner
+mencoder \-tv on:driver=v4l:width=640:height=480 \-o tv.avi \-ovc rawrgb
.TP
.B Encoding from a pipe
-rar p test-SVCD.rar | mencoder -ovc divx4 -divx4opts br=800 -ofps 24 -pass 1 -- -
+rar p test-SVCD.rar | mencoder \-ovc divx4 \-divx4opts br=800 \-ofps 24
+\-pass 1 \-\- \-
.TP
.B Encoding multiple *.vob files
-cat *.vob | mencoder <options> -
+cat *.vob | mencoder <options> \-
.\" --------------------------------------------------------------------------
More information about the MPlayer-cvslog
mailing list