Archive:Kdenlive/Manual/Introduction: Difference between revisions
m (add category) |
(What components does kdenlive use) |
||
Line 3: | Line 3: | ||
* Where is it located? (Semi-Pro?) Alternatives? (Cinelerra, OpenShot, Lightworks, ...) | * Where is it located? (Semi-Pro?) Alternatives? (Cinelerra, OpenShot, Lightworks, ...) | ||
* What components does kdenlive use? See [http://kdenlive.org/sites/default/files/images/kdenlive-mlt-diagram.png this image].}} | * What components does kdenlive use? See [http://kdenlive.org/sites/default/files/images/kdenlive-mlt-diagram.png this image].}} | ||
* What components does kdenlive use? | |||
In effect Kdenlive is front end to melt - also known as MLT. The MLT video framework relies on the FFMPEG project. | |||
Kdenlive writes sh.mlt XML files that code the edit points and transitions and it then calls | |||
/usr/bin/kdenlive_render and /usr/bin/melt to render the video. | |||
[[Category:Kdenlive]] | [[Category:Kdenlive]] |
Revision as of 13:49, 11 July 2011
- What components does kdenlive use?
In effect Kdenlive is front end to melt - also known as MLT. The MLT video framework relies on the FFMPEG project. Kdenlive writes sh.mlt XML files that code the edit points and transitions and it then calls /usr/bin/kdenlive_render and /usr/bin/melt to render the video.