This article explains how to install the most appropriate version of FFMPEG on a Windows 10 system, as well as how to add the tool to your PATH so you can run it from any Command Prompt window.
Download FFMPEG
This is the official FFMPEG website, where you can get the software for Windows, Mac OS X, and Linux. When you click the Windows logo, you’ll see a link that says “Windows builds by Zeranoe” just below it. Click it to get either the 64-bit or 32-bit version.
Running FFMPEG
Extract the zipped file after you’ve downloaded the build. There is a folder called ‘bin’ inside the extracted folder. It contains the FFMPEG EXE. To run it/use the app, open a new Command Prompt window and navigate to the ‘bin’ folder using the ‘cd’ command. Following that, you can issue a command, which will be executed.
Add FFMPEG to PATH
Using the ‘cd’ command to move to the folder where FFMPEG’s EXE is located will become tedious if you intend to use it frequently and as a regular part of your daily tasks. Instead, add it to your PATH environment variable.
First, move the folder to a location where you won’t accidentally delete it.
Then, in a new File Explorer window, paste the following into the location bar, then press Enter.
Control Panel\System and Security\System
This will bring up the Control Panel window. Select Advanced System Settings from the left-hand column. There will be a new window open. On this window’s ‘Advanced’ tab, click the Environment Variable button at the very bottom.
Select ‘Path’ under ‘User variables for [Your username]’ and click Edit in the new window that appears. A new window will appear. Click the ‘New’ button, then browse to the ‘bin’ folder and add it using the Browse button. Close all of the windows by clicking OK.
Related: How to view all devices connected to the network on Windows 10
FFMPEG is now accessible from any Command Prompt window. You won’t need to use the ‘cd’ command to change Command Prompt’s current directory. Make certain that the FFMPEG folder is not moved. If you move it, you’ll need to update the path otherwise it won’t work.
No Responses