animator-video-reference icon indicating copy to clipboard operation
animator-video-reference copied to clipboard

Ffmpeg not found on Mac OS

Open NoBodyButMe opened this issue 4 years ago • 2 comments

Looks promising but can't use it on Mac OS. Although ffmpeg is installed, the plugin does not find it. What do I need to change to make sure the plugin finds the correct path?

NoBodyButMe avatar Aug 16 '20 16:08 NoBodyButMe

It seems, that ffmpeg -v doesn't get the version. You have to use ffmpeg -version instead.

TiMeBaNDiT76 avatar Dec 17 '20 17:12 TiMeBaNDiT76

I removed the installation check from the script but in the end, the call of ffprobe doesn't work on my machine. I got no result from the "-show-streams" call, just an empty JSON string.

TiMeBaNDiT76 avatar Dec 17 '20 17:12 TiMeBaNDiT76