I need to make FFMPEG accessible from the CMD prompt in Windows 7. I think it has something to do with setting an Environmental Variable, but I can’t remember how.
take care,
lee
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll need to add the ffmpeg bin location i.e. C:/Program Files/ffmpeg/bin or where ever you installed it, to your systems PATH environmental variable. See here for info on how to do that.