Giter Site home page Giter Site logo

jdtcc / shotcut Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mltframework/shotcut

0.0 0.0 0.0 64.77 MB

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

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

License: GNU General Public License v3.0

Shell 2.49% JavaScript 9.87% C++ 49.53% Python 0.06% C 0.43% Objective-C++ 0.02% Makefile 0.02% QML 37.07% QMake 0.02% NSIS 0.09% CMake 0.38% Roff 0.01%

shotcut's Introduction

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
  • FFTW
  • 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).

Configure

In a new directory in which to make the build (separate from the source):

cmake -DCMAKE_INSTALL_PREFIX=/usr/local/ /path/to/shotcut

We recommend using the Ninja generator by adding -GNinja to the above command line.

Build

cmake --build .

Install

If you do not install, Shotcut may fail when you run it because it cannot locate its QML files that it reads at run-time.

cmake --install .

Translation

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

shotcut's People

Contributors

ddennedy avatar bmatherly avatar metellius avatar traprog avatar eszlari avatar ldennedy avatar e7appew avatar rkfg avatar luzpaz avatar chmorgan avatar dany123 avatar totalcaesar659 avatar austincbrooks avatar hbtalha avatar vitorgalvao avatar ochilan avatar hadim avatar emlun avatar imerr avatar rosslagerwall avatar stefano-buscaglia avatar timlau avatar walterav1984 avatar yuyichao avatar zachneill avatar cillianderoiste avatar username11 avatar hypov8 avatar freddii avatar lolametro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.