Skip to content

Conversation

GunhouWong
Copy link

No description provided.

@coveralls
Copy link

coveralls commented Dec 21, 2017

Coverage Status

Coverage increased (+0.05%) to 81.808% when pulling ad23c2b on waitingHao:master into 5cdeedb on bramp:master.

@emretetik96
Copy link

Is there a reason this PR was never merged? Would be helpful to be able to use threads with this library

@emretetik96
Copy link

@bramp on the above

@jamerlan
Copy link

ability to specify threads is very useful


public FFmpegBuilder setFormat(String format) {
public FFmpegBuilder setThreads(int threads) {
checkArgument(threads != 0, "threads must be greater than zero");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should check for >0

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Please make the change.

@bramp
Copy link
Owner

bramp commented Oct 26, 2023

Looks good other than one minor change.

@Euklios Euklios mentioned this pull request Feb 20, 2024
@bramp
Copy link
Owner

bramp commented Feb 20, 2024

Fixed in #303

@bramp bramp closed this Feb 20, 2024
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.

6 participants