I would like to generate a slide show, made up still frames (1 frame each, to improve quality and reduce space amount) generated with jpeg2yuv+mpg2enc+mplex.
I have used dvdauthor using an xml schema like this:

<dvdauthor dest="h">
<vmgm />
<titleset>
<titles>
<video format="pal" aspect="4:3" resolution="720xfull" />
<pgc>
<vob file="mplex/1.m2v" pause="inf" />
<vob file="mplex/2.m2v" pause="inf" />
<vob file="mplex/3.m2v" pause="inf" />
<vob file="mplex/4.m2v" pause="inf" />
..............
<vob file="mplex/xx.m2v" pause="inf" />
</pgc>
</titles>
</titleset>
</dvdauthor>

Dvdauthor generates 1 titleset + 1 title divided in xx chapters.

All works fine on my PC player (PowerDVD) but my standalone player (Loewe Xemix) ignore the chapter division and plays all slide one after the other.
Thanks in advance