mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
PPM vhook documentation, by Victor Paesa.
wzrlpy at arsystel dot com Originally committed as revision 6132 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e645a733a6
commit
56d2d2d01a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user