Hello, I'm seeking help on how to utilize ffmpeg to apply an extensive number of filters—specifically over 2000, each filter including a crop, boxblur, and overlay—to a video over an hour long. The intention is to redact certain sections of the input at various times without consuming excessive memory.
Could you advise if there's a method to manage thread pooling to limit the number of concurrent threads to prevent memory overflow? Also, I'm looking for a strategy to process these threads in a sequence, incorporating the output directly into the final video, while periodically clearing the memory utilized by intermediate filter operations. Presently, memory is only freed after the complete processing concludes. I would greatly appreciate an efficient approach to this. Thank you. _______________________________________________ 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".