I tried to find a filter or add-on to add text or a logo to a movie, but i can't find it anywhere.... Maybe some1 can tell me where...
Greetz
dgraft/
In the section labelled quot;Minequot; you will find a Logo filter. If you are actually wanting to do subtitles, you'll find a link to Avery Lee's subtitle filter in the section labelled quot;Otherquot;.
Wat i search is sumthing to add a small piece of text to my movie sumtimes. I dunnow how to add text in the movie, or a logo...
I just pointed you to tools for doing that. In what way are you finding them to be inapplicable to your task?
This thing only allows me to ad a logo... i just want to add some text to a movie... No whole sub titles, just a few words...
Did you consider that your logo can be made out of just text? For example, use Windows Paint to render your words and save it as a small BMP file, then use that BMP as your quot;logoquot;.
Well i want to let some text scroll trough the window like from right to left or sumthing like that...
Look, son, telling us in a dribble what you're trying to do is a pain in the you-know-what. This is the first time you've mentioned scrolling, but not the first time you've said quot;or sumthing like thatquot;. When you figure out what you want, and are willing to describe it in simple and complete terms, someone might be able to help you. Until then, you're on your own. Thanks for wasting my time.
First, let me say that I agree with Don completely: The more info you present from the beginning, the better someone can help you.
That said, back to your problem:
You could use AVISynth to add subtitles to your clip. A sample script on how to make a text scroll from one side to the other would look like this (assuming a clip called MyMovie.avi exisist in the c:\ dir and has a larger size than 352x240):
Code:
AviSource(quot;c:\MyMovie.aviquot;)
Animate(0,200,quot;subtitlequot;, quot;Hello World!quot;,351,200,0,0,quot;Arialquot;,10,$FF0000,$00FF00, quot;Hello World!quot;,0,200,200,200,quot;Arialquot;,10,$FF0000,$00FF00)
The two filters you need is Subtitle (for displaying the text ) and Animate (for making it move from one place to another)
Read the AviSynth documentation (and dl the program) from VideoTools. Of course you can also find a lot of useful information at your favourite videosite Doom9
Ok 1st sorry for both of you.
I know what i want to add to my movie and that's scrolling text. I downed avisynth and the subtitle add-on, i only can't find Animate...
Thx for help guys
Add-on? Both subtitle and animate are native AVIsynth commands. They are both described in the documentation at VideoTools. Subtitle can be found under Image Processing and Animate is a MetaFilter.
If you still want to use virtualdub only, use subtitler filter from the virtualdub site itself. You can use it to create scrolling text. Check out the documentation with the filter.
I directed him to the Subtitler filter in the very first response.
I think it's time I start reading whole posts... |