vansante / go-ffprobe

Library to easily get the ffprobe output of a given file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error getting data: error running ffprobe [] exec: "ffprobe": executable file not found in $PATH

hasretsariyer opened this issue · comments

I add library using go get gopkg.in/vansante/go-ffprobe.v2. And I tried to use the example. It throws an error Error getting data: error running ffprobe [] exec: "ffprobe": executable file not found in $PATH.

How can I fix it? I don't need to update to PATH variable when adding a new library.

commented

Have you installed ffprobe? And if so, can you run ffprobe from your terminal? If not, the path where it is installed is not in your PATH variable and thus the program does not know which program (ffprobe in this case) to execute.

commented

Closing for inactivity, please reply if you experience more issues.