mirror of
https://github.com/casualsnek/onthespot.git
synced 2026-04-26 20:45:56 +03:00
[GH-ISSUE #36] macOS Monterey ffmpeg location when building from source #25
Labels
No labels
Feedback requested
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/onthespot#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @trulow on GitHub (Nov 26, 2022).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/36
When I tried building from source, I noticed when following the directions within the readme that the location for the ffmpeg binaries did not work when using the ffbin_nix directory. What did work was placing the ffmpeg binaries in onthespot/bin/ffmpeg. This allowed the program to properly locate ffmpeg to download and convert without issues.
@casualsnek commented on GitHub (May 18, 2023):
Were you trying to build or run directly from source ? ffbin_nix directory is used only while building a binary distribution using 'build_linux.sh'. If you are running directly from source you can have ffmpeg in either your system PATH or 'bin/ffmpeg'