DVD Authoring

Andy Jack andy+lists-NouRTJlp5sIsA/PxXw9srA at public.gmane.org
Tue May 17 19:19:25 UTC 2005


http://dvdauthor.sourceforge.net/doc/index.html

Not very fleshed out.

http://dvdauthor.sourceforge.net/doc/dvdauthor.html

A bit more descriptive.

The key thing is the XML (XML-ish really) file that describes the dvd
structure, e.g:

---
<dvdauthor dest="DVD">

    <vmgm>
    </vmgm>

    <titleset>
        <menus>
        </menus>
        <titles>
            <pgc>
                <vob file="t.mpg" />
            </pgc>
        </titles>
    </titleset>

</dvdauthor>
---

Then you run "dvdauthor -x dvd.xml" and you get a DVD/ directory with
VIDEO_TS and AUDIO_TS and all that properly done.  It is this directory
that you burn.  Obviously this very simple example will have the single
video "t.mpg" on the disc.

For things like menus and subtitles you'll have to make your own
graphics and such... it might just be easier to make video 1 = chapter 1
and so on and skip thru them with the ffwd button.

HTH,
Andy
--
The Toronto Linux Users Group.      Meetings: http://tlug.ss.org
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://tlug.ss.org/subscribe.shtml





More information about the Legacy mailing list