@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-up1195arrow-down10 cross-posted to: ffmpeg@lemmy.worldjellyfin@lemmy.mlfoss@beehaw.orghackernews@derp.foo
arrow-up1195arrow-down1external-linkFFmpeg Lands CLI Multi-Threading As Its "Most Complex Refactoring" In Decadeswww.phoronix.com@starman@programming.dev to Programming@programming.devEnglish • 11 months agomessage-square8fedilink cross-posted to: ffmpeg@lemmy.worldjellyfin@lemmy.mlfoss@beehaw.orghackernews@derp.foo
minus-square@chocolatine@lemmy.worldlinkfedilink5•11 months agoI was using gnu parallel before with ffmpeg. Is this any different and better?
minus-square@grue@lemmy.worldlinkfedilinkEnglish4•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.