I'm looking for a good audio-video encoder which can utilize all cores of a multi-core CPU.
I've tried mencoder, but I can't see a "multi-core" option, and it appears to be using only one core at any given moment.
If mencoder cannot utilize multiple cores, is there another program which can?
It doesnt' bother me whether it is a GUI or CLI...
info mencoderfor "core" :(. My original frames-per-second was FPS=32, with threads=2 FPS=43, with threads=4 FPS=47 ... so it is definitely faster, but it must be hitting some other limitation.... (data transfer? perhaps)... Determining CPU usage revealed a "strange" state of affairs forhtopwhich showed 95% for all three tests.. However,topmay have been more realistic it reported: no thread option 95%... threads=2 143%... threads=4 212%... So it seems that 1 core = 100%, buthtopdidn't show the extra threads (or at least that's how it looks to me). – Peter.O Nov 30 '10 at 12:49