Skip to content

Lighten video

Shell
2 mo. ago

Use ffmpeg to boost brightness and reduce flickering in dark or shadowy videos using frame interpolation and EQ filters.

brightness
ffmpeg
flickering
shadows
lighten-video.sh
ffmpeg -i input.mp4 -vf "minterpolate=fps=30:mi_mode=mci:mc_mode=aobmc:vsbmc=1,eq=brightness=0.03" -c:a copy output.mp4