Sign inSign up

leizongmin/openshot

By leizongmin

•Updated over 9 years ago

libopenshot & openshot-qt environment

Image
0

1.1K

leizongmin/openshot repository overview

⁠Dockerfile

FROM ubuntu

MAINTAINER Zongmin Lei <[email protected]>

# add openshot apt repository
RUN apt update
RUN apt install -y software-properties-common python-software-properties
RUN add-apt-repository -y ppa:openshot.developers/ppa
RUN apt update

# install libopenshot & openshot-qt
RUN apt install -y python3-openshot openshot-qt
# install xvfb-run
RUN apt install -y xvfb

⁠Usage

Run the following command to get a Python 3 REPL:

$ docker run -i --rm leizongmin/openshot python3

Now you can use openshot & openshot-qt:

import openshot
import openshot-qt

Do anything you like ^_^

Tag summary

Content type

Image

Digest

Size

323.7 MB

Last updated

over 9 years ago

docker pull leizongmin/openshot