I am using ffmpeg to make timelapse movies from still images.
I see that I can use the blackframe filter to get a list of dark frames in a video, but I would like to skip encoding those frames all together.
Is there a way that I can use the blackframe filter to avoid encoding frames below the blackframe threshold? Ideally I would be able to do this on a Win7 machine using batch/powershell/python.
Using another open source program to remove/delete black frames first would be acceptable too.