On Wed, 2009-01-21 at 11:24 +0100, jb wrote: > If you have other very important issues or comments, it's time to > speak...
Simple questions: 1) Is .kdenlive the extension for Kdenlive project or should we use something else. When you create a project and you first save it, could it default to the project directory and not user folder. 2) I am sharing a project over SVN. Could it be possible to use relative paths in the project. For example: <kdenlivedoc profile="/home/jmpoure/.kde4/share/apps/kdenlive/profiles//customprofile2" version="0.81" zonein="0" zoneout="100" zoom="7" projectfolder="/home/jmpoure/film2" position="194" tracks="aavvv" > <kdenlive_producer audio_max="1" audiocodec="MP2 (MPEG audio layer 2)" channels="2" duration="3821" default_audio="1" video_max="0" fps="25.000000" frame_size="1440x1080" frequency="48000" file_size="516002848" aspect_ratio="1.333333" file_hash="cd5dc14ff39141d1eb4af46a7ae83e0e" type="3" id="1" videocodec="MPEG-2 video" default_video="0" resource="/home/jmpoure/film2/capture012.m2t" /> Would become: <kdenlivedoc profile="~/.kde4/share/apps/kdenlive/profiles//customprofile2" version="0.81" zonein="0" zoneout="100" zoom="7" projectfolder="~/film2" position="194" tracks="aavvv" > <kdenlive_producer audio_max="1" audiocodec="MP2 (MPEG audio layer 2)" channels="2" duration="3821" default_audio="1" video_max="0" fps="25.000000" frame_size="1440x1080" frequency="48000" file_size="516002848" aspect_ratio="1.333333" file_hash="cd5dc14ff39141d1eb4af46a7ae83e0e" type="3" id="1" videocodec="MPEG-2 video" default_video="0" resource="capture012.m2t" /> This is for sharing over SVN? Sounds possible in a near future? Kind regards, Jean-Michel
