Easily Download and Install FFmpeg on a Windows PC

Download Article
Get the FFmpeg audio and video conversion tool running on your PC
Download Article

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 How.com.vn 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.
  1. How.com.vn English: Step 1 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.
  2. How.com.vn English: Step 2 Go to https://www.gyan.dev/ffmpeg/builds....
    Go to https://www.gyan.dev/ffmpeg/builds. This page hosts the precompiled FFmpeg binary files you'll need for Windows.[1]
    Advertisement
  3. How.com.vn English: Step 3 Click the release builds link.
    You'll see this in the left panel.
  4. How.com.vn English: Step 4 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.
  5. How.com.vn English: Step 5 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.
  6. How.com.vn English: Step 6 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.
  7. How.com.vn English: Step 7 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.
  8. How.com.vn English: Step 8 Click This PC in File Explorer.
    It's the computer icon in the left panel.
  9. How.com.vn English: Step 9 Click your hard drive.
    It's usually called "Windows (C:)" or "OS (C:)," but the name and drive letter may vary.
  10. How.com.vn English: Step 10 Right-click a blank area of the right panel and select Paste.
    This moves the folder to the root of your hard drive.
  11. How.com.vn English: Step 11 Open Command Prompt...
    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.
  12. How.com.vn English: Step 12 Add FFmpeg to...
    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] 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.
  13. Advertisement

Expert Q&A

Search
Add New Question
  • Question
    Isn'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?
    How.com.vn English: Nicole Levine, MFA
    Nicole Levine, MFA
    How.com.vn Technology Writer
    Nicole Levine is a Technology Writer and Editor for How.com.vn. 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.
    How.com.vn English: Nicole Levine, MFA
    How.com.vn Technology Writer
    Expert Answer
    Windows directory names are not case-sensitive. Don't worry, it'll definitely work!
  • Question
    How can I get WSL (Ubuntu) to recognize this if I've installed it? Works with Powershell. (Using Windows Terminal)
    How.com.vn English: Nicole Levine, MFA
    Nicole Levine, MFA
    How.com.vn Technology Writer
    Nicole Levine is a Technology Writer and Editor for How.com.vn. 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.
    How.com.vn English: Nicole Levine, MFA
    How.com.vn Technology Writer
    Expert Answer
    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."
  • Question
    I clicked the following buttons, ffmpeg.exe, ffplay.exe and ffprobe.exe, they turned up for a glance then disappeared. What's happened? Thank you.
    How.com.vn English: Nicole Levine, MFA
    Nicole Levine, MFA
    How.com.vn Technology Writer
    Nicole Levine is a Technology Writer and Editor for How.com.vn. 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.
    How.com.vn English: Nicole Levine, MFA
    How.com.vn Technology Writer
    Expert Answer
    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.
See more answers
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
      Advertisement

      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.
      • You must have an administrator account to install FFmpeg.
      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!
      Advertisement

      About This Article

      How.com.vn English: Nicole Levine, MFA
      Written by:
      How.com.vn Technology Writer
      This article was co-authored by How.com.vn staff writer, Nicole Levine, MFA. Nicole Levine is a Technology Writer and Editor for How.com.vn. 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. This article has been viewed 1,763,137 times.
      How helpful is this?
      Co-authors: 33
      Updated: March 26, 2024
      Views: 1,763,137
      Categories: Windows
      Article SummaryX

      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%"

      Did this summary help you?

      Thanks to all authors for creating a page that has been read 1,763,137 times.

      Reader Success Stories

      • How.com.vn English: Anonymous

        Anonymous

        Apr 21, 2018

        "Step #5 (copying the contents of the extracted folder into the new FFmpeg folder in C: drive) was the most valuable..." more
      Share your story

      Is this article up to date?

      ⚠️ Disclaimer:

      Content from Wiki How English language website. Text is available under the Creative Commons Attribution-Share Alike License; additional terms may apply.
      Wiki How does not encourage the violation of any laws, and cannot be responsible for any violations of such laws, should you link to this domain, or use, reproduce, or republish the information contained herein.

      Notices:
      • - A few of these subjects are frequently censored by educational, governmental, corporate, parental and other filtering schemes.
      • - Some articles may contain names, images, artworks or descriptions of events that some cultures restrict access to
      • - Please note: Wiki How does not give you opinion about the law, or advice about medical. If you need specific advice (for example, medical, legal, financial or risk management), please seek a professional who is licensed or knowledgeable in that area.
      • - Readers should not judge the importance of topics based on their coverage on Wiki How, nor think a topic is important just because it is the subject of a Wiki article.

      Advertisement