[FFmpeg-user] Filter for smoothening gradual luminance changes?

Markku Tavasti tavasti at tavasti.fi
Wed Apr 19 23:01:56 EEST 2017


On 19.04.2017 07:04, Markku Tavasti wrote:
> On 18.04.2017 23:02, Paul B Mahol wrote:
>> Alternatively you could provide me link to original fotage.
>
> I'll select relevant parts and put them to somewhere at the evening. The
> whole original set is 15G (video was speeded 300x).
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".

 From http://scl1.tavasti.fi/~tavasti/ you can find 3 video clips for 
testing. Create video from them like:

ffmpeg -f concat -safe 0 -i <(for i in FHD*MOV; do echo file $(pwd)/$i; 
done)  -an -filter:v "setpts=0.003*PTS" x333.mp4

And there you have the flickering. Sure, amount of test material might 
be bit overscaled :-)


More information about the ffmpeg-user mailing list