We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To limit CPU usage to 1 or more threads (cores) use this:
EncodingAttributes attrs= new EncodingAttributes(); attrs.setDecodingThreads(2); attrs.setEncodingThreads(2);