I have some mp4's that are underexposed because the camera was trying to maintain balance between bright sky and dark surroundings.
What would be a good free software to use to brighten up the people and background even though the sky will become overexposed?
+ Reply to Thread
Results 1 to 16 of 16
-
-
Avisynth is free. Try Levels(), Tweak(), AutoLevels(), AutoAdjust(), Retinex() (with a mask), or upload an example (few seconds) of your underexposed video so someone may take a look.
Some examples of exposure auto-corrections in this thread
https://forum.videohelp.com/threads/406406-Restoring-compensating-overexposed-heavily-...-s#post2662703
https://forum.videohelp.com/threads/406406-Restoring-compensating-overexposed-heavily-...-s#post2662888Last edited by Sharc; 5th May 2026 at 09:04.
-
I second VirtualDub2 + Colormill. Colormill has separate adjustments sliders for darks, mediums and brights. Just what you want.
-
Thank you, Sharc, jagabo, and Alwyn.
Looks like I have some experimenting to do.
I will post again with success, failure, or questions.
Many thanks. -
Sharc,
I already have Avisynth+ on my machine. Do I need to add Avisynth and can a person have both installed? Or will Avisynth+ do the same function?
[OS/Hardware info]
Operating system: Windows 10 (x64) (Build 26200)
CPU: 13th Gen Intel(R) Core(TM) i7-13700K / Broadwell (Core i7)
MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, FMA3, RDSEED, ADX, AVX, AVX2
12 physical cores / 24 logical cores
[Avisynth info]
VersionString: AviSynth+ 3.7.5 (r4289, 3.7, x86_64)
VersionNumber: 3.75
File / Product version: 3.7.5.0 / 3.7.5.0
Interface Version: 11
Multi-threading support: Yes
Avisynth.dll location: C:\WINDOWS\SYSTEM32\avisynth.dll
Avisynth.dll time stamp: 2025-04-21, 03:08:56 (UTC)
PluginDir2_5 (HKLM, x64): C:\Program Files (x86)\AviSynth+\plugins64
PluginDir+ (HKLM, x64): C:\Program Files (x86)\AviSynth+\plugins64+
[C 2.5 Plugins (64 Bit)]
C:\Program Files (x86)\AviSynth+\plugins64\ffavisynth.dll [1.3.4533.0]
[C++ 2.6 Plugins (64 Bit)]
C:\Program Files (x86)\AviSynth+\plugins64+\ConvertStacked.dll [2025-04-21]
C:\Program Files (x86)\AviSynth+\plugins64+\DirectShowSource.dll [2025-04-21]
C:\Program Files (x86)\AviSynth+\plugins64+\ImageSeq.dll [2025-04-21]
C:\Program Files (x86)\AviSynth+\plugins64+\Shibatch.dll [2025-04-21]
C:\Program Files (x86)\AviSynth+\plugins64+\TimeStretch.dll [2025-04-21]
C:\Program Files (x86)\AviSynth+\plugins64+\VDubFilter.dll [2025-04-21]
[Scripts (AVSI)]
C:\Program Files (x86)\AviSynth+\plugins64+\colors_rgb.avsi [2021-01-11]
C:\Program Files (x86)\AviSynth+\plugins64\ffavisynth.avsi [2013-04-16]
[Uncategorized files]
C:\Program Files (x86)\AviSynth+\plugins64+\colors_rgb.txt [2021-01-11]
Thanks. -
Your Avisynth+ installation looks ok to me, so far. Your PC is much more powerful than mine. Avisynth+ is fine, no need to install legacy versions.
With your installation you should be able to run all so called "internal functions" including levels(), tweak() etc.
For more complex filtering tasks you will have to download the corresponding "external filters" (plugins) as required. These are usually .dll files or .avsi scripts. Download and unpack the 64bit versions of the .dll into your 'plugins64' folder.
If you have no or little experience with Avisynth+ this may all look a bit intimidating at the beginning - so start simple and experiment with basic filtering, like levels() and tweak(). There is a steep learning curve initially - but the reward is great.
The other proposals using Vdub2 or Avidemux are definitely simpler (GUI based) but won't offer the same power and flexibility as Avisynth. Maybe you can get away with these well known tools - I would just try. It depends on your source and ambition what is really needed and 'good enough' for your eyes
Last edited by Sharc; 5th May 2026 at 13:07.
-
Sorry, posts crossed in time.
Well, I tried installing AviSynth and it trashed my AviSynth+. So I uninstalled AviSynth and re-installed AviSynth+.
I installed Virtual Dub 2 and downloaded the Colormill vdf 64 bit plug-in and copied it to the Virtual Dub 2 plug-in directory.
I can run Virtual Dub 2, but even after selecting all of the video frames, I still do not see any menu entry about exposure or color.
Any help appreciated. -
I found the filters in Virtual Dub 2 and added Color Mill.
Now trying to clean up video.
I have a feeling I will be trying Avisynth+ also. -
Sharc meant the plus version in post #2 . It's not always mentioned explicitly because the vanilla Avisynth is so old now.
Installing the old version over the new is a terrible idea, no wonder it messed up.
On the other hand installing the plus version over the old works fine because the plus version's installer was written to handle that common scenario -
I'll write the minority report on this one...
I recommend Davinci Resolve to most people who want something free, easy, and good. If your files were lossless HuffYUV or Lagarith I would also suggest staying with a tool like VDub or using scripts. But if your files are already in mp4 (H264?) then just use Resolve. -
Thank you Darryl in Canada. I downloaded and installed Davinci Resolve.
Easy is a subjective term.
After doing some internet searches and figuring out how to import media and create timeline and find color page,
I find that the easiest way to alter to get faces visible in the underexposed video is to tinker with the curves graph.
So once I get to that point, I can get something usable.
I am not generating recreational content, instead I am trying to make documentation usable.
So, many thanks for that help.
If I may ask all one more question,
just after importing the video into Davinci Resolve before any modification, it looks way better exposed than when viewing it unchanged in VLC Media player. Why is that? -
Last edited by Sharc; 5th May 2026 at 16:33.
-
A nifty and easy to use gradation filter (with tutorial) is available for VirtualDub2 as well:
https://neosol.at/vdub/readme.html
Same/similar for Avisynth+
https://github.com/magiblot/gradation
Take note that these gradation filters are "static", means they don't "auto-adjust" along the timeline as some of the "auto-xxx" or Retinex Avisynth filters do. So one may have to adjust the settings manually scene by scene. Pro's and con's.Last edited by Sharc; 6th May 2026 at 04:50.
-
I will try these also.
There is a scene in a "Looney Tunes" animated short where Bugs Bunny is looking at the flight instrumentation and controls in an aircraft and it seems to him like miles of panoramic tech. That is how I feel when trying these programs. So many many options when I am just trying to make faces visible.
Similar Threads
-
Free video editing software recommendation
By 44echo in forum Newbie / General discussionsReplies: 16Last Post: 24th Mar 2025, 03:15 -
How to download flash video RTMP/RTMPE streams using free software
By Baldrick in forum User guidesReplies: 4609Last Post: 6th Mar 2025, 10:32 -
Looking for a free software title that will split a very large video file
By snafoo in forum Newbie / General discussionsReplies: 9Last Post: 25th Dec 2024, 04:20 -
Free Software to "Up load" digital video
By RMHVideo in forum Capturing and VCRReplies: 14Last Post: 7th Jul 2023, 12:50 -
is there a way to adjust underexposed footage?
By marcorocchini in forum Newbie / General discussionsReplies: 24Last Post: 18th Dec 2022, 13:51



Quote