[FFmpeg-user] Brighten dark video before reducing size?
Gilles
codecomplete at free.fr
Mon Oct 6 13:32:11 CEST 2014
On Mon, 6 Oct 2014 11:24:46 +0000 (UTC), Carl Eugen Hoyos
<cehoyos at ag.or.at> wrote:
>I suspect this should be:
>-vf lutyuv=y=val*1.3,scale=640:-1
Problem solved with the folllowing:
ffmpeg -i input.mp4 -vf
mp=eq2=1:1.68:0.3:1.25:1:0.96:1,scale=640:-1,format=pix_fmts=yuv420p
-c:v libx264 -c:a copy -shortest -f mp4 output.mp4
Thank you.
More information about the ffmpeg-user
mailing list