Skip to content

Lighten video

Shell
2 days ago

Enhance dark or underexposed videos in FFmpeg by improving brightness, clarity and overall visual quality while preserving a natural look.

brightness
ffmpeg
flickering
shadows
video
lighten-video-01.sh
# To make brighter adjust +20 in increments of 10
ffmpeg -i input.mp4 -vf "hqdn3d=1.5:1.5:3:3,lutyuv=y='val+20*(1-val/255)':u='val':v='val',eq=contrast=1.08:saturation=1.15" -c:v libx265 -crf 20 -tag:v hvc1 -metadata creation_time="2025-11-21T14:33:00Z" -c:a copy output.mp4