summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-22 23:51:04 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-22 23:51:04 +0000
commite819653a236d4f234d2fea2e501abc0b317a6241 (patch)
tree46a27592f5de853cc2dbe2152dedaaaf5a6dfd22 /DOCS
parentc16edd2efd00b7bc24c2ab7d0f531e7744617bd9 (diff)
downloadmpv-e819653a236d4f234d2fea2e501abc0b317a6241.tar.bz2
mpv-e819653a236d4f234d2fea2e501abc0b317a6241.tar.xz
raw video demuxer, requested by Michael
(try mplayer -rawvideo on:cif mobile.cif) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9066 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mplayer.127
1 files changed, 27 insertions, 0 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 9a523b93bc..09d7335774 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -628,6 +628,33 @@ fourcc in hex
.PD 1
.
.TP
+.B \-rawvideo <option1:option2:...>
+This option lets you play raw video files.
+.br
+Available options are:
+
+.PD 0
+.RSs
+.IPs on\ \ \
+use raw video demuxer
+.IPs fps=<value>
+rate in frames per second, default 25.0
+.IPs sqcif|qcif|cif|4cif|pal|ntsc
+set standard image size
+.IPs w=<value>
+image width in pixels
+.IPs h=<value>
+image height in pixels
+.IPs y420|yv12|yuy2|y8
+set colorspace
+.IPs format=<value>
+colorspace (fourcc) in hex
+.IPs size=<value>
+frame size in bytes
+.RE
+.PD 1
+.
+.TP
.B \-rtsp-stream-over-tcp
Used with 'rtsp://' URLs to specify that the resulting incoming RTP and RTCP
packets be streamed over TCP (using the same TCP connection as RTSP).