C++
QML
CMake
C
Other
JavaScript
Shell
Latest commit
aa92512
Oct 23, 2016
REVIEW: 129241
Permalink
| Failed to load latest commit information. | |||
|
|
cmake/modules |
|
|
|
|
data |
|
|
|
|
doc |
|
|
|
|
plugins |
|
|
|
|
renderer |
|
|
|
|
src |
|
|
|
|
testingArea |
|
|
|
|
thumbnailer |
|
|
|
|
.gitignore |
|
|
|
|
.tarignore |
|
|
|
|
AUTHORS |
|
|
|
|
CMakeLists.txt |
|
|
|
|
COPYING |
|
|
|
|
ChangeLog |
|
|
|
|
Messages.sh |
|
|
|
|
README |
|
|
|
|
config-kdenlive.h.cmake |
|
|
|
|
svndoc.sh |
|
|
|
|
svnpo.sh |
|
|
README
About Kdenlive ============== Kdenlive is a video editing application, based on MLT Framework and KDE Frameworks 5 Please check the project page for more information: https://kdenlive.org Building from source ==================== You will first need to install development headers dependencies from your system (mainly KDE and MLT). Then in the directory where you extracted the source archive (with custom /install/path): mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=/install/path make -j4 sudo make install and then run /install/path/bin/kdenlive Alternately, to get kdenlive with an up-to-date multimedia stack (isolated from your system), you can use the build-kdenlive.sh from: https://github.com/mltframework/mlt-scripts/ Contributing ============ We welcome all feedback and offers for help! * Talk about us! * Report bugs you encounter (if not already done) on: https://bugs.kde.org * Help other users on forum and bug tracker: http://forum.kde.org/viewforum.php?f=262 * Help to fill the manual at: http://userbase.kde.org/Kdenlive * Complete and check application and documentation translation: http://l10n.kde.org * Prepare video tutorials (intro, special tricks...) in your language and send us a link to add in homepage or doc * Detail improvement suggestions we don't test every (any?) other video editor, so give precise explanations * Code! Help fixing bugs, improving usability, optimizing, porting... register on KDE infrastructure, study its guidelines, and pick from roadmap: http://community.kde.org/Kdenlive/Roadmap