From 32ff1fac14bd187a75aa82fddcdfee35d4b8eeff Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 25 Jul 2012 22:52:38 +0200 Subject: man: update man with vo_corevideo and vo_sharedbuffer Conflicts: DOCS/man/en/vo.rst --- DOCS/man/en/vo.rst | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/en/vo.rst b/DOCS/man/en/vo.rst index 5ccedd08e3..01224bae65 100644 --- a/DOCS/man/en/vo.rst +++ b/DOCS/man/en/vo.rst @@ -161,21 +161,12 @@ directx (Windows only) Turns off hardware acceleration. Try this option if you have display problems. -corevideo (Mac OS X 10.4 or 10.3.9 with QuickTime 7) - Mac OS X CoreVideo video output driver - - device_id= - Choose the display device to use for fullscreen or set it to -1 to - always use the same screen the video window is on (default: -1 - - auto). - shared_buffer - Write output to a shared memory buffer instead of displaying it and - try to open an existing NSConnection for communication with a GUI. - buffer_name= - Name of the shared buffer created with shm_open as well as the name of - the NSConnection MPlayer will try to open (default: "mplayerosx"). - Setting buffer_name implicitly enables shared_buffer. +corevideo (Mac OS X 10.6 and later) + Mac OS X CoreVideo video output driver. Uses the CoreVideo APIs to fill + PixelBuffers and generate OpenGL textures from them (useful as a fallback + for vo_gl_). +.. _vo_gl: gl OpenGL video output driver, simple version. Video size must be smaller than the maximum texture size of your OpenGL implementation. Intended to @@ -512,3 +503,14 @@ tga filter. *EXAMPLE*: ``mplayer video.nut --vf=format=bgr15 --vo=tga`` + +sharedbuffer (Mac OS X 10.6 and later) + Mac OS X headless video output designed to interact with GUIs. It copies + image data to a shared buffer so that the data can be read from a GUI and + rendered. + + It uses the same protocol as MPlayer's ``-vo corevideo:shared_buffer`` + + buffer_name= + Name of the shared buffer created with shm_open() as well as the name + of the NSConnection mplayer2 will try to open (default: mplayerosx). -- cgit v1.2.3