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

Allow user path to ffmpeg.exe with "auto" format #360

Closed
wants to merge 1 commit into from

Conversation

adamdsmith
Copy link

When format = "auto", the system2 call is hard-coded to use the ffmpeg executable on the search path.

This pull request removes that restriction and allows a custom path to the ffmpeg executable.

When `format = "auto"`, the `system2` call is hard-coded to use the ffmpeg executable on the search path. 

This pull request removes that restriction and allows a custom path to the ffmpeg executable.
@thomasp85
Copy link
Owner

Thanks - this is a duplicate of #346, but is still highly appreciated

@thomasp85 thomasp85 closed this Mar 12, 2021
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.

2 participants