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
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by yetanotherlogin; 26th Feb 2016 at 17:47.
Similar Threads
-
Ffmpeg/Ffplay: simultaneous playback of two videos, or video+histogram?
By zopiro in forum EditingReplies: 4Last Post: 19th Dec 2015, 10:44 -
Help needed with ffmpeg/ffplay and select
By Selur in forum Video ConversionReplies: 2Last Post: 13th Aug 2014, 02:35 -
x264+AAC in FFmpeg -- plays fine in FFplay, loses sync in mplayer
By rusmichal in forum Video ConversionReplies: 2Last Post: 6th Apr 2013, 07:52 -
brighten only a portion of a video?
By magnumpy in forum EditingReplies: 1Last Post: 23rd Dec 2011, 00:00 -
need to brighten a video
By kevykat in forum RestorationReplies: 6Last Post: 13th May 2011, 10:38