Giter Site home page Giter Site logo

docker-kdenlive's Introduction

Debian docker-kdenlive

A container for kdenlive, a free and open-source video editor for GNU/Linux.

How to

Install

Debian Stable

$ docker pull lvm23/kdenlive

Debian Unstable

$ docker pull ark74/kdenlive

(this might change in the future)

or

Build

Debian Stable

$ git clone https://github.com/lvm/docker-kdenlive && \
  cd docker-kdenlive && \
  docker build -t kdenlive .

Debian Unstable

$ git clone https://github.com/Ark74/docker-kdenlive && \
  cd docker-kdenlive && \
  docker build -t kdenlive .

Run

Debian Stable

$ docker run -it -v /tmp/.X11-unix:/tmp/.X11-unix -v $HOME/Videos:/videos -e DISPLAY=unix$DISPLAY --name knl kml2/kdenlive

Debian Unstable

$ docker run -it -v /tmp/.X11-unix:/tmp/.X11-unix -v $HOME/Videos:/videos -e DISPLAY=unix$DISPLAY --name knl ark74/kdenlive

-v $HOME/videos:/videos is used to mount the container's /videos directory to the host $HOME/kdenlive directory, you can choose other directory.
Note: probably you might also need to execute xhost local:root or xhost +my-computer-hostname.local.

Devices

You might wanna use the device options to enable sound and hw acceletarion on graphic cards (Intel only), since you'll be editing video on this software:

--device=/dev/dri

Also sound is an option, for ALSA:

--device=/dev/snd

note that sound might get disabled on your host machine until you close the container.

docker-kdenlive's People

Contributors

ark74 avatar lvm avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.