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

[IMP] Add the possibility to define the number of threads used by ffmpeg #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

[IMP] Add the possibility to define the number of threads used by ffmpeg #55

wants to merge 1 commit into from

Conversation

qtheuret
Copy link

@qtheuret qtheuret commented Mar 4, 2015

To improve the performance of video encoding, ffmpeg is able to use multiple cores of the processor (See http://ffmpeg.org/pipermail/ffmpeg-user/2011-July/001735.html)

My pull request allows user to define the number of threads to use for the conversion. It adds a

-threads nb_threads

options to ffmpeg. This option can be set by putting a key 'threads' with a number of threads to use in the Converter.convert() method.

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

Successfully merging this pull request may close these issues.

1 participant