The ogmrip-0.13.6 ebuild doesn't contain the patch that enables threading to multiple cores. I am attaching the patch Reproducible: Always Steps to Reproduce: 1.emerge media-video/ogmrip 2.Run omgrip and Open Preferences 3.no thread option available, noticeable when encoding on multiple core cpu. Actual Results: Only 1 cpu thread was enabled, resulting in a slow encoding process Expected Results: User should be able to select the preferred amount of threads based on their cpu
Created attachment 286781 [details, diff] ogmrip-0.13-threads.patch
That's not exactly true : threading to multiple cores is available in 0.13.6 but not configurable. This patch makes it configurable.
(In reply to comment #2) funny thing that ogmrip-0.13.6 was only using 1 core (monitored by htop) when running without the patch.. After patching, it does make it configurable, but also sets the appropriate number of cores automatically, and after doing so I could monitor with htop and see all cores in use by ogmrip, maybe it was lying before?
Then I suppose there was a bug. Anyway feel free to apply the patch, it's already in OGMRip's subversion.
I confirm that ogmrip-0.13.8 contains the thread patch; closing this as FIXED.