WHAT THE @#%&!!!! Picture quality issues

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
LivingFlame
Joined: Sat May 28, 2005 4:41 pm
Location: Closer than you think...
Org Profile

Post by LivingFlame » Thu Oct 02, 2008 12:17 am

I'd just grab the version that's in the AMVapp. You don't have to install everything that comes with the app, though none of it really hurts to have around.
... yea ...

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

Post by Zarxrax » Thu Oct 02, 2008 9:37 am

What codec are your videos compressed with?

Jenya
Joined: Wed Feb 09, 2005 1:40 am
Org Profile

Post by Jenya » Fri Oct 03, 2008 12:06 am

What codec are your videos compressed with?
Huffy. The original videos I'm putting into the AVS scripts look and run just fine on their own.
I'd just grab the version that's in the AMVapp. You don't have to install everything that comes with the app, though none of it really hurts to have around.
No good.

User avatar
Pwolf
Friendly Neighborhood Pwaffle
Joined: Thu May 03, 2001 4:17 pm
Location: Some where in California, I forgot :\
Contact:
Org Profile

Post by Pwolf » Fri Oct 03, 2008 1:15 am

reinstall huffyuv?


Pwolf

User avatar
Tab.
Joined: Tue May 13, 2003 10:36 pm
Status: SLP
Location: gayville
Org Profile

Post by Tab. » Sat Oct 04, 2008 7:16 pm

The version of HuffYUV used to encode versus the one AviSynth is using to decode are incompatible. Are you using FFDShow's HuffYUV decoder? If so, configure FFDShow (the VFW part) to not decode HuffYUV.

Jenya
Joined: Wed Feb 09, 2005 1:40 am
Org Profile

Post by Jenya » Thu Oct 09, 2008 9:30 pm

The version of HuffYUV used to encode versus the one AviSynth is using to decode are incompatible. Are you using FFDShow's HuffYUV decoder? If so, configure FFDShow (the VFW part) to not decode
I don't think so. I went into FFDshow's VFW Configuration and it showed Huffy to be disabled already. I tried switching it to the other option, just for kicks, but no good.

User avatar
Autraya
Zero Punctuation
Joined: Tue Mar 11, 2003 12:52 am
Status: old
Location: Terra Australis
Contact:
Org Profile

Post by Autraya » Fri Oct 10, 2008 12:09 am

lol that looks just like my preview screen in premiere right before the program is about to crap itself. But that's never happened to me in Vdub though.
Except for that time >.> when a certain editor sent me a MEP segment and broke my huffyuv but that was masses of rainbows not what you're getting.

A re-install like the king suggested fixed it for me, but are you sure the file itself isn't corrupted?
new banzors in the making :p

Jenya
Joined: Wed Feb 09, 2005 1:40 am
Org Profile

Post by Jenya » Fri Oct 10, 2008 2:21 am

A re-install like the king suggested fixed it for me, but are you sure the file itself isn't corrupted?
I already tried reinstalling, but got nothing. Do you mean the original video files? They look just fine when viewed on their own. But when view them through an avs script, they look terrible.

User avatar
Pwolf
Friendly Neighborhood Pwaffle
Joined: Thu May 03, 2001 4:17 pm
Location: Some where in California, I forgot :\
Contact:
Org Profile

Post by Pwolf » Fri Oct 10, 2008 2:27 am

post your script


Pwolf

Jenya
Joined: Wed Feb 09, 2005 1:40 am
Org Profile

Post by Jenya » Fri Oct 10, 2008 8:17 pm

I really don't think it's the script. I tried taking out each line of filter to find if one of them was causing the problems. Then I tried taking out every line until nothing but the AVIsource was left and even the bare bones script looked terrible. And it's five AVS scripts doing this; two from Wild Arms: Alter Code F, two from Wild Arms 3, and one from Wild Arms 4.

I'll go ahead and post two, just cause otherwise it's a lot of script to post.

AVISource("C:\AMV\AMV Projects\Wild Arms\Originals\Wild Arms Alter Code F\opening.01.avi")
Crop(0,54,-0,-54)
ConvertToYV12()
DeDot()
UnDot()
FluxSmoothST(7,7)
LimitedSharpen()
FastLineDarken()
FRFun7(lambda=1.5)
LanczosResize(720,480)
ChangeFPS(29.97)
ConvertToRGB24()


AVISource("C:\AMV\AMV Projects\Wild Arms\Originals\Wild Arms 3\Opening 1-3.avi")
Crop(0,24,0,-40)
ConvertToYV12()
BlindPP(cpu=6, quant=18)
UnDot()
FluxSmoothST(7,7)
LimitedSharpen()
FastLineDarken()
FRFun7()
LanczosResize(720,480)
ChangeFPS(29.97)

Locked

Return to “AviSynth Help”