[Ffmpeg-cvslog] r8241 - trunk/doc/hooks.texi
diego
subversion
Mon Mar 5 09:36:53 CET 2007
Author: diego
Date: Mon Mar 5 09:36:52 2007
New Revision: 8241
Modified:
trunk/doc/hooks.texi
Log:
small updates taken from a patch by Piero Bugoni, crboca32 yahoo com
Modified: trunk/doc/hooks.texi
==============================================================================
--- trunk/doc/hooks.texi (original)
+++ trunk/doc/hooks.texi Mon Mar 5 09:36:52 2007
@@ -24,6 +24,11 @@ Modules are loaded using the -vhook opti
is a space separated list of arguments. The first is the module name, and the rest
are passed as arguments to the Configure function of the module.
+The modules are dynamic libraries: They have different suffixes (.so, .dll, .dylib)
+depending on your platform. And your platform dictates if they need to be
+somewhere in your PATH, or in your LD_LIBRARY_PATH. Otherwise you will need to
+specify the full path of the vhook file that you are using.
+
@section null.c
This does nothing. Actually it converts the input image to RGB24 and then converts
@@ -46,6 +51,10 @@ supports a fixed overlay or reading the
is passed through strftime so that it is easy to imprint the date and
time onto the image.
+This module depends on the external library imlib2, available on
+Sourceforge, among other places, if it is not already installed on
+your system.
+
You may also overlay an image (even semi-transparent) like TV stations do.
You may move either the text or the image around your video to create
scrolling credits, for example.
More information about the ffmpeg-cvslog
mailing list