Introvert or Extrovert Quiz
Q&A for How to Install FFmpeg on Windows
Coming soon
Search
-
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!
-
QuestionHow can I watch HEVC videos?Community AnswerThe newest version of VLC can play HEVC. FFplay, which comes with FFmpeg, can also play them.
-
QuestionWhat versions of Windows does FFmpeg work with?Community AnswerWindows 7 or above, MacOS 10.x.x.x or above.
-
QuestionWhy is 'ffmpeg-version' not recognized as an internal or external command, operable program or batch file?Community AnswerInsert a space between "ffmpeg" and "-version"; -version is a switch on the ffmpeg command/program.
-
QuestionWhat do I do if I get a message saying FFmpeg is not recognized as an internal or external command or operable program or batch file?BryanFailingCommunity AnswerYou probably did not set the environment variable properly. The previous version of the wiki had an incorrect environment variable (including the filename). Try including just the path - e.g., C:\FFmpeg\bin\ or wherever you chose to copy the files.
-
QuestionWhere is the program located after installing FFmpeg on Windows?Community AnswerYou should find it in: c:\ffmpeg\bin\.
-
QuestionI keep getting a message in Command Prompt that says "'ffmpeg' is not recognized as an internal or external command, operable program or batch file." None of these solutions are working. Any help?Community AnswerConfirm that the folder "ffmpeg" is the actual folder on the C drive and does not contain a subfolder with the extracted folder. If that is the case, copy the extracted folder to the C drive, rename it and delete the initial "ffmpeg" folder.
-
QuestionDo I need to rename the extracted folder to FFmpeg?Community AnswerIf you want the instructions as given here to work, then yes. If you want to call the folder another name, make sure you use that folder name in the path declaration.
-
QuestionStep 12 doesn't work for me. It keeps saying "ERROR: Access to the registry path is denied."Sance ShajiCommunity AnswerLog in using the admin account in your PC, and run a command prompt as administrator.
-
QuestionMy ffmpeg folder isn't named ffmpeg.exe and can't execute therefore after.Curtis MCommunity AnswerRe-follow the instructions. If you are on Windows, download from the .gyan.dev link and extract it, then move it into the C: drive and update your environment variables path to point to the bin folder inside, restart your computer and it should work.
-
QuestionI followed every single step to a T, and all the solutions down here. It still isn't recognized. What do I do?gede darmaCommunity AnswerDid you still have your command line window open after finished all the steps? If so, you just need to close it first then open a new command line window. You should now see that ffmpeg command is working.
-
QuestionHow do I open the file? When I attempt to open ffmpeg.exe in the 'bin' folder, command prompt opens for a moment, then closes.ArroganceTop AnswererFFmpeg is a command-line application. You are expected to either use it from the Command Prompt, with parameters, or use a graphical front end.
-
QuestionI set the path correctly but when I do FFmpeg (the folder name) it does not show up. I even made sure FFmpeg is in my root folder of my C drive.Vis NuCommunity AnswerThe Command Prompt should be opened from upmost folder. Type cmd from the upmost folder (MyPC or This PC).
-
QuestionThere is no bin folder in the FFmpeg file. What should I do?Community AnswerSounds like you didn't download the right package. (step 5: Click the link to download). A different package you might download is made so that the user compiles it themselves and create the bin folder by this process.
-
QuestionWhat do I do if I tried to install FFmpeg on Windows, but it's not being recognized as a command?Community AnswerWhen you made the FFmpeg folder in your C drive, you might've accidentally created a folder with the actual ffmpeg (the really long name one) inside of it. For this to work, you need to move that folder outside of the larger one (the one you named FFmpeg), delete FFmpeg, and rename the folder with the long name to FFmpeg (long story short, you're remaking the folder to not be a sandwiched folder with the actual stuff being inside a useless second folder you accidentally made).
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit