comparison DOCS/man/en/mplayer.1 @ 14905:9c42e93022b3

Update xv and xvmc documentation to reflect recent colorkey changes.
author al
date Thu, 03 Mar 2005 14:09:12 +0000
parents 7515d2e33076
children 9466a7599a21
comparison
equal deleted inserted replaced
14904:978f583606cc 14905:9c42e93022b3
479 .TP 479 .TP
480 .B \-colorkey <number> 480 .B \-colorkey <number>
481 Changes the colorkey to an RGB value of your choice. 481 Changes the colorkey to an RGB value of your choice.
482 0x000000 is black and 0xffffff is white. 482 0x000000 is black and 0xffffff is white.
483 Only supported by the cvidix, fbdev, svga, vesa, winvidix, xmga, xvidix, 483 Only supported by the cvidix, fbdev, svga, vesa, winvidix, xmga, xvidix,
484 xover and directx video output drivers. 484 xover, xv (see -vo xv:ck), xvmc (see -vo xv:ck) and directx video output
485 drivers.
485 . 486 .
486 .TP 487 .TP
487 .B \-nocolorkey 488 .B \-nocolorkey
488 Disables colorkeying. 489 Disables colorkeying.
489 Only supported by the cvidix, fbdev, svga, vesa, winvidix, xmga, xvidix and 490 Only supported by the cvidix, fbdev, svga, vesa, winvidix, xmga, xvidix,
490 xover video output drivers. 491 xover, xv (see -vo xv:ck), xvmc (see -vo xv:ck) and xover video output
492 drivers.
491 . 493 .
492 .TP 494 .TP
493 .B \-crash-debug (DEBUG CODE) 495 .B \-crash-debug (DEBUG CODE)
494 Automatically attaches gdb upon crash or SIGTRAP. 496 Automatically attaches gdb upon crash or SIGTRAP.
495 Support must be compiled in by configuring with --enable-crash-debug or 497 Support must be compiled in by configuring with --enable-crash-debug or
2357 .B xv (X11 only) 2359 .B xv (X11 only)
2358 Uses the XVideo extension of XFree86 4.x to enable hardware 2360 Uses the XVideo extension of XFree86 4.x to enable hardware
2359 accelerated playback. 2361 accelerated playback.
2360 If you cannot use a hardware specific driver, this is probably 2362 If you cannot use a hardware specific driver, this is probably
2361 the best option. 2363 the best option.
2364 For information about what colorkey is used and how it is drawn run mplayer
2365 with -v option and look out for the lines tagged with [xv common] at the
2366 beginning.
2362 .PD 0 2367 .PD 0
2363 .RSs 2368 .RSs
2364 .IPs port=<number> 2369 .IPs port=<number>
2365 Select a specific XVideo port. 2370 Select a specific XVideo port.
2371 .IPs ck=cur|use|set
2372 Select the source from which the colorkey is taken (default: cur).
2373 .RSss
2374 .IPs cur
2375 The default takes the colorkey currently set in Xv.
2376 .IPs use
2377 Use but do not set the colorkey from mplayer (use -colorkey option to change
2378 it).
2379 .IPs set
2380 Same as use but also sets the supplied colorkey.
2381 .RE
2382 .IPs ck-method=man|bg|auto
2383 Sets the colorkey drawing method (default: man).
2384 .RSss
2385 .IPs man
2386 Draw the colorkey manually (reduces flicker in some cases).
2387 .IPs bg
2388 Set the colorkey as window background.
2389 .IPs auto
2390 Let Xv draw the colorkey.
2391 .RE
2366 .RE 2392 .RE
2367 .PD 1 2393 .PD 1
2368 . 2394 .
2369 .TP 2395 .TP
2370 .B x11 (X11 only) 2396 .B x11 (X11 only)
2386 .B xvmc (X11 with \-vc ffmpeg12mc only) 2412 .B xvmc (X11 with \-vc ffmpeg12mc only)
2387 Video output driver that uses the XvMC (X Video Motion Compensation) 2413 Video output driver that uses the XvMC (X Video Motion Compensation)
2388 extension of XFree86 4.x to speed up MPEG-1/2 and VCR2 decoding. 2414 extension of XFree86 4.x to speed up MPEG-1/2 and VCR2 decoding.
2389 .PD 0 2415 .PD 0
2390 .RSs 2416 .RSs
2391 .IPs benchmark 2417 .IPs port=<number>
2418 Select a specific XVideo port.
2419 .IPs (no)benchmark
2392 Disables image display. 2420 Disables image display.
2393 Necessary for proper benchmarking of drivers that change 2421 Necessary for proper benchmarking of drivers that change
2394 image buffers on monitor retrace only (nVidia). 2422 image buffers on monitor retrace only (nVidia).
2395 .IPs queue 2423 Default is not to disable image display (nobenchmark).
2424 .IPs (no)queue
2396 Queue frames for display to allow more parallel work of the video hardware. 2425 Queue frames for display to allow more parallel work of the video hardware.
2397 May add a small (not noticeable) constant A/\:V desync. 2426 May add a small (not noticeable) constant A/\:V desync (default: noqueue).
2398 .IPs sleep 2427 .IPs (no)sleep
2399 Use sleep function while waiting for rendering to finish 2428 Use sleep function while waiting for rendering to finish
2400 (not recomended on Linux). 2429 (not recomended on Linux). Default is not to sleep (nosleep).
2401 .IPs wait\ 2430 .IPs ck=cur|use|set
2402 Do not use sleep function while waiting for rendering to finish 2431 Same as -vo xv:ck (see -vo xv).
2403 (default). 2432 .IPs ck-method=man|bg|auto
2433 Same as -vo xv:ck-method (see -vo xv).
2404 .RE 2434 .RE
2405 .PD 1 2435 .PD 1
2406 . 2436 .
2407 .TP 2437 .TP
2408 .B dga (X11 only) 2438 .B dga (X11 only)