Hello,
i am new here to Kdenlive.
I ´ve got an image sequence of 420 frames from a rendering(1280x720), now i want to use this in kdenlive in a project with a framerate of 15 fps. Importing the sequence shows me the correct duration of 28 seconds(at 15fps), but if i play it or render it in a file, this file has the CORRECT duration of 28 seconds and correct framerate of 15 fps, but plays the image sequence in 16,8 seconds (that would be the correct time at 25 fps) and shows the last 11.2 seconds only the last frame.
How can i change the framerates so that i get a real 28 second video with all my source images at speed of 15 fps?
thx Torsten

I took an existing profile "HD 720p 25 fps" and changed the rate from 25/1 to 15/1, then i saved it as "HD 720p 15fps" and made it my standard profile.
Render settings fromscript:
SOURCE="file:///home/username/kdenlive/scripts/Skript001.sh.mlt"
TARGET="file:///home/username/kdenlive/Unbenannt.mp4"
RENDERER="/usr/bin/kdenlive_render"
MELT="/usr/bin/melt"
PARAMETERS="-pid:5822 $MELT /home/username/.kde/share/apps/kdenlive/profiles/customprofile0 avformat - $SOURCE $TARGET f=mp4 hq=1 acodec=aac ab=384k ar=48000 pix_fmt=yuv420p vcodec=libx264 minrate=0 vb=6000k g=250 bf=3 b_strategy=1 subcmp=2 cmp=2 coder=1 flags=+loop flags2=dct8x8 qmax=51 subq=7 qmin=10 qcomp=0.6 qdiff=4 trellis=1 aspect=@16/9 pass=2 progressive=1 an=1 threads=1 real_time=-1"
$RENDERER $PARAMETERS