lemon
22nd July 2008, 12:19
I want to create a "linear" dvd (without menus, which plays from beginning to ending) that must have two different titlesets as I have footage both in 4:3 and in 16:9 format.
my xml for dvdauthor is:
<dvdauthor dest="DVD" jumppad="on">
<vmgm>
<fpc>jump menu 1;</fpc>
<menus>
<pgc>
<post>jump titleset 1 title 1;</post>
</pgc>
</menus>
</vmgm>
<titleset>
<titles>
<pgc>
<vob file="part0.vob" />
<post>jump titleset 2 title 1;</post>
</pgc>
</titles>
</titleset>
<titleset>
<titles>
<pgc>
<vob file="part1.vob" />
<vob file="part2.vob" />
<vob file="part3.vob" />
<vob file="part4.vob" />
<vob file="part5.vob" />
<vob file="part6.vob" />
<vob file="part7.vob" />
<post>exit;</post>
</pgc>
</titles>
</titleset>
</dvdauthor>
(part0 is 4:3, all others are 16:9)
Wich works great, except for going backwards. From part2 to part7, pressing the "back" button goes to the previous chapter, and anywhere, pressing the "next" button goes to the next chapter, from part0 goes to part1, but how can I make that being in part1 and pressing "back" goes to part0?
my xml for dvdauthor is:
<dvdauthor dest="DVD" jumppad="on">
<vmgm>
<fpc>jump menu 1;</fpc>
<menus>
<pgc>
<post>jump titleset 1 title 1;</post>
</pgc>
</menus>
</vmgm>
<titleset>
<titles>
<pgc>
<vob file="part0.vob" />
<post>jump titleset 2 title 1;</post>
</pgc>
</titles>
</titleset>
<titleset>
<titles>
<pgc>
<vob file="part1.vob" />
<vob file="part2.vob" />
<vob file="part3.vob" />
<vob file="part4.vob" />
<vob file="part5.vob" />
<vob file="part6.vob" />
<vob file="part7.vob" />
<post>exit;</post>
</pgc>
</titles>
</titleset>
</dvdauthor>
(part0 is 4:3, all others are 16:9)
Wich works great, except for going backwards. From part2 to part7, pressing the "back" button goes to the previous chapter, and anywhere, pressing the "next" button goes to the next chapter, from part0 goes to part1, but how can I make that being in part1 and pressing "back" goes to part0?