Hi! Is it possible to use the scene filter in FFmpeg to transcode x seconds without any scene changes between any x+y seconds length of video?
I want to pass videos in a bash script to FFmpeg with specified start and end times within the total duration, and each time extract only 1.9 seconds where a scene doesn't change.
Thanks!