Help with subtitles?
- Kionon
- I ♥ the 80's
- Joined: Fri Mar 02, 2001 10:13 pm
- Status: Ayukawa MODoka.
- Location: I wonder if you know how they live in Tokyo... DRIFT, DRIFT, DRIFT
- Contact:
- dokidoki
- c0d3 m0nk3y
- Joined: Tue Dec 19, 2000 7:42 pm
- Status: BLEEP BLOOP!
- Location: doki doki space
- Contact:
Well, you don't need another (ie: additional) script, just more commands in the same script...jonnkakarotto wrote:So, if I wanted a subtitle to appear after the other one disappears, I'd make another script, except using different trim times, correct?
I removed some stuff from the script I posted since it was a bit long. Read up on the Trim command if you haven't. I had "v3a=v.Trim(126,0)" and more Subtitle commands in the script before I cut them.Also, I messed around with it a bit, and I noticed the second trim time in that script you posted hacks off the end of the video. What am I doing wrong here?
So you could add at the end above (after removing v1+v2):
v3a=v.Trim(126,0)
v3=v3a.Subtitle("different text",align=8,size=30,x=321,y=375)
v1+v2+v3
- dowhatnow
- Joined: Thu Nov 14, 2002 6:24 pm
- Location: Nowhere of interest
Thanks a bunch for that.
Now, as for making one subtitle appear with the other appearing directly after it (or under it, like in the Mahoro Speech in Hellø Fairy) while the first subtitle stays on screen. All that is done there is alignment of the subtitles and more trim time adjustments, correct?
And since Kionon mentioned it, Karaoke-style effects can be applied in AE, can't they?
Now, as for making one subtitle appear with the other appearing directly after it (or under it, like in the Mahoro Speech in Hellø Fairy) while the first subtitle stays on screen. All that is done there is alignment of the subtitles and more trim time adjustments, correct?
And since Kionon mentioned it, Karaoke-style effects can be applied in AE, can't they?
- dokidoki
- c0d3 m0nk3y
- Joined: Tue Dec 19, 2000 7:42 pm
- Status: BLEEP BLOOP!
- Location: doki doki space
- Contact:
No problem.jonnkakarotto wrote:Thanks a bunch for that.
I just ran the Subtitle command multiple times. Change the v3= line above to the following.Now, as for making one subtitle appear with the other appearing directly after it (or under it, like in the Mahoro Speech in Hellø Fairy) while the first subtitle stays on screen. All that is done there is alignment of the subtitles and more trim time adjustments, correct?
v3=v3a.Subtitle("text",align=8,size=30,x=321,y=375).\
Subtitle("different text",align=8,size=30,x=321,y=395)
Probably, though I don't know exactly which effects you mean. I've seen:And since Kionon mentioned it, Karaoke-style effects can be applied in AE, can't they?
- Sentence colour changing as a word/syllable is said
- Text size changing as a word/syllable is said
- A "bouncing ball"
- canikizu
- Joined: Thu Sep 08, 2005 9:00 am
i don't use Premiere so i don't know what it's like, to me Aegisub is the best . I made some amv with karaoke and i'm pretty pleased with them. You can check it out here:
http://www.youtube.com/watch?v=VwlmpQppxj4
http://www.youtube.com/watch?v=0reCVioXstE
http://www.youtube.com/watch?v=VwlmpQppxj4
http://www.youtube.com/watch?v=0reCVioXstE
- canikizu
- Joined: Thu Sep 08, 2005 9:00 am
I suggest you should go through the Aegisub help menu, then use this web http://www.malakith.net/aegiwiki/index. ... _Tutorials to understand more about karaoke effect.
Feel free to ask what you want to know. And for a rundown, tell me where i should begin
Feel free to ask what you want to know. And for a rundown, tell me where i should begin
- dokidoki
- c0d3 m0nk3y
- Joined: Tue Dec 19, 2000 7:42 pm
- Status: BLEEP BLOOP!
- Location: doki doki space
- Contact:
You can do it at different stages. TMTOWTDI. Just try it.jonnkakarotto wrote:So, would I apply the subs after I export in Premiere or during compression into another codec?