[Ffmpeg-cvslog] CVS: ffmpeg/vhook watermark.c,1.2,1.3

Michael Niedermayer CVS michael
Thu May 26 11:18:41 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/vhook
In directory mail:/var2/tmp/cvs-serv1867

Modified Files:
	watermark.c 
Log Message:
vhook watermark patch by (Marcus Engene: ffmpeg, engene se)


Index: watermark.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/vhook/watermark.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- watermark.c	30 Apr 2005 21:43:59 -0000	1.2
+++ watermark.c	26 May 2005 09:18:38 -0000	1.3
@@ -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





More information about the ffmpeg-cvslog mailing list