starman@programming.dev to Programming@programming.devEnglish · 1 year agoFFmpeg Lands CLI Multi-Threading As Its "Most Complex Refactoring" In Decadeswww.phoronix.comexternal-linkmessage-square8fedilinkarrow-up1193 cross-posted to: jellyfin@lemmy.mlfoss@beehaw.orgtechnology@hexbear.nethackernews@lemmy.smeargle.fanshackernews@derp.foo
arrow-up1193external-linkFFmpeg Lands CLI Multi-Threading As Its "Most Complex Refactoring" In Decadeswww.phoronix.comstarman@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square8fedilink cross-posted to: jellyfin@lemmy.mlfoss@beehaw.orgtechnology@hexbear.nethackernews@lemmy.smeargle.fanshackernews@derp.foo
minus-squareecho64@lemmy.worldlinkfedilinkarrow-up30·1 year 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
minus-squareOwlBoy@lemmy.worldlinkfedilinkarrow-up8·1 year agoOooo. Will it be automatic? Or do you need to pass a flag?
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
Oooo. Will it be automatic? Or do you need to pass a flag?