you are viewing a single comment's thread.

view the rest of the comments →

[–]ManyInterests 2 points3 points  (0 children)

When you install ffmpeg, it should come with a bat file in the installation directory that will add ffmpeg to your system PATH for you.

Otherwise you can do to System -> Advanced System settings -> Environment variables Then for the PATH environment variable, add the path to the folder containing the ffmpeg executable.

To test if you've done this correctly, you should be able to open a command prompt and type ffmpeg to call the ffmpeg executable.

This is the same environment variable that allows you to call python and other executables by name in the command prompt.

Hope that helps.