FFmpeg Lands CLI Multi-Threading As Its "Most Complex Refactoring" In Decades
You're viewing a single thread.
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.