FFmpeg is an open-source media tool you can use to convert any video format into the one you need. The tool is command-line only, so it doesn't have a graphical, clickable interface. If you're used to regular graphical Windows programs, installing FFmpeg may seem complicated at first—but don't worry, it's pretty easy! This wikiHow guide teaches you the simplest way to install FFmpeg on your Windows PC.
Things You Should Know
- Install 7-Zip first so you can extract the FFmpeg files.
- Download the latest full release build from https://www.gyan.dev/ffmpeg/builds .
- Extract the FFmpeg folder, move it to the root of your main drive, and add it to your system path.
Steps
-
Install 7-Zip. If you don't have 7-Zip already installed, you'll need it to be able to extract the FFmpeg files. This tool is free, and you can download it from https://www.7-zip.org .
- Once you've downloaded the installer, double-click the downloaded file, then follow the on-screen instructions to install.
-
Go to https://www.gyan.dev/ffmpeg/builds . This page hosts the precompiled FFmpeg binary files you'll need for Windows. [1] X Research sourceAdvertisement
-
Click the release builds link. You'll see this in the left panel.
-
Click the link to download ffmpeg-release-full.7z . The full text of the link is https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full.7z . This link downloads the latest FFmpeg files to your PC in a compressed format.
-
Extract the downloaded file. Here's how:
- Right-click the Windows/Start button and select File Explorer .
- Click the Downloads folder in the left panel (you may have to click This PC first to find it).
- Right-click the file that begins with "ffmpeg" and ends with ".7z."
- (Windows 11 only) Click Show more options .
- Select the 7-Zip menu and click Extract Here . This creates a new folder with the same name as the .7z file .
-
Rename the extracted folder FFmpeg . To do this:
- Right-click the folder.
- If you're using Windows 10, click Rename . If you have Windows 11, click the icon of an "A" followed by a cursor at the bottom of the menu.
- Type FFmpeg and press Enter .
-
Click the FFmpeg folder once and press Control + X . This "cuts" the folder from the Downloads folder so you can paste it into the root of your hard drive.
-
Click This PC in File Explorer. It's the computer icon in the left panel.
-
Click your hard drive. It's usually called "Windows (C:)" or "OS (C:)," but the name and drive letter may vary.
-
Right-click a blank area of the right panel and select Paste . This moves the folder to the root of your hard drive.
-
Open Command Prompt as an administrator . To do this, just type cmd into the Windows search bar, right-click Command Prompt , select Run as administrator , and then click Yes .
-
Add FFmpeg to your system path . To do this from the command line, type or paste setx /m PATH "C:\ffmpeg\bin;%PATH%" and press Enter . [2] X Research source When you're finished, close the Command Prompt window.
- You've now installed FFmpeg and set the proper environment variables. To confirm that FFmpeg is working, open a new command prompt window, type ffmpeg -version , and then press Enter .
Expert Q&A
-
QuestionI clicked the following buttons, ffmpeg.exe, ffplay.exe and ffprobe.exe, they turned up for a glance then disappeared. What's happened? Thank you.Nicole Levine is a Technology Writer and Editor for wikiHow. She has more than 20 years of experience creating technical documentation and leading support teams at major web hosting and software companies. Nicole also holds an MFA in Creative Writing from Portland State University and teaches composition, fiction-writing, and zine-making at various institutions.These applications can only be run from the command line. If you try to double-click them in File Explorer, you'll experience the behavior you've witnessed. Instead, open Command Prompt, then run the "ffmpeg" command to view all possible command line options.
-
QuestionHow can I get WSL (Ubuntu) to recognize this if I've installed it? Works with Powershell. (Using Windows Terminal)Nicole Levine is a Technology Writer and Editor for wikiHow. She has more than 20 years of experience creating technical documentation and leading support teams at major web hosting and software companies. Nicole also holds an MFA in Creative Writing from Portland State University and teaches composition, fiction-writing, and zine-making at various institutions.If you're using Ubuntu via WSL, you have a couple of options. If you want to run the FFmpeg binary, you can cd into /mnt/c/FFmpeg/bin (replace "c" if you put the FFmpeg folder on a different drive letter) and run the command ./ffmpeg.exe (add whichever flags you need), or skip the Windows stuff and just install the FFmpeg package in an Ubuntu terminal with "sudo apt install ffmpeg."
-
QuestionIsn't the folder path case-sensitive? If you rename it to "FFmpeg" but the path has "C:\...\ffmpeg\bin", won't that cause an error?Nicole Levine is a Technology Writer and Editor for wikiHow. She has more than 20 years of experience creating technical documentation and leading support teams at major web hosting and software companies. Nicole also holds an MFA in Creative Writing from Portland State University and teaches composition, fiction-writing, and zine-making at various institutions.Windows directory names are not case-sensitive. Don't worry, it'll definitely work!
Video
Tips
- FFmpeg is a command line-only program, meaning you can only use it in Command Prompt. This may prove difficult for users who aren't familiar with Command Prompt.Thanks
- You must have an administrator account to install FFmpeg.Thanks
References
About This Article
1. Download FFmpeg from https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z
.
2. Extract the file.
3. Rename the extracted folder to "FFmpeg."
4. Move the "FFmpeg" folder to the root of your hard drive.
5. Right-click the Start menu and select Command prompt (Admin)
.
6. Run this command: setx /m PATH "C:\FFmpeg\bin;%PATH%"
Reader Success Stories
- "Step #5 (copying the contents of the extracted folder into the new FFmpeg folder in C: drive) was the most valuable step. In all my years of using Windows, I had not known that software could be installed like this!" ..." more