Weird Discoloration

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Kazemon15
Joined: Fri May 09, 2003 9:28 pm
Status: Reborn! Fanatic
Location: AMV Freak, California
Contact:
Org Profile

Weird Discoloration

Post by Kazemon15 » Tue Feb 23, 2010 2:15 pm

I was just working on my AMV using scripts...and then for some odd reason, the files I was using suddenly got a weird discoloration to them. I tried resaving over the d2vs, but it still didn't work. I also tried it with no script at all with just the mpeg2source and it's still a weird color, when it was working fine just the other day.... any help? Thanks in advance.

http://i27.photobucket.com/albums/c159/ ... dcolor.jpg

Code: Select all

mpeg2source("H:\Reborn Bullet Special\KHR Ed 2.d2v",cpu=6)
amvivtc(mode=1)
converttoyv12()
Assumefps(29.97)
Tweak(cont=1.1, bright=-5, sat=1.2)
limitedsharpenfaster()
Deen("a2d",5,10,12)
gradfun2db(2.5)
crop(6,40,-6,-40)
LanczosResize(836,480)

User avatar
Enigma
That jolly ol' bastid
Joined: Sat Mar 07, 2009 3:55 pm
Status: Free
Location: California
Org Profile

Re: Weird Discoloration

Post by Enigma » Tue Feb 23, 2010 2:20 pm

Change it to cpu=0.

User avatar
Kazemon15
Joined: Fri May 09, 2003 9:28 pm
Status: Reborn! Fanatic
Location: AMV Freak, California
Contact:
Org Profile

Re: Weird Discoloration

Post by Kazemon15 » Tue Feb 23, 2010 2:29 pm

Enigma wrote:Change it to cpu=0.
I feel dumb. :oops:

Thanks alot! That worked. =3

My first time working straight off scripts. XD

Locked

Return to “AviSynth Help”