starman@programming.dev to Programming@programming.devEnglish · 11 months agoFFmpeg Lands CLI Multi-Threading As Its "Most Complex Refactoring" In Decadeswww.phoronix.comexternal-linkmessage-square8fedilinkarrow-up1193arrow-down10 cross-posted to: foss@beehaw.orghackernews@derp.foo
arrow-up1193arrow-down1external-linkFFmpeg Lands CLI Multi-Threading As Its "Most Complex Refactoring" In Decadeswww.phoronix.comstarman@programming.dev to Programming@programming.devEnglish · 11 months agomessage-square8fedilink cross-posted to: foss@beehaw.orghackernews@derp.foo
minus-squarechocolatine@lemmy.worldlinkfedilinkarrow-up4·11 months agoI was using gnu parallel before with ffmpeg. Is this any different and better?
minus-squaregrue@lemmy.worldlinkfedilinkEnglisharrow-up3·11 months agoGNU Parallel allows multi-process, which generally tends to be less efficient than multi-threading. I can’t speak to the specifics of your use vs. FFmpeg’s refactoring, though.
I was using gnu parallel before with ffmpeg. Is this any different and better?
GNU Parallel allows multi-process, which generally tends to be less efficient than multi-threading. I can’t speak to the specifics of your use vs. FFmpeg’s refactoring, though.