[FFmpeg-devel] [TOYS] libavfilter-soc: horizontal and vertical mirror filters

Diego Biurrun diego
Fri Dec 11 01:04:43 CET 2009


On Thu, Dec 10, 2009 at 11:28:19PM +0100, Stefano Sabatini wrote:
> On date Saturday 2009-05-23 02:42:53 +0200, Stefano Sabatini encoded:
> > As in subject ;-).
> 
> Updated versions, they're simple and funny so I'd like to see them
> integrated.
> 
> --- ffmpeg.orig/doc/libavfilter.texi	2009-12-10 23:25:46.000000000 +0100
> +++ ffmpeg/doc/libavfilter.texi	2009-12-10 23:26:39.000000000 +0100
> @@ -128,6 +128,11 @@
>  
> + at section hmirror
> +
> +Mirror the left half part of the the input video horizontally on the
> +half right part of the output video.

s/part//g

s/half right/right half/

> --- ffmpeg.orig/doc/libavfilter.texi	2009-12-10 23:22:35.000000000 +0100
> +++ ffmpeg/doc/libavfilter.texi	2009-12-10 23:24:11.000000000 +0100
> @@ -231,4 +231,9 @@
>  
> + at section vmirror
> +
> +Mirror the top half part of the the input video vertically on the
> +half bottom part of the output video.

ditto

Diego



More information about the ffmpeg-devel mailing list