I have had this method suggested to me before on here, and it works great for what I want done. I am having an issue with this source though.
It appears to be removing or destroying the black lines. Especially smaller or thinner ones. It mostly seems to affect black on red the most.
Here is what I am using in the script to brighten this.
Here is an example screenshot of what it is doing to the video.Code:ConvertToYV24(matrix="rec601", chromaresample="point") MergeChroma(PointResize(width, height, 0, 1)) ConvertToRGB32(matrix="rec601") RGBAdjust(rg=1.14, gg=1.14, bg=1.14, rb=0, gb=0, bb=0, r=1.00, g=1.00, b=1.00) ConvertToYV12(matrix="rec601", chromaresample="point")
https://slow.pics/c/HqIKdI6R
https://slow.pics/c/Hon1u60s
The culprit seems to be the ConvertToYV12 at the end. If I remove that, all of the lines come back. I need this to be YV12 though. I believe I read that this can be lossy sometimes. Is this something I am just going to have to deal with?
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by killerteengohan; 2nd May 2021 at 15:24.
-
As much as I would have liked to use the script above, I could not get the convertoyv12 to not smudge away the lines.
I suppose I will just substitute those 5 lines with this.
Code:coloryuv(off_y=6, off_u=0, off_v=0)
Similar Threads
-
Capture Codec Setting, Crushed Black Levels, Histogram use
By Smells_Like_Feet in forum Capturing and VCRReplies: 8Last Post: 10th Aug 2020, 10:31 -
Adjusting IRE Black Levels with Sony DV Camcorder Pass-Through Capture
By VideoDoc in forum Capturing and VCRReplies: 8Last Post: 15th Apr 2020, 04:34 -
How far do I raise the black levels?
By Hypersonic1 in forum EditingReplies: 11Last Post: 5th Feb 2018, 09:47 -
Adjusting H.264 Levels from .mp4
By chris319 in forum Newbie / General discussionsReplies: 49Last Post: 26th Sep 2017, 14:33 -
Whether to change black levels and colour matrix of video?
By ballsoup in forum RestorationReplies: 9Last Post: 23rd Jul 2017, 13:40