[SCM] libav/experimental: PPM vhook documentation, by Victor Paesa. wzrlpy at arsystel dot com

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:50:24 UTC 2013


The following commit has been merged in the experimental branch:
commit 56d2d2d01a96ed801517f826285f4c9877f46db3
Author: Benjamin Larsson <banan at ludd.ltu.se>
Date:   Wed Aug 30 18:28:41 2006 +0000

    PPM vhook documentation, by Victor Paesa.
    wzrlpy at arsystel dot com
    
    Originally committed as revision 6132 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/doc/hooks.texi b/doc/hooks.texi
index a9c1255..bd817e7 100644
--- a/doc/hooks.texi
+++ b/doc/hooks.texi
@@ -45,5 +45,16 @@ This allows a caption to be placed onto each frame. It supports inserting the
 time and date. By using the imlib functions, it would be easy to add your own
 graphical logo, add a frame/border, etc.
 
+ at section ppm.c
+
+It's basically a launch point for a PPM pipe, so you can use any
+executable (or script) which consumes a PPM on stdin and produces a PPM
+on stdout (and flushes each frame).
+
+Usage example:
+
+ at example
+ffmpeg -i input -vhook "/path/to/ppm.so some-ppm-filter args" output
+ at end example
 
 @bye

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list