Table of Contents
Converter Inputs
Local Python alternative
If you prefer locally resizing and converting your files then you can also download a python alternative for that.
Get the latest version here
Download
# Create the venv
python -m venv venv
# Activate on Linux
source ./venv/bin/activate
# Activate on Windows
source ./venv/scripts/activate
# install ffmpepg
pip install ffmpeg-python
Tools used
The web-Version uses the Node-Module sharp in the backend.
The Python-version uses ffmpeg-python .