shotcut

shotcut 26.7.30

Free, open source, cross-platform video editor

<rendered-html><p>An official binary for Shotcut, which includes all the dependencies pinned to specific versions, is provided on <a href="http://shotcut.org">http://shotcut.org</a>.</p> <p>If you encounter problems with this version, please contact the nixpkgs maintainer(s). If you wish to report any bugs upstream, please use the official build from shotcut.org instead.</p> </rendered-html>

https://shotcut.org
GNU General Public License v3.0 or later
main program: shotcutprograms: shotcut
Platforms (45)
microblazeel-linuxarmv6l-netbsdarmv7l-linuxmips64-linuxarc-linuxs390-linuxmipsel-netbsdi686-openbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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