Problem with Avisynth and Zarxgui

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
Mitsukai Mizu Amaya
Joined: Wed May 28, 2008 6:41 pm
Org Profile

Problem with Avisynth and Zarxgui

Post by Mitsukai Mizu Amaya » Wed Jul 27, 2011 3:07 pm

I've tried exporting my AMV for a contest, and I'm having the following problem:
it's exporting at 720x960, instead of 720x480. It's also half the length it should be, like it was sped up or something.

My Avisynth Script:
#ASYNTHER AVISource
AVISource("C:\Users\Scarlet\Desktop\Scarlet
\AMVs\XSAMV.avi")
converttoyv12()
Deen("w3d",3,3,5)
FRFun7(lambda=1)
LimitedSharpenFaster(strength=100)
LanczosResize(720, 480)

The other three came out fine, and this one looks fine in VDub, but what the hell? >> Help, please? D8

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Location: North Cackalacky
Contact:
Org Profile

Re: Problem with Avisynth and Zarxgui

Post by Zarxrax » Wed Jul 27, 2011 4:49 pm

You open that script in vdub, and everything is fine, but you encode it and it gets all messed up?
How are you checking the encode?
Load the encoded video into avisynth via ffvideosource and see if the problem is there.

Mister Hatt
Joined: Tue Dec 25, 2007 8:26 am
Status: better than you
Contact:
Org Profile

Re: Problem with Avisynth and Zarxgui

Post by Mister Hatt » Sat Jul 30, 2011 6:52 am

Not implying problems with incorrectly set aspect, but incorrectly set aspect. Alternatively possible broken interlacing! Could also be a layer 8 network error in your video upload/playback setup.

Locked

Return to “AviSynth Help”