[MPlayer-dev-eng] [PATCH] shmem - filter, doc

Diego Biurrun diego at biurrun.de
Thu Sep 13 11:03:30 CEST 2007


On Wed, Sep 12, 2007 at 12:47:36AM +0200, Ötvös Attila wrote:
> 
> This patch implement export and import shared memory filter.
> Export filter can modify format of video frame, scale and osd render (similar 
> expand filter).
> Import filter implement insert video frames from shared memory stream similar 
> bmovl filter. Import filter can modify size and set insert positions.
> 
> --- DOCS/man/en/mplayer.1	(revision 24429)
> +++ DOCS/man/en/mplayer.1	(working copy)
> @@ -6814,8 +6819,41 @@
>  .
> +.TP
> +.B shmemout[=shmemid:fmt:w:h:o]
> +Export video frames to shared memory.
> +.RSs
> +.IPs <shmemid>
> +shared memory ID (default: 1000).

unnecessary period

> +.IPs <fmt>
> +format of exported video frames: yv12, i420, yuy2, y8, y800, rgb24, bgr24.

unnecessary period

> +.IPs <w,h>
> +width and height of expored video frames (default: current video width and height)

exporTed

> +.IPs <shmemid>
> +shared memory ID (default: 1000).

unnecessary period

> @@ -10620,7 +10658,34 @@
>  .
> +.PP
> +.B Show the encoded tv channels on shared screen (eg. CCTV):

TV, on a shared screen

> +.PP
> +.B Screen-on-screen (right top corner):

top right

Diego



More information about the MPlayer-dev-eng mailing list