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

sh: ffmpeg: command not found #430

Closed
Lawrence58 opened this issue Feb 16, 2024 · 3 comments
Closed

sh: ffmpeg: command not found #430

Lawrence58 opened this issue Feb 16, 2024 · 3 comments

Comments

@Lawrence58
Copy link

Hello
I opened the issue Segmentation Fault 11 on One of Two Macs #429 below. Now, contrary to what I said on it, suddenly rawcooked stopped working on my iMac Pro too. I have no idea why.

rawcooked --check  

Track 1:                                                    
  27292_ChA_RAW_%08d.dpx
 (00086400 --> 00093398)
  DPX/Raw/RGB/10bit/U/BE/FilledA

sh: ffmpeg: command not found

ffmpeg version N-110544-g57f264e78c-tessus is fully operational.

rawcooked v23.09
iMac Pro - Mojave v10.14.6

Any suggestions will be appreciated.

@JeromeMartinez
Copy link
Member

We rely on the installed ffmpeg, it must be reacheable on your system. try ffmpeg with your command line, if the behavior is "command not found", you need to install ffmpeg (with homebrew, a binary from FFmpeg website, or our own build).

If you don't want that FFmpeg is reachable everywhere, you can specify a path for reaching ffmpeg with -b /path/to/ffmpeg.

@retokromer
Copy link
Collaborator

retokromer commented Feb 16, 2024

(Only in case @JeromeMartinez answer should not fix the issue: Did you update Homebrew? It has been messing up a few macOS-related things lately.)

(Update: At least part of the Homebrew troubles I was referring to have now been resolved.)

@Lawrence58
Copy link
Author

I reinstalled FFMPEG and rawcooked and updated Homebrew and other terminal-related apps. That fixed the problem on the iMac Pro.

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

No branches or pull requests

3 participants