diff options
author | Marcus Engene <ffmpeg@engene.se> | 2005-05-26 09:18:38 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-05-26 09:18:38 +0000 |
commit | ded78ac08615c2461e6078b1c3b599ca5b4199bc (patch) | |
tree | f50ee94079efe4ed118cc2740f41ed4af852c91d /vhook | |
parent | b4a3389e707dad04bc4887769cd14a176d44b5d8 (diff) | |
download | ffmpeg-ded78ac08615c2461e6078b1c3b599ca5b4199bc.tar.gz |
vhook watermark patch by (Marcus Engene: ffmpeg, engene se)
Originally committed as revision 4309 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook')
-rw-r--r-- | vhook/watermark.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vhook/watermark.c b/vhook/watermark.c index e8562fb648..1d015405b8 100644 --- a/vhook/watermark.c +++ b/vhook/watermark.c @@ -16,6 +16,12 @@ * An example watermark file is at * http://engene.se/ffmpeg_watermark.gif * + * Example usage: + * ffmpeg -i infile -vhook '/path/watermark.so -f wm.gif' out.mov + * + * Note that the entire vhook argument is encapsulated in ''. This + * way, arguments to the vhook won't be mixed up with those to ffmpeg. + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either |