Skip to content

eons2long/lingcut

 
 

Repository files navigation

LingCut - a cross-platform video editor

简体中文

screenshot

LingCut is a Shotcut-based video editor with creator-oriented improvements, including local ASR subtitle generation and timeline editing enhancements.

This repository is a fork of Shotcut, a free, open source, cross-platform video editor.

Install

LingCut release builds are not published yet. For the original Shotcut releases, see https://www.shotcut.org/download/.

Contributors

Dependencies

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

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

License

GPLv3. See COPYING.

How to build

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

Qt Creator

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

From command line

First, check dependencies are satisfied and various paths are correctly set to find different libraries and include files (Qt, 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/lingcut

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

Build

cmake --build .

Install

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

cmake --install .

Translation

LingCut currently inherits upstream Shotcut translations. Translation-only updates should wait until a LingCut translation workflow is set up.

About

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

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 53.5%
  • QML 35.7%
  • JavaScript 7.4%
  • Shell 2.1%
  • CMake 0.4%
  • C 0.4%
  • Other 0.5%