New simpleresize.dll: chroma little (left) shifted?
Advertising
Message
Author
Some information of my setup: LoadPlugin("c:\app\media\Avisynth\MPEG2DEC2.DLL") LoadPlugin("c:\app\media\avisynth\simpleresize.dll") mpeg2source("d:\TR\TR.d2v") crop(8,4,712,432) simpleresize(640,272) I have experienced something like 2 pixels chroma shift on left or right direction, almost I have noticed this by comparing with classic bicubicresize (x,y,0,0.5) Haven't tried old simpleresize... anyone know anything? (I can post a link to the shots)
RE: New simpleresize.dll: chroma little (left) shifted?
unplugged - Instead could you post a link to shots with and without: SimpleResize(712,432) (forget Bicubic for this test) This looks like it would be the original (cropped) size so SimpleResize should return basically the same result. But it will still go through the resize code since it is too stupid to know not to. - Tom
--------------------- Улыбка - это кривая, которая выпрямляет всё
RE: New simpleresize.dll: chroma little (left) shifted?
Unplugged - Good eye! If you hadn't told me what to look for with zoom I never would have see n it, but you are correct. I'll take a look at the code. - Tom
RE: New simpleresize.dll: chroma little (left) shifted?
That's for this kind of debugging I wrote the Compare filter (with the help of MarcFD, but his motivations were different). Look in the PSNR thread for instructions if you want to use it.
RE: New simpleresize.dll: chroma little (left) shifted?
Dividee - You are psychic! ;) I was just sitting here thinking "I need that Dividee's new compare thingy, what the heck was it called? Oh yeah, it was just posted about recently ... I wonder if I can find it ............" But I'll look in the PSNR thread. Thanks. :) - Tom
RE: New simpleresize.dll: chroma little (left) shifted?
I can also see this shift in all my encodes just recently made with the new DLL. Please fix this quickly. I love this filter and now I am at a loss. I will have to use BicubicResize for now. If I can help, just ask.
RE: New simpleresize.dll: chroma little (left) shifted?
Can anybody tell me if the prev version had this problem? The only differnce in the new version is that it doesn't need a multiple of 4 for the width. - Tom