On M1: Can't find ffmpeg
See original GitHub issueWhat’s your platform?
auto-editor --debug
Error! No ffmpeg found, download via homebrew or restore the included binary.
Bug description
Error! No ffmpeg found, download via homebrew or restore the included binary.
What command did you use
auto-editor /Users/lxyer/Desktop/test.mp4
What properties does your input video have?
No response
Comments
python3
Python 3.10.4 (v3.10.4:9d38120e33, Mar 23 2022, 17:29:05) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin
Type “help”, “copyright”, “credits” or “license” for more information.
Issue Analytics
- State:
- Created a year ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
eugeneware/ffmpeg-static - Support for Apple M1 Silicon?
Installing on Apple M1 fails with error ffmpeg-static install failed: No binary found for architecture. Not sure if it is not supported yet ......
Read more >Bug Report: Installed FFmpeg Library Not Found
Audacity shows "FFmpeg Library not found" under "FFmpeg Library Version". Click on the Locate button, then click on Browse, and open the " ......
Read more >FFmpeg package for Apple Silicon [closed] - macos
Are there any library packages by FFmpeg that are built for the Apple Silicon M1, and where can I find them? macos ·...
Read more >Running FFmpeg on Mac with Apple Silicon (M1)
If you get “/bin/bash”, see these instructions. FFmpeg Command from Video. time ffmpeg -i GOPR7754.MP4 ...
Read more >M1 (Mac ARM) binary of FFMPEG?
In theory that doesn't require a hack if you build with gcc but my build script is designed to assume that only XCode...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Add --ffmpeg-location ‘/opt/homebrew/Cellar/ffmpeg/5.0.1-with-options_1/bin/ffmpeg’ ,auto-editor can work.
Fixed in master brach.