1 Star 0 Fork 0

七坤O / shotcut

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
TotalCaesar659 提交于 2018-05-09 07:11 . Updated links to HTTPS

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.

1
https://gitee.com/qikunO/shotcut.git
git@gitee.com:qikunO/shotcut.git
qikunO
shotcut
shotcut
master

搜索帮助