I have Kdenlive loaded from Packman, Version 0.8.2.1
Using KDE Development Platform 4.7.4 (4.7.4) "release 11.
MLT ver is 0.7.6-1.6, also from Packman
Suse is
Linux PVE-LinuxSRV5 2.6.37.6-0.9-desktop #1 SMP PREEMPT 2011-10-19 22:33:27 +0200 x86_64 x86_64 x86_64 GNU/Linux.
I am new to kdenlive, learning the ins, outs and options.
I have a simple project - A color background Title clip that transitions (dissolve) to three MOV files loaded from my Canon 550A (T2i) camera.
These MOV clips are H.264/AVC/MPEG-4 AVC/MPEG-4 Part 10, 1920x1088 at 29.97 fps.
The project plays OK in the Project Monitor window.
I am trying to render to a DVD, selected NTSC 16:9 VOB, Full Project in the Render_Project tab.
Output file is a .vob file.
Rendering proceeds with a few messages "Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later." which from reading this forum are just warnings.
The Progress bar advances, but when near (or at?) 100%, The job status changes to "Rendering Crashed"
I had started kdenlive from a console window to capture stdout.
Messages on stdout at the end of the rendering process.
"Rendering of /home/carl/Projects/kdenlive/cjm620_622_624_wed.vob aborted, resulting video will probably be corrupted."
I do see in /var/log/messages a line:
"Dec 21 09:22:07 PVE-LinuxSRV5 kernel: [67290.237929] melt[14481]: segfault at 0 ip 00007f350df742a9 sp 00007fff026765b0 error 4 in libc-2.11.3.so[7f350defc000+164000]"
The output file (xxx.vob) plays OK in xine.
Is there an explanation for the crash message/segfault?
Does 'melt' output any other log file? I don't see any.
If of use, here is the script startup (from stdout):
//STARTING RENDERING: true , false , "/usr/bin/melt" , "dv_ntsc" , "avformat" , "-" , "/tmp/kde-carl/kdenliveH14195.mlt" , "/home/carl/Projects/kdenlive/cjm620_622_624_wed.vob" , () , ("f=dvd", "vcodec=mpeg2video", "acodec=ac3", "s=720x480", "vb=6000k", "maxrate=9000k", "minrate=0", "bufsize=1835008", "packetsize=2048", "muxrate=10080000", "ab=192k", "ar=48000", "g=18", "me_range=63", "trellis=1", "mlt_profile=dv_ntsc_wide", "threads=2", "real_time=-1") , -1 , -1
Started render process: "/usr/bin/melt" "/tmp/kde-carl/kdenliveH14195.mlt -profile dv_ntsc -consumer avformat:/home/carl/Projects/kdenlive/cjm620_622_624_wed.vob progress=1 f=dvd vcodec=mpeg2video acodec=ac3 s=720x480 vb=6000k maxrate=9000k minrate=0 bufsize=1835008 packetsize=2048 muxrate=10080000 ab=192k ar=48000 g=18 me_range=63 trellis=1 mlt_profile=dv_ntsc_wide threads=2 real_time=-1"
