Script for Spirited Away?

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
User avatar
Chaobunny12
Joined: Tue Jul 04, 2006 7:41 am
Org Profile

Re: Script for Spirited Away?

Post by Chaobunny12 » Sat Feb 06, 2010 3:32 pm

I think I got it. I tried messing around with the script, and I accidentally got it to work, or at least it appears to. I had to use the original script you gave me but put mpeg2source instead of d2vpath, because for some reason my computer didn't like that.

This is what I ended up using.

Code: Select all

Loadplugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC.dll")
mpeg2source("K:\D2V files\spiritedaway.d2v")
TFM(order=-1, field=-1, mode=5, PP=7, slow=2)
When I ran in through Vdub the interlacing SEEMS to be gone, which is great. However the video is still 29.97 fps, not 23.976 fps. Is it supposed to be like that?

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Script for Spirited Away?

Post by mirkosp » Sat Feb 06, 2010 4:01 pm

Code: Select all

tdecimate()
Add that after the tfm. :up:
Image

User avatar
Chaobunny12
Joined: Tue Jul 04, 2006 7:41 am
Org Profile

Re: Script for Spirited Away?

Post by Chaobunny12 » Sat Feb 06, 2010 5:02 pm

Okay, I've got it working now. Thanks so much for all the help!! :D

User avatar
Corran
Joined: Mon Oct 14, 2002 7:40 pm
Contact:
Org Profile

Re: Script for Spirited Away?

Post by Corran » Mon Feb 08, 2010 1:03 am

Hey guys... Spirited Away is not an interlaced source. It's 24fps progressive.

It would be better to run the vob through dgindex again and select the option "Force Film"... Once you do that you don't even need a de-interlacing/IVTC plugin and rendering frames via avisynth will be much faster.

Locked

Return to “AviSynth Help”