提交 af437256 编写于 作者: P Piero Bugoni 提交者: Diego Biurrun

small updates taken from a patch by Piero Bugoni, crboca32 yahoo com

Originally committed as revision 8241 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 7205395b
......@@ -24,6 +24,11 @@ Modules are loaded using the -vhook option to ffmpeg. The value of this paramete
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 text from a file. The string
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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册