Adding special text into AMVs

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
B1aiz35abr3
Joined: Sat Oct 10, 2009 12:28 pm
Org Profile

Adding special text into AMVs

Post by B1aiz35abr3 » Sat Oct 10, 2009 5:27 pm

I've watched several videos and seen special text used to go with the lyrics or to just state the name of the creator, how do i do this?

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Re: Adding special text into AMVs

Post by Zarxrax » Sat Oct 10, 2009 5:56 pm

If your editing software has a feature that lets you create text, then you can use that feature.
Otherwise, you can create an image containing the text, and put that image into your timeline.

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Re: Adding special text into AMVs

Post by Qyot27 » Sat Oct 10, 2009 7:20 pm

My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog

B1aiz35abr3
Joined: Sat Oct 10, 2009 12:28 pm
Org Profile

Re: Adding special text into AMVs

Post by B1aiz35abr3 » Sat Oct 10, 2009 10:20 pm

Well it's WMM, and i heard you can do summit like what i want in notepad.

And as for Aegisub, it keeps crashing when i try to open the WMM video i have created.

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Re: Adding special text into AMVs

Post by Qyot27 » Sun Oct 11, 2009 9:23 pm

Aegisub is for subtitle editing. And no, I wouldn't recommend opening the video itself in there (it is a .wmv file or .avi file, right? Not a .wmm project file?) - Aegisub can open .wav files, which is all that should be necessary to time correctly. Just look at the waveform while it's playing, and jot down the right timecodes for when the lyrics start/end, then use those when entering the subs. If you have to have video, use AviSynth to serve it in - Aegisub internally uses AviSynth, I believe, and it may require it to have been installed already.

After editing is finished (including any styling you want to do), save the .ass file and overlay it onto the video using AviSynth (the particular command is TextSub(), which is contained in VSFilter.dll - if you installed the CCCP, I'm fairly sure that you should have VSFilter in system32; just copy it to AviSynth's plugins folder).

Using WMM's titler is going to be far more cumbersome to use than that, and a lot worse looking. Aegisub allows for intricate control over how the subs look and behave.

If it's simply a titlecard/bumper stating stuff like the editor, music/anime, and so on, then you can make those in practically any image editing program, from Photoshop or The GIMP all the way down to MS Paint. Save as a .bmp and then import into WMM. Once again, those methods give you a lot more control over how it looks.



If the text in other cases is of the 'random' variety, that just pops up for a second and then leaves, then you will probably be best off with WMM's titler, as I doubt WMM can properly handle transparent PNG or PSD (although anyone, feel free to correct me if I'm wrong).
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Re: Adding special text into AMVs

Post by Qyot27 » Sun Oct 11, 2009 9:25 pm

Qyot27 wrote:After editing is finished (including any styling you want to do), save the .ass file and overlay it onto the video using AviSynth (the particular command is TextSub(), which is contained in VSFilter.dll - if you installed the CCCP, I'm fairly sure that you should have VSFilter in system32; just copy it to AviSynth's plugins folder).
Or you can be fancy and use a container like MKV that supports softsubs, avoiding AviSynth altogether.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog

User avatar
xPiikanyaa
Phail Whale
Joined: Mon Jul 27, 2009 1:43 pm
Status: :<
Location: England
Contact:
Org Profile

Re: Adding special text into AMVs

Post by xPiikanyaa » Sat Nov 21, 2009 8:05 am

If you're using WMM then it's not easy, 'cause you can't position the text exactly where you want, and there's only one video track so you can't layer an image =_=
You could always try doing it frame-by-frame, but that might be too much work just to add some text...

Locked

Return to “AviSynth Help”