Hi to all.
When I try to render, Kdenlive terminates all the operations in less than one second and produces almost empty files. I tried to reproduce those files using different players but they just show nothing to me: the files result to be empty.
I've been trying to render using different codecs (Xvid4, Raw DV, Flash) and also rendering without audio but it doesn't solved.
Also I've been trying this:
http://www.kdenlive.org/forum/kdenlive-doesnt-start-after-installation#c...
but it didn't help.
Any suggestion, please?
Thank you.
Kdenlive Version 0.7.5
Using KDE 4.2.2 (KDE 4.2.2)
Ubuntu 9.04 - kernel 2.6.28-15-generic #49-Ubuntu SMP
Acer Aspire 5730z

Thanks for your reply.
>> Trying to delete the file $HOME/.kde/share/config/kdenliverc might solve the problem if you have a wrong path stored for melt. <<
This didn't solve the problem.
>> Otherwise, try to create a very simple project file (with only one color clip in timeline). <<
I created a 5 seconds red color clip but the problem persists. The output of the script is:
//STARTING RENDERING: false , false , "/usr/bin/melt" , "hdv_1080_50i" , "avformat" , "-" , "consumer:/media/Common/KDENLIVE/scripts/script002.sh.mlt" , "/media/Common/KDENLIVE/untitled.avi" , () , ("acodec=libmp3lame", "ab=128k", "ar=44100", "vcodec=libxvid", "minrate=0", "b=12000k", "aspect=@16/9", "mbd=2", "trellis=1", "mv4=1", "pass=1", "s=640x480") , -1 , -1
Started render process: "/usr/bin/melt" "consumer:/media/Common/KDENLIVE/scripts/script002.sh.mlt profile=hdv_1080_50i -consumer avformat:/media/Common/KDENLIVE/untitled.avi progress=1 acodec=libmp3lame ab=128k ar=44100 vcodec=libxvid minrate=0 b=12000k aspect=@16/9 mbd=2 trellis=1 mv4=1 pass=1 s=640x480"
Rendering of "/media/Common/KDENLIVE/untitled.avi" finished
Started render process: "/usr/bin/melt" "consumer:/media/Common/KDENLIVE/scripts/script002.sh.mlt profile=hdv_1080_50i -consumer avformat:/media/Common/KDENLIVE/untitled.avi progress=1 acodec=libmp3lame ab=128k ar=44100 vcodec=libxvid minrate=0 b=12000k aspect=@16/9 mbd=2 trellis=1 mv4=1 pass=2 s=640x480"
Rendering of "/media/Common/KDENLIVE/untitled.avi" finished
-----
I've also tried to generate a script for the file I was going to render. It's a .avi file (dimension 1280 x 720; codec ITU H.264; framerate 24 frames per second) and I wanto to resize it to 640x480. The output of the script is:
[p]//STARTING RENDERING: false , false , "/usr/bin/melt" , "hdv_1080_50i" , "avformat" , "-" , "consumer:/media/Common/KDENLIVE/scripts/script001.sh.mlt" , "/media/Common/KDENLIVE/untitled.avi" , () , ("acodec=libmp3lame", "ab=128k", "ar=44100", "vcodec=libxvid", "minrate=0", "b=12000k", "aspect=@16/9", "mbd=2", "trellis=1", "mv4=1", "pass=1", "s=640x480") , -1 , -1
Started render process: "/usr/bin/melt" "consumer:/media/Common/KDENLIVE/scripts/script001.sh.mlt profile=hdv_1080_50i -consumer avformat:/media/Common/KDENLIVE/untitled.avi progress=1 acodec=libmp3lame ab=128k ar=44100 vcodec=libxvid minrate=0 b=12000k aspect=@16/9 mbd=2 trellis=1 mv4=1 pass=1 s=640x480"
Rendering of "/media/Common/KDENLIVE/untitled.avi" finished
Started render process: "/usr/bin/melt" "consumer:/media/Common/KDENLIVE/scripts/script001.sh.mlt profile=hdv_1080_50i -consumer avformat:/media/Common/KDENLIVE/untitled.avi progress=1 acodec=libmp3lame ab=128k ar=44100 vcodec=libxvid minrate=0 b=12000k aspect=@16/9 mbd=2 trellis=1 mv4=1 pass=2 s=640x480"
Rendering of "/media/Common/KDENLIVE/untitled.avi" finished[/p]
In both cases the problem persists.