This version of FFmpeg Batch A/V Converter is designed to work in Linux by using Wine 9.x or higher.
Instructions for installation will vary depending on Linux version
Example for Ubuntu 22:
https://wine.htmlvalidator.com/install-wine-on-ubuntu-22.04.html
(Install mono on first run of FFBatch.exe)
For Uuntu/Debian, general installation instructions:
Generic commands for Ubuntu/Debian:
sudo dpkg --add-architecture i386
sudo mkdir -pm 755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources #Para Debian
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/mantic/winehq-mantic.sources #Para Ubuntu
sudo apt update
sudo apt install --install-recommends winehq-stable
After installation you will be able to run setup.exe or FFBatch.exe right-clicking on it and selecting "Open with wine".
NOTE: If asked, WineHQ does not at present package wine-gecko or wine-mono. When creating a new wine prefix, you will be asked if you want to download those components. It is recommended to click Yes here to install both of them. You may have to click twice for every package.
In order to avoid some runtime error and wrong size windows, in a terminal run 'winecfg':
* In applications tab, set application mode to 'Windows 10'.
* In desktop integration tab, Appearance, 'No theme'.


You can use the included shell script to create a shortcut to the application:
chmod +x wine-create-shourtcut.sh
./wine-create-shortcut /path/to/FFBatch.exe