segfault while authoring with dvdauthor, version 0.7.0.
Lorenz Martens <[email protected]>
| Newsgroups | gmane.comp.multimedia.dvdauthor.user |
|---|---|
| Message-ID | <[email protected]> |
Dear List,
I have tried to author a DVD with the following result :
DVDAuthor::dvdauthor, version 0.7.0.
Build options: gnugetopt imagemagick iconv freetype
Send bug reports to <dvdauthor-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
INFO: no default video format, must explicitly specify NTSC or PAL
INFO: dvdauthor creating VTS
STAT: Picking VTS 01
STAT: Processing /mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/1_DVD_Back_720x576menu.mpg...
STAT: Processing /mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/2_DVD_Back_720x576menu.mpg...
STAT: Processing /mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/3_DVD_Back_720x576menu.mpg...
STAT: Processing /mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/4_DVD_Back_720x576menu.mpg...
STAT: Processing /mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/5_DVD_Back_720x576menu.mpg...
STAT: Processing /mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/6_DVD_Back_720x576menu.mpg...
STAT: Processing /mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/7_DVD_Back_720x576menu.mpg...
STAT: Processing /mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/8_DVD_Back_720x576menu.mpg...
STAT: Processing /mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/9_DVD_Back_720x576menu.mpg...
STAT: Processing /mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/10_DVD_Back_720x576menu.mpg...
STAT: Processing /mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/11_DVD_Back_720x576menu.mpg...
STAT: VOBU 32 at 1MB, 12 PGCs
INFO: Video pts = 0.160 .. 20.160
INFO: Audio[8] pts = 0.160 .. 0.184
INFO: Audio[32] pts = 0.160 .. 20.162
STAT: VOBU 34 at 1MB, 12 PGCs
Segmentation fault
unfortunatly there are no further output with any hint to the cause of the problem.
Here you can see my dvdauthor.xml
cat /mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/dvdauthor.xml
<?xml version="1.0" ?>
<dvdauthor dest="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/DGBA03ML07">
<vmgm>
<menus lang="de">
<video aspect="4:3" format="PAL" resolution="720x576"/>
<pgc>
<pre>
{ g1=2; jump titleset 1 menu; }
</pre>
</pgc>
</menus>
</vmgm>
<titleset>
<menus lang="de">
<pgc>
<pre>
if( g1 eq 2){jump menu 2;}
if( g1 eq 3){jump menu 3;}
if( g1 eq 4){jump menu 4;}
if( g1 eq 5){jump menu 5;}
if( g1 eq 6){jump menu 6;}
if( g1 eq 7){jump menu 7;}
if( g1 eq 8){jump menu 8;}
if( g1 eq 9){jump menu 9;}
if( g1 eq 10){jump menu 10;}
if( g1 eq 11){jump menu 11;}
if( g1 eq 12){jump menu 12;}
</pre>
</pgc>
<pgc>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/1_DVD_Back_720x576menu.mpg"/>
<button>
jump title 1;
</button>
<button>
jump title 2;
</button>
<button>
jump title 3;
</button>
<button>
jump title 4;
</button>
<button>
jump menu 3;
</button>
<post>
jump cell 1;
</post>
</pgc>
<pgc>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/2_DVD_Back_720x576menu.mpg"/>
<button>
jump title 5;
</button>
<button>
jump title 6;
</button>
<button>
jump title 7;
</button>
<button>
jump title 8;
</button>
<button>
jump menu 2;
</button>
<button>
jump menu 4;
</button>
<post>
jump cell 1;
</post>
</pgc>
<pgc>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/3_DVD_Back_720x576menu.mpg"/>
<button>
jump title 9;
</button>
<button>
jump title 10;
</button>
<button>
jump title 11;
</button>
<button>
jump title 12;
</button>
<button>
jump menu 3;
</button>
<button>
jump menu 5;
</button>
<post>
jump cell 1;
</post>
</pgc>
<pgc>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/4_DVD_Back_720x576menu.mpg"/>
<button>
jump title 13;
</button>
<button>
jump title 14;
</button>
<button>
jump title 15;
</button>
<button>
jump title 16;
</button>
<button>
jump menu 4;
</button>
<button>
jump menu 6;
</button>
<post>
jump cell 1;
</post>
</pgc>
<pgc>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/5_DVD_Back_720x576menu.mpg"/>
<button>
jump title 17;
</button>
<button>
jump title 18;
</button>
<button>
jump title 19;
</button>
<button>
jump title 20;
</button>
<button>
jump menu 5;
</button>
<button>
jump menu 7;
</button>
<post>
jump cell 1;
</post>
</pgc>
<pgc>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/6_DVD_Back_720x576menu.mpg"/>
<button>
jump title 21;
</button>
<button>
jump title 22;
</button>
<button>
jump title 23;
</button>
<button>
jump title 24;
</button>
<button>
jump menu 6;
</button>
<button>
jump menu 8;
</button>
<post>
jump cell 1;
</post>
</pgc>
<pgc>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/7_DVD_Back_720x576menu.mpg"/>
<button>
jump title 25;
</button>
<button>
jump title 26;
</button>
<button>
jump title 27;
</button>
<button>
jump title 28;
</button>
<button>
jump menu 7;
</button>
<button>
jump menu 9;
</button>
<post>
jump cell 1;
</post>
</pgc>
<pgc>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/8_DVD_Back_720x576menu.mpg"/>
<button>
jump title 29;
</button>
<button>
jump title 30;
</button>
<button>
jump title 31;
</button>
<button>
jump title 32;
</button>
<button>
jump menu 8;
</button>
<button>
jump menu 10;
</button>
<post>
jump cell 1;
</post>
</pgc>
<pgc>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/9_DVD_Back_720x576menu.mpg"/>
<button>
jump title 33;
</button>
<button>
jump title 34;
</button>
<button>
jump title 35;
</button>
<button>
jump title 36;
</button>
<button>
jump menu 9;
</button>
<button>
jump menu 11;
</button>
<post>
jump cell 1;
</post>
</pgc>
<pgc>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/10_DVD_Back_720x576menu.mpg"/>
<button>
jump title 37;
</button>
<button>
jump title 38;
</button>
<button>
jump title 39;
</button>
<button>
jump title 40;
</button>
<button>
jump menu 10;
</button>
<button>
jump menu 12;
</button>
<post>
jump cell 1;
</post>
</pgc>
<pgc>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdImages/11_DVD_Back_720x576menu.mpg"/>
<button>
jump title 41;
</button>
<button>
jump menu 11;
</button>
<post>
jump cell 1;
</post>
</pgc>
</menus>
<titles>
<video aspect="16:9" format="pal" resolution="720x576"/>
<pgc>
<pre>
{ g1=2;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00011_6Mbit.vob"/>
<post>
{ g1=2; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=2;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00026_6Mbit.vob"/>
<post>
{ g1=2; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=2;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00027_6Mbit.vob"/>
<post>
{ g1=2; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=2;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00000_6Mbit.vob"/>
<post>
{ g1=2; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=3;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00001_6Mbit.vob"/>
<post>
{ g1=3; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=3;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00004_6Mbit.vob"/>
<post>
{ g1=3; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=3;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00005_6Mbit.vob"/>
<post>
{ g1=3; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=3;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00006_6Mbit.vob"/>
<post>
{ g1=3; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=4;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00002_6Mbit.vob"/>
<post>
{ g1=4; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=4;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00007_6Mbit.vob"/>
<post>
{ g1=4; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=4;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00008_6Mbit.vob"/>
<post>
{ g1=4; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=4;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00023_6Mbit.vob"/>
<post>
{ g1=4; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=5;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00024_6Mbit.vob"/>
<post>
{ g1=5; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=5;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00025_6Mbit.vob"/>
<post>
{ g1=5; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=5;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00010_6Mbit.vob"/>
<post>
{ g1=5; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=5;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00013_6Mbit.vob"/>
<post>
{ g1=5; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=6;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00028_6Mbit.vob"/>
<post>
{ g1=6; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=6;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00030_6Mbit.vob"/>
<post>
{ g1=6; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=6;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00031_6Mbit.vob"/>
<post>
{ g1=6; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=6;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00015_6Mbit.vob"/>
<post>
{ g1=6; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=7;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00018_6Mbit.vob"/>
<post>
{ g1=7; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=7;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00019_6Mbit.vob"/>
<post>
{ g1=7; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=7;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00020_6Mbit.vob"/>
<post>
{ g1=7; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=7;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00021_6Mbit.vob"/>
<post>
{ g1=7; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=8;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00032_6Mbit.vob"/>
<post>
{ g1=8; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=8;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00033_6Mbit.vob"/>
<post>
{ g1=8; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=8;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00034_6Mbit.vob"/>
<post>
{ g1=8; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=8;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00035_6Mbit.vob"/>
<post>
{ g1=8; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=9;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00039_6Mbit.vob"/>
<post>
{ g1=9; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=9;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00041_6Mbit.vob"/>
<post>
{ g1=9; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=9;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00042_6Mbit.vob"/>
<post>
{ g1=9; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=9;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00043_6Mbit.vob"/>
<post>
{ g1=9; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=10;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00044_6Mbit.vob"/>
<post>
{ g1=10; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=10;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00045_6Mbit.vob"/>
<post>
{ g1=10; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=10;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00046_6Mbit.vob"/>
<post>
{ g1=10; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=10;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00040_6Mbit.vob"/>
<post>
{ g1=10; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=11;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGPR_EY01_00036_6Mbit.vob"/>
<post>
{ g1=11; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=11;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DBVE02_ML05_00018_6Mbit.vob"/>
<post>
{ g1=11; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=11;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00022_6Mbit.vob"/>
<post>
{ g1=11; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=11;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00003_6Mbit.vob"/>
<post>
{ g1=11; call menu;}
</post>
</pgc>
<pgc>
<pre>
{ g1=12;}
</pre>
<vob file="/mnt/storage/gpfs2/temp/DGBA03ML07_tmpDvdVideos/DGBA03_ML07_00016_6Mbit.vob"/>
<post>
{ g1=12; call menu;}
</post>
</pgc>
</titles>
</titleset>
</dvdauthor>
any hint is wecome !
Thanks.
mit freundlichem Gruß / kind regards
Lorenz Martens
------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d