I'm a new user of Kdenlive. After my travel to India i wanted to create a nice slideshow of my photo's (with music, some title slides etc) and burn it on a DVD. So far i have succesfully created the entire movie and i have rendered it to MPG. I used the MPEG-2 25000k preset, format PAL. To movie looks very good and plays ok, including the audio.
However now i'm trying to create an ISO with kdenlive to burn it on DVD, but i have some problems with this. In the DVD Wizard i choose the mpg-file which was rendered previously by kdenlive, but when i click 'create iso image', I get the following error:
DVDAuthor::dvdauthor, version 0.6.14.
Build options: gnugetopt magick iconv freetype
Send bugs to
INFO: Locale=en_US.UTF-8
INFO: Converting filenames to UTF-8
INFO: dvdauthor creating VTS
STAT: Picking VTS 01
STAT: Processing /home/jeroen/Desktop/untitled.mpg...
WARN: Skipping sector, waiting for first VOBU...
WARN: Skipping sector, waiting for first VOBU...
WARN: Skipping sector, waiting for first VOBU...
WARN: Skipping sector, waiting for first VOBU...
ERR: SCR moves backwards, remultiplex input.
DVDAuthor process crashed.
I searched Google on how to 'remultiplex' the input and found some explanation that i first have to demux the mpg and then remultiplex it. I tried 'mpgdemux' and then mplex -f 8 and later also ffmpeg -i in.mpg -vcodec copy out.m2v, but with the same results.
Any ideas how i can fix the mpeg, or let kdenlive render a file which i can add to an iso?
I'm running kdenlive 0.7.5 on Ubuntu 9.10 Karmic. My ffmpeg version is also the default for Karmic

I just found the 'destination'-dropdown in the render dialog which has a DVD option... so i'm going to try this right now