Skip to content

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

License

Notifications You must be signed in to change notification settings

penzer27/shotcut

This branch is 2777 commits behind mltframework/shotcut:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2960a78 · Jul 3, 2020
Oct 14, 2017
Oct 1, 2016
Jun 13, 2018
Aug 28, 2016
Apr 27, 2020
Jun 29, 2020
Jun 12, 2020
Jul 3, 2020
Jun 28, 2020
Oct 25, 2017
Oct 22, 2011
Apr 27, 2020
Jan 24, 2019
Mar 7, 2019
Mar 7, 2019

Repository files navigation

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

Install

Warning: Shotcut is still in active development. So, do not expect a final product for now.

Binaries are regularly built and are available at https://www.shotcut.org, on the Download section.

Contributors

Dependencies

  • MLT: multimedia authoring framework
  • Qt 5: application and UI framework
  • FFmpeg: multimedia format and codec libraries
  • x264: H.264 encoder
  • WebM: VP8 encoder
  • LAME: MP3 encoder
  • Frei0r: video plugins
  • LADSPA: audio plugins
  • WebVfx: video effects using web technologies
  • Movit

Licence

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 probably using 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 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

make install is partially working.

Best way to test shotcut is to execute it from source folder:

./src/shotcut

Translation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 50.2%
  • QML 34.4%
  • JavaScript 7.1%
  • HTML 4.8%
  • Shell 2.6%
  • Prolog 0.4%
  • Other 0.5%