2. After downloading, extract the contents of the ZIP file into the directory of your choice. In the example case, the author extracted it to the root directory of drive C.
3. Rename the extracted folder to "ffmpeg". Renaming is optional but will make it easier when you add it to the Windows path.
Rename the extracted folder to "ffmpeg"4. To add FFmpeg to the Windows 10 path, search for "Edit the system environment variables" in the Start menu and click on the result. The System Properties window will open.
5. Go to the Advanced tab and click the Environment Variables button .
Click the Environment Variables button6. Select the Path variable and click Edit.
Select the Path variable and click Edit7. Click New.
Click on New8. In the blank field, enter C: ffmpegbin and click the OK button .
Note : If you have placed the FFmpeg folder in another directory or drive, change the directory path accordingly.
Enter C: ffmpegbin9. This is the interface in the main Environment Variables window . Click the OK button to save the changes.
Interface in the main Environment Variables window10. Close the main window.
The process of adding FFmpeg to the Windows 7 path is similar to that of Windows 10 but the user interface is a bit different.
1. Open the Start menu, search for "Edit System Environment Variables" and click on the result.
2. Next, go to the Advanced tab and click the Environment Variables button .
3. In the System Variables section , find the Path variable , select it, and click the Edit button .
In the System Variables section, find the Path variable4. Go to the end of the line in the Variable Value field and add ;C:ffmpegbin
. Click the OK button to save the changes. Each path you add to the value field should be separated by a sign ;
.
Note : If you have saved FFmpeg in another directory, please change the path accordingly.
To check if FFmpeg is properly added to the Windows path, open a Command Prompt or PowerShell window, type ffmpeg and press Enter
. If all goes well, you should see details about FFmpeg like version number, default configuration, etc.