|
From: Heine L. <mai...@go...> - 2004-10-18 09:55:26
|
Hi.
This is first time I try to create a dvd useing dvdauthor.
When I try to create a dvd i just get a bunch of these messages, and I
have no idea of what it mean:
WARN: Skipping sector, waiting for first VOBU...
I Have created a mpeg file useing ffmpeg, with these options:
ffmpeg -i capture.avi -b 2000 -aspect 4:3 -vcodec mpeg2video -ab 224 -ar
48000 ./test.mpeg
Input #0, avi, from 'capture.avi':
Duration: 01:39:08.8, bitrate: 68530 kb/s
Stream #0.0: Video: huffyuv, 704x576, 25.00 fps
Stream #0.1: Audio: pcm_s16le, 44100 Hz, stereo, 1411 kb/s
Output #0, mpeg, to './test.mpeg':
Stream #0.0: Video: mpeg2video, 704x576, 25.00 fps, q=2-31, 2000 kb/s
Stream #0.1: Audio: mp2, 48000 Hz, stereo, 224 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
I then maid a dvdauthor.xml file who looks like these:
<dvdauthor dest="test">
<vmgm />
<titleset>
<titles>
<pgc>
<vob file="out.mpeg" />
</pgc>
</titles>
</titleset>
</dvdauthor>
and runs dvdauthor -x dvdauthor.xml
And get a bunch of the abow messages!
How can I fix these so I can create a dvd?
|