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

Use system FFmpeg if binaries are not included in the package #63

Open
OpenBagTwo opened this issue Jul 16, 2024 · 0 comments
Open

Use system FFmpeg if binaries are not included in the package #63

OpenBagTwo opened this issue Jul 16, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@OpenBagTwo
Copy link
Owner

While bundling everything up into one self-contained executable makes sense for 90% of users, requiring that the package include FFmpeg in the bin folder means that FoxNap can't be distributed via standard Python package distribution channels (read: pip and pipx).

Therefore, it should be the behavior of the resource pack generator to check if FFmpeg is in the expected spot, and then, if it's not, try to use the system FFmpeg / FFprobe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant