1 Installing FFmpeg
RedBlackAka edited this page 2026-03-13 11:59:53 +01:00

Installing FFmpeg for the Video Dumper

If you try to use the video dumper without a compatible install of FFmpeg, you will receive an error message indicating so with the version of FFmpeg you need to install. This guide will walk you through installing a compatible FFmpeg to enable using the video dumper feature.

Windows

Click here to download a compatible release of FFmpeg. Then extract the file you downloaded. Open Azahar and in the menu bar go to Tools -> Dump Video. In the error dialog that opens, click Open. In the file dialog that opens, browse to where you extracted FFmpeg to and open the extracted FFmpeg folder. After completing these steps, Azahar should inform you FFmpeg has successfully been installed into Azahar. You should then be able to use the video dumper as normal.

macOS

If you have not already, install the Homebrew package manager. In a terminal window, install FFmpeg using Homebrew: brew install ffmpeg@6

Linux

If you are using the Flatpak, you should not need to install FFmpeg as it is part of the runtime.

The AppImage builds are currently built against FFmpeg 4.2, as comes with Ubuntu 20.04. You can install a compatible version with one of the following commands, depending on your distro:

Ubuntu 20.04: sudo apt install ffmpeg Arch Linux: sudo pacman -S ffmpeg4.4 Fedora: sudo dnf install compat-ffmpeg4 Note that if your distro does not provide a compatible version, you must find a suitable build elsewhere. You can also build Azahar from source to use the version of FFmpeg you have installed.