- Have a video processing workflow in mind? Want to contribute to our project? We'd love to hear from you! Raise an issue and we'll work together to design it.
git clone https://github.com/remyxai/ffmperative.git
cd ffmperative
pip install .
Or clone this repo and build an image with the Dockerfile
:
git clone https://github.com/remyxai/FFMPerative.git
cd FFMPerative/docker
docker build -t ffmperative .
docker run -it -e HUGGINGFACE_TOKEN='YOUR_HF_TOKEN' -v /Videos:/Videos --entrypoint /bin/bash ffmperative:latest
For debian, build and install the package:
dpkg-deb --build package_build/ ffmperative.deb
sudo dpkg -i ffmperative.deb