dvdauthor on Mac OS X Lion/macports
Maurice Perry <[email protected]> Wed, 21 Dec 2011 20:41:11 +0100
| Newsgroups | gmane.comp.multimedia.dvdauthor.user |
|---|---|
| Message-ID | <[email protected]> |
Hi there, We are in the process of migrating our macs to Lion. We've been using dvdauthor for years, but a version compiled for powerpc. But since lion, Apple is not distributing rosetta, it's powerpc emulator anymore. So I have tried the version 0.6.14 that is on macports.org, but it hangs with a segmentation fault (xml file and output log attached). Can someone help me to get dvdauthor to run on Lion? thanks in advance ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ Dvdauthor-users mailing list Dvdauthor-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/dvdauthor-users
dvd.xml
(text/xml, 3.3 KB)
<dvdauthor>
<vmgm>
<fpc>g0 = s0; jump title 1;</fpc>
</vmgm>
<titleset>
<menus>
<video format="pal" aspect="4:3" resolution="720x576"/>
<pgc entry="root">
<pre>
if (g0 == 35)
jump menu 5;
else
jump menu 4;
</pre>
</pgc>
<pgc entry="audio">
<vob file="/Users/maurice/projects/casagrande/live/resources/template-dvd/movies/menulang.mpg"/>
<button name="english">g0 = 29; jump menu 4;</button>
<button name="french">g0 = 35; jump menu 5;</button>
</pgc>
<pgc entry="angle">
<post>
g1 = g1 + 1;
g2 = g1 % 1;
if (g2 == 0)
jump menu 10;
jump menu 1;
</post>
</pgc>
<pgc>
<vob file="/Users/maurice/0001 - 0001/CD/0001 DVD/menustart_en.mpg"/>
<button name="chapters">jump menu 8;</button>
<button name="title">jump title 2;</button>
<button name="online">jump menu 6;</button>
</pgc>
<pgc>
<vob file="/Users/maurice/0001 - 0001/CD/0001 DVD/menustart_fr.mpg"/>
<button name="chapters">jump menu 9;</button>
<button name="title">jump title 2;</button>
<button name="online">jump menu 7;</button>
</pgc>
<pgc>
<vob file="/Users/maurice/0001 - 0001/CD/0001 DVD/menuonline_en.mpg"/>
<button name="back">jump menu 3;</button>
</pgc>
<pgc>
<vob file="/Users/maurice/0001 - 0001/CD/0001 DVD/menuonline_fr.mpg"/>
<button name="back">jump menu 3;</button>
</pgc>
<pgc>
<vob file="/Users/maurice/0001 - 0001/CD/0001 DVD/menu0_en.mpg"/>
<button name="1000">jump title 3;</button>
<button name="menu">jump menu 4;</button>
</pgc>
<pgc>
<vob file="/Users/maurice/0001 - 0001/CD/0001 DVD/menu0_fr.mpg"/>
<button name="1000">jump title 3;</button>
<button name="menu">jump menu 5;</button>
</pgc>
<pgc>
<vob file="/Users/maurice/projects/casagrande/live/resources/template-dvd/minifilms/Ring 6.mpg"/>
<post>
jump menu entry root;
</post>
</pgc>
</menus>
<titles>
<video format="pal" aspect="4:3" resolution="720x576"/>
<pgc>
<vob file="/Users/maurice/projects/casagrande/live/resources/template-dvd/movies/intro.mpg"/>
<post>call menu entry audio;</post>
</pgc>
<pgc>
<vob file="/Users/maurice/0001 - 0001/CD/0001 DVD/1000.mpg"/>
<post>call menu entry angle;</post>
</pgc>
<pgc>
<vob file="/Users/maurice/0001 - 0001/CD/0001 DVD/1000.mpg"/>
<post>
call menu entry angle;
</post>
</pgc>
</titles>
</titleset>
</dvdauthor>
dvdauthor.log
(text/plain, 1.1 KB)
DVDAuthor::dvdauthor, version 0.6.14. Build options: gnugetopt magick iconv freetype Send bugs to <dvdauthor-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org> INFO: Locale=C INFO: Converting filenames to US-ASCII INFO: dvdauthor creating VTS STAT: Picking VTS 01 STAT: Processing /Users/maurice/projects/casagrande/live/resources/template-dvd/movies/menulang.mpg... STAT: VOBU 16 at 2MB, 10 PGCS INFO: Video pts = 0.500 .. 15.460 INFO: Audio[8] pts = 0.500 .. 15.476 INFO: Audio[32] pts = 10.500 .. 10.500 STAT: Processing /Users/maurice/0001 - 0001/CD/0001 DVD/menustart_en.mpg... STAT: Processing /Users/maurice/0001 - 0001/CD/0001 DVD/menustart_fr.mpg... STAT: Processing /Users/maurice/0001 - 0001/CD/0001 DVD/menuonline_en.mpg... STAT: Processing /Users/maurice/0001 - 0001/CD/0001 DVD/menuonline_fr.mpg... STAT: Processing /Users/maurice/0001 - 0001/CD/0001 DVD/menu0_en.mpg... STAT: Processing /Users/maurice/0001 - 0001/CD/0001 DVD/menu0_fr.mpg... STAT: Processing /Users/maurice/projects/casagrande/live/resources/template-dvd/minifilms/Ring 6.mpg... INFO: Video pts = 0.500 .. 4.620 INFO: Audio[8] pts = 0.500 .. 4.652 STAT: VOBU 32 at 4MB, 10 PGCS