Salve a tutti. Ho un problema con spumux del pachetto dvdauthor.
in pratica quando lancio il comando
codice:
spumux -m dvd spumux.xml < temp.mpg > menu.vob
il programma mi restituisce questo:
codice:
DVDAuthor::spumux, version 0.7.0. Build options: gnugetopt imagemagick iconv freetype fribidi fontconfig Send bug reports to <dvdauthor-users@lists.sourceforge.net>  
INFO: default video format is PAL 
INFO: Picture ./temp/buttons.png had 2 colors 
INFO: Picture ./temp/highlight.png had 2 colors 
INFO: Picture ./temp/select.png had 2 colors 
INFO: Autodetect 0 = 81x58-145x80 
INFO: Pickbuttongroups, success with 1 groups, useimg=1 
INFO: 0 subtitles added, 0 subtitles skipped, stream: 32, offset: -0.00
da quel che ci ho capito il programma non da errori ma di fatto non genera i bottoni, infatti nel video di output non ci sono.
secondo me deve esserci qualcosa che non va nel'XML ma non ne sono sicuro.
questo è l'XML

codice:
<?xml version="1.0" encoding="utf-8"?> 
<subpictures>
   <stream>
     <spu start="00:00:00.00" image="./temp/buttons.png" highlight="./temp/highlight.png" select="./temp/select.png" force="yes" autooutline="infer" autoorder="rows" outlinewidth="20" >
       <button name="button01" />
 <action />
 	</spu>
   </stream>
 </subpictures>
qualcuno riesce a capire dov'è l'inghippo?