Commit 7d066311 authored by michael's avatar michael

vhook watermark patch by (Marcus Engene: ffmpeg, engene se)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4309 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 39a9ca84
......@@ -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
......
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