When making a DVD menu with any of the available apps I've tried (qdvdauthor, dvdstyler and Varsha) none of the buttons work. Digging into more it looks like spumux is the base problem.
I can't tell for sure if spumux is to blame but that's where the error is
Code: Select all
$ spumux -v 2 spumux.xml < menu.mpg > menu_final.mpg
DVDAuthor::spumux, version 0.6.10.
Build options: gnugetopt magick iconv freetype
Send bugs to <dvdauthor-users@lists.sourceforge.net>
INFO: Locale=C
INFO: Converting filenames to ANSI_X3.4-1968
build: Unable to load file (highlighted.png).
WARN: Bad image, skipping line -1
WARN: Read 0, expected 4
INFO: 0 subtitles added, 1 subtitles skipped, stream: 32, offset: 0.18
Statistics:
- Processed 0 subtitles.
- The longest display line had -1 characters.
- The maximum number of displayed lines was 0.
- The normal display height of the font arial.ttf was 0.
- The bottom display height of the font arial.ttf was 0.
- The biggest subtitle box had 0 bytes.What am I missing? Is it a simple compile option or bad program packages?
here's the spumux.xml file that I'm using also
Code: Select all
<subpictures>
<stream>
<spu start="00:00:00.0" end="00:00:00.0"
highlight="highlighted.png"
select="selected.png"
autooutline="infer"
force="yes"
autoorder="rows"/>
</stream>
</subpictures>