Comment on FFmpeg Lands CLI Multi-Threading As Its "Most Complex Refactoring" In Decades
echo64@lemmy.world 11 months agobefore 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
owlboy@lemmy.world 11 months ago
Oooo. Will it be automatic? Or do you need to pass a flag?