Script suggestions for RahXephon TV

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Flame-X
Joined: Mon Nov 21, 2005 8:10 pm
Status: In Silence
Location: Illinois
Contact:
Org Profile

Script suggestions for RahXephon TV

Post by Flame-X » Fri Jul 20, 2007 12:44 pm

I ripped the DVDs and I need help getting rid of the interlaced footage. Any suggestions?

User avatar
CrackTheSky
has trust issues
Joined: Sun Aug 27, 2006 11:01 pm
Status: Maybe editing?
Location: Chicago
Org Profile

Post by CrackTheSky » Fri Jul 20, 2007 2:30 pm

Err...this tells you how to restore progressive frames :?

User avatar
Flame-X
Joined: Mon Nov 21, 2005 8:10 pm
Status: In Silence
Location: Illinois
Contact:
Org Profile

Post by Flame-X » Fri Jul 20, 2007 2:39 pm

what the.. they updated that site? i'll check it out

User avatar
JaddziaDax
Crazy Cat Lady!
Joined: Tue Mar 16, 2004 6:25 am
Status: I live?
Location: Somewhere I think O.o
Contact:
Org Profile

Post by JaddziaDax » Fri Jul 20, 2007 2:43 pm

thats still the beta guide...

and its a stickie in the general video forum

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Post by Qyot27 » Sat Jul 21, 2007 3:48 pm

Code: Select all

MPEG2Source("C:\Documents\rah1_1.d2v", ipp=true, cpu=4)
TFM(order=-1,mode=5,PP=7,field=-1,slow=2)
TDecimate()
TIsophote()
AssumeFPS(24)
Crop(6,0,-6,0)
LanczosResize(720,480)
deen("w3d",2,8,8)
This has worked for me (in slightly differing forms) when I've used RahXephon before. The LanczosResize variables are because I normally work at 3:2/0.9 PAR - use the standard 640,480 dimensions if you use 4:3/Square Pixels.

User avatar
Flame-X
Joined: Mon Nov 21, 2005 8:10 pm
Status: In Silence
Location: Illinois
Contact:
Org Profile

Post by Flame-X » Sat Jul 21, 2007 4:01 pm

Thanks! :)

Locked

Return to “AviSynth Help”