[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1201,1.1202
Diego Biurrun CVS
syncmail at mplayerhq.hu
Fri Jan 6 15:03:54 CET 2006
- Previous message: [MPlayer-DOCS] CVS: main/DOCS/xml/en audio.xml, 1.31, 1.32 codecs.xml, 1.73, 1.74 documentation.xml, 1.27, 1.28 formats.xml, 1.22, 1.23 install.xml, 1.59, 1.60 tvinput.xml, 1.15, 1.16 video.xml, 1.81, 1.82 features.xml, 1.4, NONE
- Next message: [MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1202,1.1203
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv2814/DOCS/man/en
Modified Files:
mplayer.1
Log Message:
Reformat examples to prevent linebreaks and hyphenation. When occurring
at the wrong spot they can be extremely confusing for novices.
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.1201
retrieving revision 1.1202
diff -u -r1.1201 -r1.1202
--- mplayer.1 4 Jan 2006 16:17:05 -0000 1.1201
+++ mplayer.1 6 Jan 2006 14:03:51 -0000 1.1202
@@ -9438,111 +9438,154 @@
.
.SH EXAMPLES OF MPLAYER USAGE
.
-.TP
+.PP
.B Quickstart DVD playing:
+.nf
mplayer dvd://1
+.fi
.
-.TP
+.PP
.B Play in Japanese with English subtitles:
+.nf
mplayer dvd://1 \-alang ja \-slang en
+.fi
.
-.TP
+.PP
.B Play only chapters 5, 6, 7:
+.nf
mplayer dvd://1 \-chapter 5-7
+.fi
.
-.TP
+.PP
.B Play only titles 5, 6, 7:
+.nf
mplayer dvd://5-7
+.fi
.
-.TP
+.PP
.B Play a multiangle DVD:
+.nf
mplayer dvd://1 \-dvdangle 2
+.fi
.
-.TP
+.PP
.B Play from a different DVD device:
+.nf
mplayer dvd://1 \-dvd-device /dev/\:dvd2
+.fi
.
-.TP
+.PP
.B Play DVD video from a directory with VOB files:
+.nf
mplayer dvd://1 \-dvd-device /path/\:to/\:directory/
+.fi
.
-.TP
+.PP
.B Copy a DVD title to hard disk, saving to file "title1.vob":
+.nf
mplayer dvd://1 \-dumpstream \-dumpfile title1.vob
+.fi
.
-.TP
+.PP
.B Stream from HTTP:
+.nf
mplayer http://mplayer.hq/\:example.avi
+.fi
.
-.TP
+.PP
.B Stream using RTSP:
+.nf
mplayer rtsp://server.example.com/\:streamName
+.fi
.
-.TP
+.PP
.B Convert subtitles to MPsub format:
+.nf
mplayer dummy.avi \-sub source.sub \-dumpmpsub
+.fi
.
-.TP
+.PP
.B Convert subtitles to MPsub format without watching the movie:
-mplayer /dev/\:zero \-rawvideo pal:fps=xx -demuxer rawvideo \-vc null \-vo null \-noframedrop
-\-benchmark \-sub source.sub \-dumpmpsub
+.nf
+mplayer /dev/\:zero \-rawvideo pal:fps=xx -demuxer rawvideo \-vc null \-vo null \-noframedrop \-benchmark \-sub source.sub \-dumpmpsub
+.fi
.
-.TP
+.PP
.B input from standard V4L:
-mplayer tv:// \-tv driver=v4l:width=640:height=480:outfmt=i420 \-vc rawi420
-\-vo xv
+.nf
+mplayer tv:// \-tv driver=v4l:width=640:height=480:outfmt=i420 \-vc rawi420 \-vo xv
+.fi
.
-.TP
+.PP
.B Playback on Zoran cards (old style, deprecated):
+.nf
mplayer \-vo zr \-vf scale=352:288 file.avi
+.fi
.
-.TP
+.PP
.B Playback on Zoran cards (new style):
+.nf
mplayer \-vo zr2 \-vf scale=352:288,zrmjpeg file.avi
+.fi
.
-.TP
+.PP
.B Play a 6-channel AAC file with only two speakers:
+.nf
mplayer \-rawaudio format=0xff \-demuxer rawaudio \-af pan=2:.32:.32:.39:.06:.06:.39:.17:-.17:-.17:.17:.33:.33 adts_he-aac160_51.aac
+.fi
.br
You might want to play a bit with the pan values (e.g multiply with a value) to
increase volume or avoid clipping.
.
.SH EXAMPLES OF MENCODER USAGE
.
-.TP
+.PP
.B Encode DVD title #2, only selected chapters:
+.nf
mencoder dvd://2 \-chapter 10-15 \-o title2.avi \-oac copy \-ovc lavc \-lavcopts vcodec=mpeg4
+.fi
.
-.TP
+.PP
.B Encode DVD title #2, resizing to 640x480:
+.nf
mencoder dvd://2 \-vf scale=640:480 \-o title2.avi \-oac copy \-ovc lavc \-lavcopts vcodec=mpeg4
+.fi
.
-.TP
+.PP
.B Encode DVD title #2, resizing to 512xHHH (keep aspect ratio):
-mencoder dvd://2 \-vf scale \-zoom \-xy 512 \-o title2.avi \-oac copy
-\-ovc lavc \-lavcopts vcodec=mpeg4
+.nf
+mencoder dvd://2 \-vf scale \-zoom \-xy 512 \-o title2.avi \-oac copy \-ovc lavc \-lavcopts vcodec=mpeg4
+.fi
.
-.TP
+.PP
.B The same, but with bitrate set to 1800kbit and optimized macroblocks:
-mencoder dvd://2 \-o title2.avi \-oac copy \-ovc lavc
-\-lavcopts vcodec=mpeg4:mbd=1:vbitrate=1800
+.nf
+mencoder dvd://2 \-o title2.avi \-oac copy \-ovc lavc \-lavcopts vcodec=mpeg4:mbd=1:vbitrate=1800
+.fi
.
-.TP
+.PP
.B The same, but with MJPEG compression:
-mencoder dvd://2 \-o title2.avi \-oac copy \-ovc lavc
-\-lavcopts vcodec=mjpeg:mbd=1:vbitrate=1800
+.nf
+mencoder dvd://2 \-o title2.avi \-oac copy \-ovc lavc \-lavcopts vcodec=mjpeg:mbd=1:vbitrate=1800
+.fi
.
-.TP
+.PP
.B Encode all *.jpg files in the current directory:
+.nf
mencoder "mf://*.jpg" \-mf fps=25 \-o output.avi \-ovc lavc \-lavcopts vcodec=mpeg4
+.fi
.
-.TP
+.PP
.B Encode from a tuner (specify a format with \-vf format):
+.nf
mencoder \-tv driver=v4l:width=640:height=480 tv:// \-o tv.avi \-ovc raw
+.fi
.
-.TP
+.PP
.B Encode from a pipe:
+.nf
rar p test-SVCD.rar | mencoder \-ovc lavc \-lavcopts vcodec=mpeg4:vbitrate=800 \-ofps 24 \-
+.fi
.
.
.\" --------------------------------------------------------------------------
- Previous message: [MPlayer-DOCS] CVS: main/DOCS/xml/en audio.xml, 1.31, 1.32 codecs.xml, 1.73, 1.74 documentation.xml, 1.27, 1.28 formats.xml, 1.22, 1.23 install.xml, 1.59, 1.60 tvinput.xml, 1.15, 1.16 video.xml, 1.81, 1.82 features.xml, 1.4, NONE
- Next message: [MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1202,1.1203
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-DOCS
mailing list