[vlc-devel] New Tapeticker video filter
fethi
fethi at teknos.gen.tr
Thu Oct 28 18:15:35 CEST 2004
Hello everyone,
i wrote a video filter that named tapeticker.
it slides a text on a tape, with speed, color,background color,font,
foreground and background alpha choices.
you have to add add_plugin & freetype flags to configure.ac
VLC_ADD_PLUGINS([tapeticker])
VLC_ADD_CFLAGS([tapeticker],[`${FREETYPE_CONFIG} --cflags`])
VLC_ADD_LDFLAGS([tapeticker],[`${FREETYPE_CONFIG} --libs`])
and add this line to modules.am
SOURCES_tapeticker = tapeticker.c
to add this code to the project.
please report, bugs and suggests to me. it is my first code on videolan
project.
currently i also working o a standalone tapeticker file format. (demuxer and
decoder).. it is usefull for my project but i don't know do you like that!
thanks to everyone that helps me..
have fun :)
-----------------
Fethi Gürcan
fethi at studyolatino.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tapeticker.c
Type: text/x-c
Size: 46085 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20041028/a480804e/attachment.bin>
More information about the vlc-devel
mailing list