-
Notifications
You must be signed in to change notification settings - Fork 0
FFmpeg Setup
QIFY Downloader requires FFmpeg for audio conversion and video processing.
FFmpeg is a free and open-source multimedia framework used to process audio and video.
QIFY Downloader uses FFmpeg to:
- Convert downloaded audio to MP3
- Merge video and audio into MP4
- Process media files
Visit the official FFmpeg website:
https://ffmpeg.org/download.html
Choose a Windows build and download the latest ZIP package.
Extract the downloaded ZIP file.
Inside it you'll find a folder similar to:
ffmpeg/
└── bin/
├── ffmpeg.exe
├── ffprobe.exe
└── ffplay.exe
You can install FFmpeg in either of these ways.
Add the bin folder to your Windows PATH.
This allows FFmpeg to be used from anywhere on your computer.
Copy the bin folder to:
C:\ffmpeg\bin
Your folder should look like:
C:\
└── ffmpeg
└── bin
├── ffmpeg.exe
├── ffprobe.exe
└── ffplay.exe
Open Command Prompt and run:
ffmpeg -versionIf version information is displayed, FFmpeg has been installed correctly.
Example:
ffmpeg version ...
Copyright ...
configuration ...
If QIFY Downloader displays:
FFmpeg Not Found
Check that:
- FFmpeg is installed.
- The bin folder has been added to your Windows PATH, or
- FFmpeg is located in:
C:\ffmpeg\bin
After installing FFmpeg, restart QIFY Downloader.
If you're still having problems, please open an issue on GitHub: