AnimeSuki Forums

Register Forum Rules FAQ Members List Social Groups Search Today's Posts Mark Forums Read

Go Back   AnimeSuki Forum > Anime Related Topics > General Anime > Fansub Groups

Notices

Reply
 
Thread Tools
Old 2007-08-20, 16:36   Link #281
kazehonki
Junior Member
 
Join Date: Aug 2007
Hey! i have a question @_@' it could be a silly one, but a question is a question \o/~

well, im using " after effects " and shinjipierre's script, but i cant find the " space control " thing in which people are discussing so much about on the topic... so, would u guys mind telling me where i can find it?

i appreciate any kind of help =D~
kazehonki is offline   Reply With Quote
Old 2007-08-21, 13:35   Link #282
ze Moose
Iä! Shub-Niggurath!
*Fansubber
 
 
Join Date: Apr 2007
The space control is not available in the older versions of shinji's script. I think v0.73 is the latest. After you've loaded the .ass/.ssa, the space control should be the last layer in the timeline, below the text layers.
ze Moose is offline   Reply With Quote
Old 2007-09-02, 19:16   Link #283
Cyclops
Junior Member
 
Join Date: Sep 2007
hi, I'm new here, and I've a question for you, I'm creating text effects with AE (not only the karaoke) for an anime movie (1h 30m) and when I finish, I have no idea of how encode them. In the beggining I think I would have to cut the raw in pieces and then, combine the whole video with effects with virtual dub, but now I think this is crazy, I don't even know if that's possible. Later I think that encoding the whole raw with all the effects with after effects would be easier but I change my mind when I imagined that I would be days enconding with AE and the video will be over than 30 gb...

So... I need your help, I'm sure that there is another way to do it, but I don't know it, I have read over here something like encode it as "overlay" or something like that...

Thanks in advance, I'm really lost in the process right now...
Cyclops is offline   Reply With Quote
Old 2007-09-02, 19:55   Link #284
Skyward
Oblivious
*Fansubber
 
Join Date: Jul 2007
The overlay method described in various parts of this thread demonstrates how the encoder will overlay the AFX on top of the regular video using AviSynth. This way it's easy for the AFX magician to make the effects and send them to the encoder without actually modifying the video. From an encoding standpoint, it's pretty simple to add the effects on the video, and doesn't require the encoder to make a bunch of separate physical videos before adding em back together.
Skyward is offline   Reply With Quote
Old 2007-09-19, 18:33   Link #285
Cyclops
Junior Member
 
Join Date: Sep 2007
I've been making tests with the overlay and now I have several videos of RGBA effects, but now I need a script for making the effects appear and dissappear at the frame I want. For example, I used this script for an overlay:

Code:
DirectShowSource("D:\MU\movie.mp4")
sign01 = avisource("C:\maskstart.avi")
overlay(sign01, mask=sign01.showalpha())
Textsub("C:\Users\Cyclops\Desktop\subs.ass")
This code make the RGBA video appear from frame 0 to its end, but how can I control the start and the end frames?
thanks
Cyclops is offline   Reply With Quote
Old 2007-09-19, 19:46   Link #286
Sylf
翻訳家わなびぃ
*Fansubber
 
 
Join Date: Nov 2003
Age: 50
Send a message via MSN to Sylf Send a message via Yahoo to Sylf
Use trim.

To make things easier, people build a function in a separate file which they can just import. See this post for an example.
Sylf is offline   Reply With Quote
Old 2007-09-27, 10:01   Link #287
Cyclops
Junior Member
 
Join Date: Sep 2007
following that post I finally completed the avs using overlay, but now i have another problem... at the end of the video, the subs gets delayed about 2 seconds, as if it lost one frame for every overlay I used, is it normal? do you know why is this happening and how can I fix it?

PD: sorry for making so many questions
Cyclops is offline   Reply With Quote
Old 2007-09-27, 10:59   Link #288
ze Moose
Iä! Shub-Niggurath!
*Fansubber
 
 
Join Date: Apr 2007
Different frame rates on your overlay render and the original video perhaps?
ze Moose is offline   Reply With Quote
Old 2007-09-27, 11:18   Link #289
martino
makes no files now
 
 
Join Date: May 2006
Quote:
Originally Posted by ze Moose View Post
Different frame rates on your overlay render and the original video perhaps?
IIRC overlay doesn't care about the framerate, it just grabs a frame and overlays it, then goes for the next one and so on...

Please post your avs script, might be of some help when troubleshooting your problem.
__________________
"Light and shadow don't battle each other, because they're two sides of the same coin"
martino is offline   Reply With Quote
Old 2007-09-27, 12:06   Link #290
Cyclops
Junior Member
 
Join Date: Sep 2007
it's like this one:

Code:
DirectShowSource("D:\MU\movie.mp4")
sign01 = avisource("C:\mask01.avi")
sign02 = avisource("C:\mask02.avi")
trim(0,500)+trim(501,1000).overlay(sign01, mask=sign01.showalpha())+trim(1001,1500)+trim(1501,2000).overlay(sign02, mask=sign02.showalpha())+trim(2001,0)
Textsub("C:\Users\Cyclops\Desktop\subs.ass")
this frames aren't real, because the avs is really long, at least 26~30 overlays, but is the same script
Cyclops is offline   Reply With Quote
Old 2007-09-27, 12:47   Link #291
martino
makes no files now
 
 
Join Date: May 2006
Well, DSS doesn't have frame accurate seeking, but that wouldn't cause a 2 second difference (usually it's up to 2 frames, or from what I've noticed). Try setting the fps argument in DSS, that might do some magix. Your best option is to either use something that supports frame accurate seeking (ffmpegsource or DSS2) or convert to lossless. The other thing is that you might have messed up your trims somewhere. And with so many overlays I wouldn't be surprised. Try the function posted in the AviSynth Help thread. It should make it less painful...
__________________
"Light and shadow don't battle each other, because they're two sides of the same coin"
martino is offline   Reply With Quote
Old 2007-10-04, 12:56   Link #292
Cyclops
Junior Member
 
