petrkotek / chromecastize

Bash script to convert video files into Google Chromecast supported format.
MIT License
178 stars 34 forks source link

ffmpeg install not recognized #23

Closed sethlo closed 6 years ago

sethlo commented 9 years ago

I installed ffmpeg on linux 14.04 server using this guide: https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu

ffmpeg appears to be running fine.
When I enter command "which fmpeg" I receive response: /home/myusername/bin/ffmpeg When I run chromecastize, I receive an error that ffmpeg is not installed as follows: avconv (or ffmpeg) is not available, please install it

Forgive me, as I am noob. Don't know if this is the right way to report this, or ask for help. Perhaps my install of ffmpeg needs to be moved somewhere else?

pfrenssen commented 7 years ago

You have ffmpeg installed in your user space. Are you also running chromecastize with the same user?

pfrenssen commented 6 years ago

Closing for lack of response.