Had to do this, so I make a note of it.
- Download the latest ffmpeg build:
Full: https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z
Essentials: https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-essentials.7z - Buy this dude a coffee: https://www.buymeacoffee.com/gyan
- Unpack your downloaded software
- Create a folder in your root, like C:\ffmpeg
- Move the three folders BIN, DOCS, PRESETS into the ffmpeg folder
- Open CMD with admin rights
- Paste the following into the command terminal and hit enter:
setx /m PATH "C:\ffmpeg\bin;%PATH%"
- Type “ffmpeg” in the terminal and you should see a reply from the software.
- Done.