mtsee / shotcut

cross-platform (Qt), open-source (GPLv3) video editor

Home Page:https://www.shotcut.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build-shotcut-linux build-shotcut-macos build-shotcut-windows

Shotcut - a free, open source, cross-platform video editor

screenshot

Install

Binaries are regularly built and are available at https://www.shotcut.org/download/.

Contributors

Dependencies

Shotcut's direct (linked or hard runtime) dependencies are:

  • MLT: multimedia authoring framework
  • Qt 5: application and UI framework
  • FFmpeg: multimedia format and codec libraries
  • Frei0r: video plugins
  • SDL: cross-platform audio playback

See https://shotcut.org/credits/ for a more complete list including indirect and bundled dependencies.

License

GPLv3. See COPYING.

How to build

Warning: building Shotcut should only be reserved to beta testers or contributors who know what they are doing.

Qt Creator

The fastest way to build and try Shotcut development version is through Qt Creator.

To make this easier, we provide SDKs on the web site with each release that includes Shotcut and all of its dependencies. These SDK pages also include setup instructions and tips on how to compile MLT and other dependencies after updating.

From command line

First, check dependencies are satisfied and various paths are correctly set to find different libraries and include files (Qt 5, MLT, frei0r and so forth).

Build Makefile:

qmake PREFIX=/usr/local/

Compile shotcut:

make -j8
make install

If you do not make install, Shotcut will fail when you run it because it cannot locate its QML files. If you want to run shotcut from a build folder without installing, you can make a symbolic link to the qml folder. It depends on where your build folder is, but assuming it is a sibling of the source tree folder:

cd build
mkdir -p share/shotcut 
cd share/shotcut
ln -s ../../../shotcut/src/qml

Translation

If you want to translate Shotcut to another language, please use Transifex.

About

cross-platform (Qt), open-source (GPLv3) video editor

https://www.shotcut.org

License:GNU General Public License v3.0


Languages

Language:C++ 49.0%Language:QML 35.6%Language:JavaScript 11.0%Language:Shell 3.1%Language:C 0.5%Language:Prolog 0.4%Language:QMake 0.1%Language:NSIS 0.1%Language:Python 0.1%Language:Makefile 0.0%Language:Objective-C++ 0.0%Language:CMake 0.0%Language:Roff 0.0%