Installation¶
Warning
The following documentation is for versions prior to 1.0.1. It may contain features and usage instructions that are incompatible with the current version of mediacurator.
This package has been tested on GNU/Linux (e.g., Debian, Ubuntu, Fedora) and Windows, and requires FFmpeg to be installed. For now, it will be distributed on GitHub.
Install FFmpeg¶
To install FFmpeg, you can follow the instructions for your platform:
- On Debian and Ubuntu:
sudo apt update sudo apt install ffmpeg
- On Fedora:
sudo dnf install ffmpeg
On Windows: - Download the latest build from FFmpeg. - Follow the installation instructions provided on the site.
To verify your FFmpeg installation, you can run:
ffmpeg -version
Install from PyPi¶
You can install the mediacurator package directly from PyPi using the following command:
pip install MediaCurator