-
Challenge of the Decade?: Automated DVD Authoring
My apologise for the ambiguous title – I wanted to attract those of you brilliant people most eager for a proper challenge!
I work for a Norwegian broadcaster and is part of a tiny project looking to automate the process of DVD authoring and DVD burning directly from our MAM system. It does not matter if we have to use a mac, windows or linux for the process. Let’s also say that money / resources is not important.
At the core of our MAM is a system called Omnibus G3 Desktop. In this context however, this might be irrelevant as this tool can output a Final Cut Pro style XML that I’m thinking we ideally could use to create the DVD. Here is a breakdown of the process.
User part:
– The user selects which clips he/she wants to put on the DVD, including in and out points if required. All the files are located on a central server that can be access via osx, linux or windows.
– User exports an XML (Final Cut Style) which contains a “sequence” of their clips.Automated part
– XML-parser: If necessary we will create an XML parser that will translate the exported XML into a format that the next step in the process can read. This should be fairly easy.– Encoding step: Either the separate files will be merged into one file (with chapter markers between each file) OR they will be encoded as separate files. The encoder have to pan track one to LEFT and track two to RIGHT and ignore track three and four.
– DVD authoring step: Simple menu (Play button, possibly chapter/track menu) with the sequence name from the original XML. Authored into a DVD.
– Burn step: Automatic DVD replicator that will burn a copy – ideally with a label stating todays date, our company logo and the sequence name from the XML.
Any ideas as to the mechanisms we could use at the different steps in this workflow?