I've been trying to follow step two of the dependence guide of Microsofts Project Malmo.
https://github.com/Microsoft/malmo/blob/master/doc/install_windows.md
I need to create the environment variable for ffmpeg. I have installed ffmpeg at C:\ffmpeg so that it's bin is at C:\ffmpeg\bin. I have tried the following
Through command prompt
set ffmpeg=C:\ffmpeg\bin
Through GUI menu
My Computer
Environment variables
Add
Name ffmpeg
Value C:\ffmpeg\bin
Neither has worked. I should be able to type ffmpeg and see it's recognized, but I'm currently still getting the "Not recognized" error.
** Edit: ** What are PATH and other environment variables, and how can I set or use them? seems to me to be recommending the steps I've already taken. If I have made a mistake in my steps, please point it out.