#1  
10-16-2020, 12:24 AM
WestRGB WestRGB is offline
Free Member
 
Join Date: May 2017
Posts: 23
Thanked 4 Times in 4 Posts
JVC HR-DVS3U --> AVT-8710 --> Pinnacle 710-USB

I check histograms before capture following Sanlyn's http://www.digitalfaq.com/forum/vide...-settings.html

I have an intermediate understanding of color theory. I have experience in Photoshop and DaVinci Resolve. (All RGB colour spaces, mind you). But I know how to make white

I am processing my captures in AviSynth using AvsPmod, working in YUV colour space.

I have one particular tape that I'm trying to colour grade. Its an hour-long wedding video. It was poorly filmed to begin with, and I suspect a couple generations away from the original. Colours are washed out and inconsistent from minute to minute. Very dark indoor scenes and very bright outdoor scenes.

I have been trying to colour grade this tape as a whole rather than splitting it up -- mainly because there are several instances within the same shot where the histograms vary wildly. Because of these inconsistencies, I've selected conservative values in an attempt to keep legal levels across the tape.

I've adjusted the levels (y value) to appropriate values -- or at least I think I have. Correct me if I'm wrong.

I have offset the red projection (v value) by 10 to make (most of) the whites white.

The trouble I'm having now is that my highlights are too green, and my shadows are too red. I know how I would fix this in Photoshop, but not in AviSynth in YUV colourspace. Is there a way to adjust the highlights, midtones, and shadows independently? Or perhaps an alternative fix?

Script and Raw samples attached below.

Code:
FFmpegSource2("RAW1.avi",atrack=1)
ColorYUV(off_y=0, off_u=0, off_v=10, cont_u=0 ,cont_v=0)
Levels(-5, 0.9, 265, -5, 275, coring=false, dither=true)
Tweak(sat=1.0, coring=false, dither=true)
BilinearResize(720,540)
Crop(16,0,-8,-2)
Histogram("Levels")
AddBorders(12,0,12,2)


Attached Files
File Type: avi RAW1.avi (61.25 MB, 18 downloads)
File Type: avi RAW2.avi (96.75 MB, 6 downloads)
File Type: avi RAW3.avi (72.43 MB, 2 downloads)
File Type: avi RAW4.avi (98.07 MB, 6 downloads)
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
10-16-2020, 12:27 AM
lordsmurf's Avatar
lordsmurf lordsmurf is online now
Site Staff | Video
 
Join Date: Dec 2002
Posts: 13,632
Thanked 2,458 Times in 2,090 Posts
Quote:
Originally Posted by WestRGB View Post
I know how I would fix this in Photoshop, but not in AviSynth
This is why I advanced color grade in Premiere.
VirtualDub for lesser, and Avisynth only for the most basic of correction.

- Did my advice help you? Then become a Premium Member and support this site.
- For sale in the marketplace: TBCs, workflows, capture cards, VCRs
Reply With Quote
The following users thank lordsmurf for this useful post: WestRGB (10-17-2020)
  #3  
10-17-2020, 09:10 PM
WestRGB WestRGB is offline
Free Member
 
Join Date: May 2017
Posts: 23
Thanked 4 Times in 4 Posts
In the interest of simplicity, I had hoped to find a solution in AviSynth. And I did find a kind of workaround.

There's an external plugin called ColorBalance, and with it you can adjust highlights, midtones, and shadows. It only works in RGB24 and RGB32 colourspace, so using it involves converting to and back again. The results look okay to my eyes, but I'm not sure if that process degrades colour information or introduces other unwanted anomalies.
Reply With Quote
The following users thank WestRGB for this useful post: lordsmurf (10-19-2020)
Reply




Tags
avisynth, color correct, color grade, restore, vhs

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help improving VHS captures with Avisynth, capture card? Micheal81 Restore, Filter, Improve Quality 35 01-29-2019 10:05 PM
Avisynth deinterlace, improve some quality, VHS captures? mlesic Restore, Filter, Improve Quality 22 10-20-2018 03:30 PM
Hybrid environment: Blackmagic 10-bit captures to Avisynth? spokenward Capture, Record, Transfer 6 12-14-2017 12:35 AM
Colour correction on DV Captures - Need Help. imyashy Restore, Filter, Improve Quality 8 05-15-2016 09:33 AM
Broadcast Grade TBC - Kramer SP-10D meson1 Restore, Filter, Improve Quality 8 06-21-2013 12:29 PM

Thread Tools



 
All times are GMT -5. The time now is 08:09 PM