> I would like to segment and create a sequence of ts files that are split 
> based on a scene change threshold, and have a separate ts file for each song.

You could probably do this in two passes. 
The first using the select filter to find the timing of each new image. 
The second pass using the durations of the timings found to output relevant 
segments using -ss to set the start and -t to set the duration. 


_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to