FFmpeg Lands CLI Multi-Threading As Its "Most Complex Refactoring" In Decades
FFmpeg Lands CLI Multi-Threading As Its "Most Complex Refactoring" In Decades
You're viewing a single thread.
I'm not sure I understand. I've already been running ffmpeg from the command line and it's been using multiple cores but default. What's the difference, what's the new behavior?
24 0 ReplyMaybe this?
Every instance of every such component was already running in a separate thread, but now they can actually run in parallel.
58 0 ReplyGood old RTFM lol
20 5 Reply
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
29 0 ReplyOooo. Will it be automatic? Or do you need to pass a flag?
9 0 Reply