bcn_246
30th January 2017, 09:49
Hey,
I am working on a project were I have a longer version of a source with poor colour/brightness/RGB and a higher quality shorter version with much better colours/brightness/RGB etc...
Is there some way to analyse a single frame from both and then see what needs to be adjusted in order for the extended source to match? They are pretty much identical in terms of the frame size (a bit of cropping and resizing is all that is needed).
Ideally I would be looking for a way for Avisynth to output some kind of log, showing the differences, i.e. Levels = -11, +1.3, +16, Saturation = -1.2, Red = +5, Green = - 2, Blue =-7... basically logging all the variables than can be adjusted using Tweak. I could then adjust the lower quality source accordingly.
Obviously it would be a good idea to sample multiple frames (say, 5 or 10) and then take the average in order to calculate Tweak() adjustments in order to get as close a match as possible. I can then splice the matched and cleaned extended content in with the shorter version.
I tried to see if Photoshop could colour matching two frames (which it did very well), but could not figure out how to have it tell me what changes had been made for me to replicate in an Avisynth script.
Any ideas?
Thanks in advance,
Ben
I am working on a project were I have a longer version of a source with poor colour/brightness/RGB and a higher quality shorter version with much better colours/brightness/RGB etc...
Is there some way to analyse a single frame from both and then see what needs to be adjusted in order for the extended source to match? They are pretty much identical in terms of the frame size (a bit of cropping and resizing is all that is needed).
Ideally I would be looking for a way for Avisynth to output some kind of log, showing the differences, i.e. Levels = -11, +1.3, +16, Saturation = -1.2, Red = +5, Green = - 2, Blue =-7... basically logging all the variables than can be adjusted using Tweak. I could then adjust the lower quality source accordingly.
Obviously it would be a good idea to sample multiple frames (say, 5 or 10) and then take the average in order to calculate Tweak() adjustments in order to get as close a match as possible. I can then splice the matched and cleaned extended content in with the shorter version.
I tried to see if Photoshop could colour matching two frames (which it did very well), but could not figure out how to have it tell me what changes had been made for me to replicate in an Avisynth script.
Any ideas?
Thanks in advance,
Ben