Help cleaning up game cutscenes
- Hagaren Viper
- Joined: Fri Aug 19, 2005 11:51 pm
- Status: Just wanna play Persona 4Ever
- Location: I dont wanna edit
- Contact:
Re: Help cleaning up game cutscenes
Been playing around with it, but I still can't get ftt3D to install correctly. I have to unzip the files into C:/Program Files/Avisynth 2.5>Plugins, yes? I also downloaded the FTT library, and put it where it was supposed to go, but no such look. Is there some kind of alternative?
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Re: Help cleaning up game cutscenes
Looking over the posts in this thread... you are typing FFT3DFilter(), not just FFT3D(), right? Kariudo's post suggesting it and your reply made me wonder.
- Hagaren Viper
- Joined: Fri Aug 19, 2005 11:51 pm
- Status: Just wanna play Persona 4Ever
- Location: I dont wanna edit
- Contact:
Re: Help cleaning up game cutscenes
Uwah, I could have sworn I had replied to this. :/Scintilla wrote:Looking over the posts in this thread... you are typing FFT3DFilter(), not just FFT3D(), right? Kariudo's post suggesting it and your reply made me wonder.
Yeah, seems like that was the problem, it's working fine now.
Dang...my footage looks almost usable now, but I ran into another problem.

Color bleeding. I'm not sure if this is even possible to fix, but I figure I'll throw it out there anyway. For the most part, it's good enough that I can still use the footage, but it would make life simpler if it was at least semi-fixable.
Code: Select all
DirectShowSource("01 Burn my Dread.m2v")
ConvertToYV12()
Deen("w3d",2,3,4)
removegrain(mode=2)
LoadTDeint()
TDeint(mode=1,order=1)
BlendBob()
FFT3DFilter()
limitedsharpen()
Fastlinedarken(strength=20,thinning=0)
Man, maybe I should just upload one of these clips somewhere and see if anyone can do any better with this, I'm terrible with scripting....