Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 855 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (25 loc) · 855 Bytes

CONTRIBUTING

  • 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.

Install From Source

git clone https://github.com/remyxai/ffmperative.git
cd ffmperative
pip install .

Building a Docker Image & Running a Container

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 .

Run FFMPerative in a Container

docker run -it -e HUGGINGFACE_TOKEN='YOUR_HF_TOKEN' -v /Videos:/Videos --entrypoint /bin/bash ffmperative:latest

Build a Debian Package from Source

For debian, build and install the package:

dpkg-deb --build package_build/ ffmperative.deb
sudo dpkg -i ffmperative.deb