On Thu, 2005-08-25 at 08:41 +1200, Terry Kemp wrote: > On Wed, 2005-08-24 at 11:11 -0600, Robin Laing wrote: > > (lots o'snips) > > I got the script from another thread, "DVD Writing". I have bcc'd the > > OP of the script and hopefully they can respond if they don't see the > > thread. > > > > > from man dvdauthor... > dvdauthor - assembles multiple mpeg program streams into a suitable DVD > filesystem > > OK here is a v. basic dvd.xml... > > <dvdauthor> > <vmgm /> > <titleset> > <titles> > <pgc> > <vob file="movie1.mpg > "chapters="0,0:30,1:00,1:30,2:30,3:00,3:30,4:00" /> > </pgc> > </titles> > </titleset> > </dvdauthor> > > you can find better examples with menus, splash screens etc on the web. > > the previous script creates the dvd file system in the 'output' > directory from this line using a supplied xml file... > > echo "Authoring DVD..." > >>dvdauthor -o output -x dvd.xml > > To write back to single layer dvd I use... > growisofs -Z /dev/dvd -dvd-video output/ Just for amusement, I tried this procedure. First, I set up and mofidied the script slightly, made sure the appropriate packages were installed, then ran it. I set up a basic dvd.xml file, created the DVD files, and burned the DVD. It worked - mostly. What was interesting is that while the DVD seems to have copied, the aspect ratio was off. While the original disk was in 16:9, the copy plays in full-screen. Clearly I've missed something here, since the dvdauthor output clearly stated it was in 16:9 format. Any thoughts? I'd hate to screw up my home movies, etc, when doing this. Thanks in advance, -Don -- Don Levey <fedora-list@xxxxxxxxxxxxx>