FFmpeg Lands CLI Multi-Threading As Its "Most Complex Refactoring" In Decades
FFmpeg Lands CLI Multi-Threading As Its "Most Complex Refactoring" In Decades
Maybe this?
Every instance of every such component was already running in a separate thread, but now they can actually run in parallel.
before you could tell an encoder to run multiple threads, but everything outside of the encoder would run effectively single threaded.
now you (should) be able to have all the ffmpeg components, decoder, encoder, filters, audio, video, everything all run parallel