openshot-qt

openshot-qt 3.5.1-unstable-2026-07-23

Free, open-source video editor

<rendered-html><p>OpenShot Video Editor is a free, open-source video editor for Linux. OpenShot can take your videos, photos, and music files and help you create the film you have always dreamed of. Easily add sub-titles, transitions, and effects, and then export your film to DVD, YouTube, Vimeo, Xbox 360, and many other common formats.</p> </rendered-html>

http://openshot.org/
GNU General Public License v3.0 or later
main program: openshot-qtprograms: openshot-qt
Platforms (45)
powerpc64le-linuxloongarch64-linuxx86_64-freebsdsh4-linuxarmv7a-netbsdmips64el-linuxi686-freebsdi686-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  openshot-qt
];
Ad-hoc shell
nix-shell -p openshot-qt
Flake (nix run)
nix run nixpkgs#openshot-qt