This package browser is in early development. Mind the rough edges.

libopenshot

Video-editing, animation, and playback library

OpenShot Library (libopenshot) is a powerful C++ video editing library with a multi-threaded and feature rich video editing API. It includes bindings for Python, Ruby, and other languages.

Installation

Install the latest version of libopenshot as follows:

guix install libopenshot

Or install a particular version:

guix install libopenshot@0.4.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of libopenshot about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/libopenshot'><img src='https://packages.guix.gnu.org/packages/libopenshot/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/libopenshot/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/libopenshot)

Example Org:

[[https://packages.guix.gnu.org/packages/libopenshot][https://packages.guix.gnu.org/packages/libopenshot/badges/latest-version.svg]]