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 24 of 24
-
-
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.
-
Consider Shotcut, a free and open-source video editor. It's easy and fast to install the software on a PC. Shotcut offers two methods to brighten underexposed videos. In the Filters panel, you can select Brightness and increase the percentage from 100% to a higher value to brighten the entire scene quickly. If you need more control, choose Color Grading and adjust the shadows/midtones wheels.
-
Assuming the MP4s are coming from something like a smartphone, DSLR, or action cam, then free, simple video editing programs like iMovie on a Mac or iOS device or Windows Movie Maker or Clipchamp on a PC are more than adequate for adjusting the brightness and contrast of a clip. Those suggesting Avisynth scripts to someone who is "NewTwoVideo" are out of their minds.
-
Thank you, HaleyWang0909 and VWestlife for the suggestions.
I think I need to ask if someone can point me to a Youtube style tutorial that generally describes the best methods of brightening underexposed video footage. I can make the faces visible tinkering with the curves adjustments in Davinci Resolve, but of course the colors get pretty washed out. I am just trying to fix some documentation footage, so that is probably enough for me, but I would like to learn how to get the best result for my own sake for the future in case I have this situation for something more precious. I think once I have a better idea how to properly fix footage, I can better compare the programs suggested to me in this thread for actually doing the repair. I know there are a lot of tutorials on Youtube, but some of the ones I have tried watching are unintelligible. Can someone recommend a tutorial they feel is very helpful for brightening underexposed video footage? Thank you. -
How to do it in iMovie:
Use iMovie Color Correction to Change Color of Video on Mac
Any other halfway-decent video editor should have similar controls. -
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