View Full Version : Weird colors when encoding
rendicil
18th June 2005, 23:18
I've been trying to encode a movie I have and when I open the avs file in VirtualDub and scroll through a little of it, the movie has all these weird colors and ghosts in it. What the hell is going on?
http://img213.echo.cx/img213/8177/wtf4fp.th.png (http://img213.echo.cx/my.php?image=wtf4fp.png)
unskinnyboy
18th June 2005, 23:34
:script:
rendicil
18th June 2005, 23:53
LoadPlugin("d:\DVD Ripping\AviSynth 2.5\mpeg2dec3.dll")
LoadPlugin("d:\DVD Ripping\AviSynth 2.5\plugins\UnFilter_Avisynth_2.5_Alpha\UnFilter.dll")
LoadPlugin("d:\DVD Ripping\AviSynth 2.5\plugins\UnDot.dll")
LoadPlugin("d:\DVD Ripping\AviSynth 2.5\plugins\deen.dll")
LoadPlugin("d:\DVD Ripping\AviSynth 2.5\plugins\asharp.dll")
LoadPlugin("d:\DVD Ripping\AviSynth 2.5\plugins\decomb.dll")
mpeg2source("C:\Documents and Settings\JP\Desktop\DVD Rips\cell.d2v")
crop(0,58,720,360)
Telecide().Decimate(5)
LumaFilter(-2)
Unfilter (5,5)
UnDot()
Deen("a3d",1,3,5)
asharp(1,2)
BicubicResize(700,288,0,0.5)
Just a note - that picture is before any encoding occured. I just opened the avs file and scrolled to see the input.
Backflip
19th June 2005, 02:53
The picture looks like it could normally be like that. Reflection of window panes of street lights etc, just a trick of lighting in the scene, possibly.
rendicil
19th June 2005, 03:33
It's most certainly not supposed to be that way - I can provide other screenshots of characters who are naked but appear to be blue.
gircobain
19th June 2005, 03:47
Could be a crop issue
Try changing the top value from the crop line to a mod4 one
manono
19th June 2005, 10:00
Or put the Telecide/Decimate before the crop.
And get a real resolution. 700 is only Mod4.
rendicil
19th June 2005, 13:23
Tried doing different resolutions but they all came out bad. Tried putting telecide before crop, came out bad. Tried no cropping still came out bad. I just did a rip less than a week ago that came out beautifully but now every rip I trip I do the colors are messed up.
Edit - works now. I actually had to change it back to a mod16 to get a correct resolution.
manono
19th June 2005, 13:37
Hi-
Ok, this is getting serious. If it wasn't the crop or resolution issue (although they were good suggestions and should be done anyway), it looks like chroma interlacing to me. But Decomb 5.2.1 has the chroma parameter set to on by default. Update your Decomb to the latest. Either that or turn on the Chroma parameter in the version you're using, if it has one. Based on your script, your Decomb is very old.
If that's not it, then perhaps it's in the source. Are you sure it's not? Have you looked at the fields? You might put on a SmartBobber such as KernelBob(Order=1) (it's part of KernelDeint), or TDeint(Mode=1), and check if you get that sort of thing in the fields. If it's in the fields, then you're pretty much screwed, I think.
And if that's not it, then maybe try a different IVTC, such as SmartDecimate, or TIVTC.
Edit: I was typing while you were editing, so I'm glad you got it figured out. So, what I wrote can serve as suggestions for any future problems with IVTC.
rendicil
19th June 2005, 14:11
Thanks for the help - I dunno why the mod4 was screwing things up - I've used mod4's before without any problems so maybe next time I'll try a mod4 with those solutions.
manono
19th June 2005, 15:09
You're using GKnot, aren't you? And if so, you changed the default W-Modul and H-Modul from their default 32 and 16? Those are the defaults for a reason. In any event, neither should ever be set below 16.
http://forum.doom9.org/showthread.php?t=42708
mg262
19th July 2005, 10:37
also cf.
http://forum.doom9.org/showthread.php?t=97521
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.