WHAT THE @#%&!!!! Picture quality issues
- LivingFlame
- Joined: Sat May 28, 2005 4:41 pm
- Location: Closer than you think...
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
-
- Joined: Wed Feb 09, 2005 1:40 am
Huffy. The original videos I'm putting into the AVS scripts look and run just fine on their own.What codec are your videos compressed with?
No good.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.
- Pwolf
- Friendly Neighborhood Pwaffle
- Joined: Thu May 03, 2001 4:17 pm
- Location: Some where in California, I forgot :\
- Contact:
-
- Joined: Wed Feb 09, 2005 1:40 am
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.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
- Autraya
- Zero Punctuation
- Joined: Tue Mar 11, 2003 12:52 am
- Status: old
- Location: Terra Australis
- Contact:
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?
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
-
- Joined: Wed Feb 09, 2005 1:40 am
- Pwolf
- Friendly Neighborhood Pwaffle
- Joined: Thu May 03, 2001 4:17 pm
- Location: Some where in California, I forgot :\
- Contact:
-
- Joined: Wed Feb 09, 2005 1:40 am
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)
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)