Skip to content

aperture147/libopenshot-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libopenshot Docker:

Introduction

Containerized libopenshot, with Python/C++ support

How to use

  1. Pull the image
docker pull aperture147/libopenshot:latest
  1. 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
  1. 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

How to build:

Run:

docker build . -t openshot

About

Containerized libopenshot, with Python/C++ support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published