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

Add more options to the configuration file #570

Closed
Lyamc opened this issue Nov 6, 2023 · 1 comment
Closed

Add more options to the configuration file #570

Lyamc opened this issue Nov 6, 2023 · 1 comment
Labels
S-needs-triage Status: Needs triage T-feature-request Type: Feature request

Comments

@Lyamc
Copy link

Lyamc commented Nov 6, 2023

Problem
Currently, the ffmpeg path is hardcoded (as of 0.3.0-rc6) and can not be changed after compile. This will create a lot of issues once distro packages are created.

Solution
I suggest a change so that the ffmpeg/ffprobe available in the $PATH, unless overridden with the config file, unless overridden with an environment variable.

Current workaround
A simple $ sudo ln -s $(dirname $(which ffmpeg)) /usr/bin/utils resolves the issue.

@Lyamc Lyamc added S-needs-triage Status: Needs triage T-feature-request Type: Feature request labels Nov 6, 2023
@Lyamc Lyamc changed the title Add more options to the configuration file (and sample PKGBUILD) Add more options to the configuration file Nov 6, 2023
@Lyamc
Copy link
Author

Lyamc commented Jan 5, 2024

This pull request seems to cover this: #589 so I'll close this in advance

@Lyamc Lyamc closed this as completed Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-needs-triage Status: Needs triage T-feature-request Type: Feature request
Projects
None yet
Development

No branches or pull requests

1 participant