VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Member
    Join Date
    Mar 2011
    Location
    Paris, France
    Search PM
    Hello,

    I have a video which is a bit dark that I'd like to re-encode and brighten up with ffmpeg.

    As a smarter/faster alternative to running ffmpeg in trial/error mode, is there a way to simply use ffplay to find how much to brighten things up, before running ffmpeg with the same settings?

    "ffplay -h" returns so much infos that it's hard for newbies

    Thank you.

    ---
    Edit: This did the job:
    Code:
    ffmpeg -i input.mp4 -c:v libx264 -vf lutyuv=y=val*1.4,format=pix_fmts=yuv420p -c:a copy -f mp4 output.mp4
    Last edited by yetanotherlogin; 26th Feb 2016 at 17:47.
    Quote Quote  
  2. Also interested in this question, tell us how to do it.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!