Hi but please be simple (I'm a c*t)
I'm looking for a simple way to correct my wrong footage with wrong color white balance, using avisynth? or ffmpeg? or (better) virtualdub.
If possibile I should need a list of 2/3 preset that correct the white balance with some practical purpose for more cold or more warm.
For example:
my footage have the camera set to 4.000 k but the real situation have 8/9.000 K so image is too cold --> if there is 2/3 preset that let me view image, without intervening with complex parameters, and choice the one that is more suitable.
Is there a way? thanks
+ Reply to Thread
Results 1 to 8 of 8
-
-
Here's one:
https://github.com/ladipro/avisynth_filters/wiki/KelvinColorShiftCode:LoadPlugin("KelvinColorShift.dll") ## requires RGB KelvinColorShift(4000, 8000)
https://forum.doom9.org/showthread.php?p=1671928#post1671928Code:## requires MaskTools ## requires YUV ## lowlights, midrange, highlights: negative=warmer output; positive=cooler CheapColorTemp(0, -10, -10) ## (make output warmer, keeping black balance the same)
-
Get an NLE and use its color correction tools.
You can get a first approximation to this by using Colormill in Virtualdub. -
Code:
Import("v:\automazioneclip\avisynth\plugins\IResize.avsi") LoadPlugin("v:\automazioneclip\avisynth\plugins\LSMASHSource.dll") LoadPlugin("v:\automazioneclip\avisynth\plugins\KelvinColorShift.dll") LoadCPlugin("v:\automazioneclip\core\yadif.dll") LWLibavVideoSource("C:\Users\Administrator\Desktop\Nuova cartella (6)\C0072.MXF") ConvertToRGB(interlaced=true, matrix="rec601") KelvinColorShift(4000, 7000)
-
- My sister Ann's brother
-
Thanks. Both plugins at that link could prove very useful.
The earlier link to the wiki page is good info, however, so thanks for both.- My sister Ann's brother
Similar Threads
-
Best white balance tool for Vegas? The built-in one, FBmn Software's, etc.?
By CZbwoi in forum RestorationReplies: 0Last Post: 4th Feb 2017, 16:27 -
How to correct White Balance in Avisynth?
By marcorocchini in forum Newbie / General discussionsReplies: 3Last Post: 22nd Oct 2016, 12:30 -
Theater spot light white balance and exposure issues
By commil1 in forum Newbie / General discussionsReplies: 23Last Post: 15th Nov 2013, 18:45 -
White Balance Question
By marginal in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 15Last Post: 8th Sep 2013, 22:55 -
Color Correction?
By beav in forum Newbie / General discussionsReplies: 20Last Post: 5th Jul 2013, 16:27