davidmr001 / 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

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

Install

Warning: Shotcut is currently in very early stage and 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 dev version is probably using Qt Creator.

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

https://www.shotcut.org

License:GNU General Public License v3.0


Languages

Language:C++ 50.4%Language:QML 33.0%Language:JavaScript 7.6%Language:HTML 5.2%Language:Shell 2.7%Language:Prolog 0.4%Language:C 0.2%Language:NSIS 0.1%Language:QMake 0.1%Language:Python 0.1%Language:Objective-C++ 0.0%Language:CMake 0.0%Language:Roff 0.0%Language:Makefile 0.0%