Scripting

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Vax
Sexy black guy
Joined: Sat Oct 11, 2008 11:14 am
Status: Chayin
Location: New York
Org Profile

Scripting

Post by Vax » Sat Oct 18, 2008 9:42 pm

Well, I need a script for FF with post editing to clean up the footage. And i need steps on how to do it :oops:

User avatar
Krisqo
Cooking Oil
Joined: Mon Jul 07, 2003 1:22 pm
Status: W.O.A (Waiting on Aion)
Location: Moderating the Adobe Forums
Org Profile

Post by Krisqo » Sat Oct 18, 2008 9:46 pm

Have you tried the guides?
http://www.animemusicvideos.org/guides/ ... tqual.html

And by FF do you mean Final Fantasy?
Image

User avatar
Vax
Sexy black guy
Joined: Sat Oct 11, 2008 11:14 am
Status: Chayin
Location: New York
Org Profile

Post by Vax » Sat Oct 18, 2008 10:03 pm

Krisqo wrote:Have you tried the guides?
http://www.animemusicvideos.org/guides/ ... tqual.html

And by FF do you mean Final Fantasy?
Yes

User avatar
Vax
Sexy black guy
Joined: Sat Oct 11, 2008 11:14 am
Status: Chayin
Location: New York
Org Profile

Post by Vax » Sat Oct 18, 2008 10:08 pm

What i need is how to make an avs file with a scipt with post-editing

User avatar
Vax
Sexy black guy
Joined: Sat Oct 11, 2008 11:14 am
Status: Chayin
Location: New York
Org Profile

Post by Vax » Sat Oct 18, 2008 10:23 pm

And i realized this is in the wrong place..to post soo somebody move this O: :?:

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Sat Oct 18, 2008 10:31 pm

The guides go over how to make scripts. You just make it in notepad (or something like that)

the real trick is knowing what filters to use (and knowing what problems exist in a video.) If you post a few screencaps of your footage we could help you.
Image
Image

User avatar
Vax
Sexy black guy
Joined: Sat Oct 11, 2008 11:14 am
Status: Chayin
Location: New York
Org Profile

Post by Vax » Sun Oct 19, 2008 9:37 am

Kariudo wrote:The guides go over how to make scripts. You just make it in notepad (or something like that)

the real trick is knowing what filters to use (and knowing what problems exist in a video.) If you post a few screencaps of your footage we could help you.
Now after notepad, what do you do?

User avatar
Krisqo
Cooking Oil
Joined: Mon Jul 07, 2003 1:22 pm
Status: W.O.A (Waiting on Aion)
Location: Moderating the Adobe Forums
Org Profile

Post by Krisqo » Sun Oct 19, 2008 11:31 am

You type your script. Something like this

Code: Select all

Mpeg2Source("E:\Geass1\geass1.d2v", cpu=4)
deint = TDeint(mode=2, mtnmode=3, blim=100)
TFM(pp=0, cthresh=4, clip2=deint)
TDecimate()
AssumeFPS(24)
LanczosResize(640,352)
ConvertToRGB32()
Then when you go to save as, make sure you add .avs at the end of the file name.
Image

User avatar
Vax
Sexy black guy
Joined: Sat Oct 11, 2008 11:14 am
Status: Chayin
Location: New York
Org Profile

Post by Vax » Sun Oct 19, 2008 3:02 pm

Ok, so i put in a script save it and open in VirtualDubMod and says the AVI file doesnt a a movie date block

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Sun Oct 19, 2008 3:20 pm

post your script
Image
Image

Locked

Return to “AviSynth Help”