Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error message when >16 threads available #9

Open
quantumsteve opened this issue Feb 28, 2014 · 2 comments
Open

error message when >16 threads available #9

quantumsteve opened this issue Feb 28, 2014 · 2 comments

Comments

@quantumsteve
Copy link

When I run "mps" from the command line, I get the error message below. My Mac Pro reports 24 processors (12 cores + hyperthreading), which appears to be more than what mplayer will allow. Would you have MPlayerShell check the number of processors and make sure it is set to at most 16 threads?

The threads option must be <= 16: 24
Error parsing option on the command line: -lavdopts
MPlayer 1.1-4.2.1 (C) 2000-2012 MPlayer Team

@lisamelton
Copy link
Owner

Damn. Now that's a bug I didn't expect. You learn something new about Mplayer's peculiar limitations every day. :)

OK, I'll look into this over the weekend. Stay tuned.

@keen99
Copy link

keen99 commented Jan 11, 2016

any updates on this?

The threads option must be <= 16: 24
Error parsing option on the command line: -lavdopts
MPlayer 1.2-4.2.1 (C) 2000-2015 MPlayer Team

seems like it should be an easy fix - "if processorCount > 16 then threads = 16...."

https://github.com/donmelton/MPlayerShell/blob/511286cbc2c1700197f85a0dd1e5b4502bdc5da8/Source/AppController.m#L211

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants