[FFmpeg-user] Seeking Efficient Video Redaction Using FFMPEG with Limited Memory Usage

Nicolas George george at nsup.org
Wed Nov 8 01:34:07 EET 2023


Paul B Mahol (12023-11-07):
> Do you have actual proof for such claims?

Libavfilter is at least linear in the number of filters for each single
step of the filtering. That means a filter graph with 2000 filters will
take at least 200 times as much power than a graph with 10 filters.
Really a lot more, because larger graphs tend to be deeper too.

This is not unavoidable, this part would be rather easy to optimize.

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20231108/35d602bf/attachment.sig>


More information about the ffmpeg-user mailing list