[Kdenlive-devel] Adding markers to clips in KDEnlive
ST
st599 at zepler.net
Tue Aug 21 10:21:54 UTC 2012
Hi,
Is it possible to add markers to clips automatically via XML?
In FCP 7 I can import a video file, using XML as follows:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xmeml>
<xmeml version="5">
<clip>
<name>test</name>
<duration>667</duration>
<rate>
<ntsc>FALSE</ntsc>
<timebase>25</timebase>
</rate>
<file id="test">
<name>test</name>
<pathurl>file:///~/videoHighlighter/test.3gp</pathurl>
</file>
<marker>
<name>Highlight 0</name>
<in>97</in>
<out>347</out>
<color>
<red>255</red>
<green>0</green>
<blue>0</blue>
</color>
</marker>
</clip>
</xmeml>
Best Regards
Cy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdenlive/attachments/20120821/204df9e0/attachment.html>
More information about the Kdenlive
mailing list