starman to ProgrammingEnglish · 11 months agoFFmpeg Lands CLI Multi-Threading As Its "Most Complex Refactoring" In Decadeswww.phoronix.comexternal-linkmessage-square8fedilinkarrow-up1196arrow-down10
arrow-up1196arrow-down1external-linkFFmpeg Lands CLI Multi-Threading As Its "Most Complex Refactoring" In Decadeswww.phoronix.comstarman to ProgrammingEnglish · 11 months agomessage-square8fedilink
minus-squarechocolatine@lemmy.worldlinkfedilinkarrow-up5·11 months agoI was using gnu parallel before with ffmpeg. Is this any different and better?
minus-squaregrue@lemmy.worldlinkfedilinkEnglisharrow-up4·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.