Hi,
I have a 45 mins footage, having a red-yellow color layer in some scenes.
When I watched this footage, this red-yellow color layer sometimes popped up and disappeared. Under this layer, I still can see the color of the footage.
Is there any scripts or dlls taking out this red-yellow color layer?
Color Correction does not work in this footage. I am sorry that I cannot upload this footage on this platform, even 10 seconds.
Please helping me. Thank you in advance.
+ Reply to Thread
Results 1 to 5 of 5
-
-
You won't get much help if you dont upload a sample of the video.
I think,therefore i am a hamster. -
-
Most color corrections are best done in your NLE (Non-Linear Editor, like Premier, Vegas, Final Cut, etc.). Many have a subtraction capability which lets you reduce color casts.
You can easily experiment with this my simply using the Colormill filter in Virtualdub. -
Basically, you can build an alpha mask using MaskHS(), then apply a filter to only those yellow/red areas with Overlay(). Something like:
Code:hsmask = last.MaskHS(StartHue=A, EndHue=B, MinSat=C, MaxSat=D) filtered = last.SomeFiltersThatFixTheRedYellowAreas() Overlay(last, filtered, mask=hsmask)
Similar Threads
-
Old mp4 turned Yellow
By anarchysta55 in forum RestorationReplies: 3Last Post: 17th Jul 2021, 12:47 -
Yellow lines in video
By tripleddev@gmail.com in forum Capturing and VCRReplies: 4Last Post: 26th Nov 2020, 20:16 -
Red color offset and shadow removement problems using x265 (and x264?)
By Stupido in forum Video ConversionReplies: 13Last Post: 6th Mar 2020, 18:58 -
Problem with VHS levels adjust on red color
By ghiga_andrei in forum RestorationReplies: 4Last Post: 28th Feb 2019, 04:51 -
yellow subtitles with ffmpeg
By lintucrowk in forum DVB / IPTVReplies: 1Last Post: 23rd Aug 2018, 17:01