Well nothing much to it. What you need however is a roughly 4Gb mpeg2 file with the appropriate resolution (768x576 for Pal, don't know about NTSC).neuron wrote:Could you tell me what options exactly you run with? I've never needed to do this.chair-raver wrote: Here is the output from vmstat (annotated with line numbers) for creating the DVD structure on disc. I used the "tovid" tool chain for this. The actual worker is dvdauthor in the end. (You might need to decrease the browser font size, because the width of the output)
Still looking for other suggestions on reproducable tests that's relativly easy to automate.
Code: Select all
makexml -nochapters -overwrite <4gb mpeg2 file>.mpg -out mission
makedvd -author mission.xmlCode: Select all
<dvdauthor dest="mission">
<!-- makexml 0.31 -->
<vmgm>
</vmgm>
<titleset>
<titles>
<video />
<pgc>
<vob file="4gb mpeg2 file.mpg" chapters="0" />
</pgc>
</titles>
</titleset>
</dvdauthor>





