Hi,
I was hoping someone might be able to help me out. In trying to encode this clip of mine i have chroma issues coming through. The source is (4MB file): http://ge.tt/8XxPZR5
Using an ordinary TFM().TDecimate() i get a correct IVTC, but the result is a red color bleed: http://i56.tinypic.com/98vatd.png
Using a TFM(chroma=true).TDecimate() the red color bleed goes but then i get the grey (lack of colour): http://i54.tinypic.com/15hlset.png
Any assistance would be greatly appreciated. I am looking not only for a specific fix, but also a fix in general that can be applied arbitrarily to auto fix such issues, if such a fix is out there.
Thanks in advance.
+ Reply to Thread
Results 1 to 9 of 9
-
-
I can't reproduce your issues on your sample clip, chroma looks fine here on the same frame as in your screenshots
-
Using an ordinary TFM().TDecimate() i get a correct IVTC, but the result is a red color bleed: http://i56.tinypic.com/98vatd.png
Using a TFM(chroma=true).TDecimate() the red color bleed goes but then i get the grey (lack of colour): http://i54.tinypic.com/15hlset.png
AVS Script:
Code:LoadPlugin("PATH\TIVTC.dll") DirectShowSource("PATH\badchroma.mpg", audio=false) TFM().TDecimate() LanczosResize(640,352)
-
Both work fine for me:
Mpeg2Source("chromaissue.d2v", CPU=2)
TFM(d2v="chromaissue.d2v", chroma=true) # or false
TDecimate()
ConvertToYV12(interlaced=true) -
-
perhaps you're getting the issue from using directshow
I can't reproduce it
The same frame is #21 using Mpeg2source
Mpeg2Source()
AssumeTFF()
TFM().TDecimate()
BicubicResize(640,356)
(I resized to 356, because your screenshots were 356, not 352) -
Try Mpeg2Source
Check your plugin versions, what version of TIVTC.dll are you using? -
Xvid avi of above script attached. An AVC/MKV at the original frame was added to my earlier post.
Maybe DirectShowSource() or your MPEG 2 decoder is screwing up -- delivering progressive chroma channels instead of interlaced. -
Hi All,
Given the amount of epople who couldnt reproduce it, and given that the scripts were similar i decided to upgrade everything. Upgraded DGIndex (whcih i knew was updated) and also TIVTC (which appeared to be the same version, but got v1.05 anyway) and the chroma issue got fixed.
Just goes to show you shoudl always keep up-to-date with the filters and tools
thanks everyone.
Similar Threads
-
color bleed
By unclescoob in forum Newbie / General discussionsReplies: 11Last Post: 1st Aug 2011, 16:09 -
Transcoding w/Procoder 3 Chroma Subsampling (lines in the color red)
By Sullah in forum Video ConversionReplies: 0Last Post: 21st Jul 2011, 13:30 -
Faster Resolution of Chroma Isssues During MPEG2->XviD Conversion
By onesikgypo in forum Video ConversionReplies: 5Last Post: 27th Apr 2011, 09:56 -
Suggestions on color laser printer? REQ: Full-bleed with 11x17
By lordsmurf in forum ComputerReplies: 4Last Post: 12th Sep 2007, 15:59 -
Color Bleed on Hauppage WinTV-PVR 150
By TheBladeRoden in forum Capturing and VCRReplies: 3Last Post: 14th Jun 2007, 09:05