libopenshot Docker:
Containerized libopenshot, with Python/C++ support
- Pull the image
docker pull aperture147/libopenshot:latest
- Download your test video (skip if you've already had one):
curl -L https://videos.pexels.com/video-files/28830734/12488932_1920_1080_30fps.mp4 -o video.mp4
- Run the test container
docker run --cap-add SYS_NICE --shm-size 4G -v $(pwd):/work --rm -it aperture147/libopenshot:latest python3 /work/test.py
Run:
docker build . -t openshot