Commit 80449c3d authored by banan's avatar banan

PPM vhook documentation, by Victor Paesa.

wzrlpy at arsystel dot com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6132 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 33a04baf
...@@ -45,5 +45,16 @@ This allows a caption to be placed onto each frame. It supports inserting the ...@@ -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 time and date. By using the imlib functions, it would be easy to add your own
graphical logo, add a frame/border, etc. graphical logo, add a frame/border, etc.
@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:
@example
ffmpeg -i input -vhook "/path/to/ppm.so some-ppm-filter args" output
@end example
@bye @bye
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment