comparison DOCS/man/en/mplayer.1 @ 13107:5f58b31a706f

vo_svga suboptions, yuv4mpeg note
author diego
date Mon, 23 Aug 2004 23:24:27 +0000
parents b818ad985ce9
children 2c3a4098f40c
comparison
equal deleted inserted replaced
13106:1ff6e072861f 13107:5f58b31a706f
1591 .RE 1591 .RE
1592 .PD 1 1592 .PD 1
1593 . 1593 .
1594 .sp 1 1594 .sp 1
1595 FIXME: Document suboptions for sdl, arts, esd, jack, nas, macosx, sgi, sun, 1595 FIXME: Document suboptions for sdl, arts, esd, jack, nas, macosx, sgi, sun,
1596 win32, dxr2, mpegpes, null, pcm, plugin. 1596 dxr2, mpegpes, null, pcm, plugin.
1597 .sp 1 1597 .sp 1
1598 Available audio output drivers are: 1598 Available audio output drivers are:
1599 . 1599 .
1600 .TP 1600 .TP
1601 .B alsa\ \ \ 1601 .B alsa\ \ \
2109 .RE 2109 .RE
2110 .PD 1 2110 .PD 1
2111 . 2111 .
2112 .sp 1 2112 .sp 1
2113 FIXME: Document suboptions for x11, xover, dga, sdl, vidix, xvidix, fbdev, 2113 FIXME: Document suboptions for x11, xover, dga, sdl, vidix, xvidix, fbdev,
2114 fbdev2, vesa, svga, null, aa, bl, ggi, mga, xmga, syncfb, 3dfx, tdfx_vid, 2114 fbdev2, vesa, null, aa, bl, ggi, mga, xmga, syncfb, 3dfx, tdfx_vid,
2115 tdfxfb, dxr2, dxr3, mpegpes, zr, zr2, yuv4mpeg, gif89a, jpeg, pgm, png, tga. 2115 tdfxfb, dxr2, dxr3, mpegpes, zr, zr2, yuv4mpeg, gif89a, jpeg, pgm, png, tga.
2116 .sp 1 2116 .sp 1
2117 Available video output drivers are: 2117 Available video output drivers are:
2118 . 2118 .
2119 .TP 2119 .TP
2251 .RE 2251 .RE
2252 .PD 1 2252 .PD 1
2253 .TP 2253 .TP
2254 .B svga\ \ \ 2254 .B svga\ \ \
2255 Play video using the SVGA library. 2255 Play video using the SVGA library.
2256 .PD 0
2257 .RSs
2258 .IPs "<video mode>"
2259 Specify video mode to use.
2260 The mode can be given in a <width>x<height>x<colors> format,
2261 e.g.\& 640x480x16M or be a graphics mode number, e.g.\& 84.
2262 .IPs bbosd
2263 Draw OSD into black bands below the movie (slower).
2264 .IPs native
2265 Use only native drawing functions.
2266 This avoids direct rendering, OSD and hardware acceleration.
2267 .IPs retrace
2268 Force frame switch on vertical retrace.
2269 Usable only with \-double.
2270 It has the same effect as the \-vsync option.
2271 .IPs sq\ \ \
2272 Try to select a video mode with square pixels.
2273 .IPs vidix
2274 Use svga with VIDIX.
2275 .RE
2276 .PD 1
2256 .TP 2277 .TP
2257 .B gl\ \ \ \ \ 2278 .B gl\ \ \ \ \
2258 OpenGL video output driver. 2279 OpenGL video output driver.
2259 Very simple version, no OSD support and video size must be smaller than 2280 Very simple version, no OSD support and video size must be smaller than
2260 the maximum texture size of your OpenGL implementation. 2281 the maximum texture size of your OpenGL implementation.
2456 .TP 2477 .TP
2457 .B yuv4mpeg 2478 .B yuv4mpeg
2458 Transforms the video stream into a sequence of uncompressed YUV 4:2:0 2479 Transforms the video stream into a sequence of uncompressed YUV 4:2:0
2459 images and stores it in a file called 'stream.yuv' in the current 2480 images and stores it in a file called 'stream.yuv' in the current
2460 directory. 2481 directory.
2461 Useful if you want to process the video with the mjpegtools suite. 2482 The format is the same as the one employed by mjpegtools, so this is
2483 useful if you want to process the video with the mjpegtools suite.
2462 .TP 2484 .TP
2463 .B gif89a\ 2485 .B gif89a\
2464 Output each frame into a GIF file in the current directory. 2486 Output each frame into a GIF file in the current directory.
2465 Each file takes the frame number padded with leading zeros as name. 2487 Each file takes the frame number padded with leading zeros as name.
2466 .TP 2488 .TP