Join Date: Sep 2007
After hours of wasted time changing fps, converting to avi and other things I decided to see the movie for seeing when it start delaying the subs, and i noticed that in 2 scenes, it made something strange with the sound, so I rechecked the frames in the overlays and i found out that there were two mistaken frames so... it's done, thanks for your help ^^
Cyclops is offline   Reply With Quote
Old 2007-10-06, 04:24   Link #293
Vicfred
free software enthusiast
 
 
Join Date: Jan 2006
Send a message via MSN to Vicfred Send a message via Yahoo to Vicfred
any idea why im still gettin the real annoyin spaces with v7.3?

http://img340.imageshack.us/img340/1644/annoyinghj0.png

Last edited by Vicfred; 2007-10-06 at 04:48.
Vicfred is offline   Reply With Quote
Old 2007-10-06, 08:01   Link #294
dj_tjerk
Ana-chan~
 
 
Join Date: May 2006
Location: Netherlands
There's this null layer at the bottom, which has a slider effect.. try sliding that to a negative value and see what happens..
dj_tjerk is offline   Reply With Quote
Old 2007-10-13, 18:22   Link #295
Himeko Himura
Junior Member
 
Join Date: Oct 2006
Question~ ^__^;

I need help on how to do the nice little sparklies that fall from words. Granted, I am still a newbie when it comes to AFX, but I know how to do effects on the words, but making things fall from them has me stumped.

Here's a video on what I'm talking about, since I really don't know how to explain it. The effect that I need help on is after the first line of karaoke (starts at 00:17 on)
http://www.youtube.com/watch?v=E3SvYqSobD0

Also, how do they do the moving pictures in the background of the karaoke in this video:
http://www.youtube.com/watch?v=rcg-rci8l8E

sorry for all the questions *sweatdropsweatdrop*
Himeko Himura is offline   Reply With Quote
Old 2007-10-13, 22:35   Link #296
[darkfire]
Give them the What For!
*Fansubber
 
 
Join Date: Feb 2006
Location: Cave of Evil- Invite Only
Age: 36
Send a message via AIM to [darkfire] Send a message via Yahoo to [darkfire]
Quote:
Originally Posted by Himeko Himura View Post
Question~ ^__^;

I need help on how to do the nice little sparklies that fall from words. Granted, I am still a newbie when it comes to AFX, but I know how to do effects on the words, but making things fall from them has me stumped.

Here's a video on what I'm talking about, since I really don't know how to explain it. The effect that I need help on is after the first line of karaoke (starts at 00:17 on)
http://www.youtube.com/watch?v=E3SvYqSobD0

Also, how do they do the moving pictures in the background of the karaoke in this video:
http://www.youtube.com/watch?v=rcg-rci8l8E

sorry for all the questions *sweatdropsweatdrop*
Even though you can do this in AFX. I don't belive it is...
Kingofbeer made it so, judging by that alone I think its in ASS
__________________
"Lepers, women are Lepers" - Sheriff of Nottingham
[darkfire] is offline   Reply With Quote
Old 2007-10-14, 19:30   Link #297
Himeko Himura
Junior Member
 
Join Date: Oct 2006
Really? I thought it would some sort of plugin that I haven't mastered yet *sweatdropsweatdrop*

so even the picture thing can be done in ASS?
Himeko Himura is offline   Reply With Quote
Old 2007-10-15, 10:47   Link #298
dj_tjerk
Ana-chan~
 
 
Join Date: May 2006
Location: Netherlands
Actually ... jfs has done quite well programming all things like guessing/calculating the position of the syllables, so it might be easier to do so in .ass. Of course it's possible in after effects too, but I think it's easier for a starter to use .ass, as there are a lot of example scripts. If you persist in using after effects however, take a look at Trapcode Particular.

[offtopic edit]
How did you calculate those positions anyway jfs? text box size/amount of characters? Small letters like 'i' give problems then don't they?

Last edited by dj_tjerk; 2007-10-16 at 07:16.
dj_tjerk is offline   Reply With Quote
Old 2007-10-16, 07:16   Link #299
ze Moose
Iä! Shub-Niggurath!
*Fansubber
 
 
Join Date: Apr 2007
Actually I'd have a question about that. How do I link a generator effect, like Trapcode Particular to the sung syllables while using shinji's .ass import script?

Normally I duplicate the text layer and add 0% opacity to the keyframe style so that only the sung syllable is visible for that layer. Now I would add the effect to that layer and it works like it should since it's only visible when the syllable is sung. But with Particular for example is doesn't work like this since it seems to be ignoring the keyframe styles and the effect is just slammed to the center of the composition.
ze Moose is offline   Reply With Quote
Old 2007-10-16, 07:38   Link #300
dj_tjerk
Ana-chan~
 
 
Join Date: May 2006
Location: Netherlands
Hmm.. iirc I already posted something about that, exploding syllables into particles.. but here's one line that looks like shinji's Solty Rei OP, not made with shinji's script, but may just work with it.

If it doesn't work.. say so and i'll try figuring out how to make it work with shinji's script.. btw.. take a look at the expression for particles/sec.

Note: this is just for one line.. if you want to do multiple lines you can change the expression so that you still only need one solid with particular and one emitter; example of it is my blue dragon ED for oedipus (one ep release ftw), project file here

Expression particles/sec for one line
Spoiler:

Expression for 5 lines
Spoiler:
dj_tjerk is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 02:08.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
We use Silk.