> - run: > dvdauthor -x dvdauthor.xml > [This creates a directory "VIDEO" containing the DVD file structure.] > > - run: > growisofs -dvd-compat -dvd-video VIDEO > [This burns the DVD; growisofs is the DVD burn utility that all > GUI burn utilities such as k3b, Nautilus etc. run under their hood.] > > Of course, all these steps can be trivially automated and run in a > single shell script.
for authoring dvds, sometimes with menus, I like to use the tovid scripts instead of writing myself the xml text for dvdauthor: http://tovid.wikia.com/wiki/Tovid_Wiki I usually feed them with videos rendered in cinelerra that already have the expected format (pal 16:9 for example), so they are not postprocessed in tovid (it does a symlink in the working directory). _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
