-
Notifications
You must be signed in to change notification settings - Fork 250
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
如何限制ffmpeg转码 cpu使用率 #157
Comments
English please |
How to limit CPU usage through parameters? just like "FFmpeg -i IN –threads 2 OUT" |
You can do this via the EncodingAttributes as below
|
根据a-schild的回复,他说jave是控制不了cpu使用率的。因为jave只是封装了ffmpeg的语句的使用方法,他并没有对ffmpeg的线程做控制。 |
Closed due to missing feedback |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jave2如何通过参数限制cpu使用率?
类似实现如下:
FFmpeg -i IN –threads 2 OUT
The text was updated successfully, but these errors were encountered: