]> git.sesse.net Git - ffmpeg/commitdiff
vhook watermark patch by (Marcus Engene: ffmpeg, engene se)
authorMarcus Engene <ffmpeg@engene.se>
Thu, 26 May 2005 09:18:38 +0000 (09:18 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 26 May 2005 09:18:38 +0000 (09:18 +0000)
Originally committed as revision 4309 to svn://svn.ffmpeg.org/ffmpeg/trunk

vhook/watermark.c

index e8562fb648c66722440cfcc08369fe656d78dde7..1d015405b87c3c6a422cc1e3c0b2deea816b5bbb 100644 (file)
  * 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