|
From: Scott T. S. <sc...@ge...> - 2004-10-18 16:28:51
|
On Mon, 2004-10-18 at 02:55, Heine Laursen wrote: > 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 you need to tell your multiplexer to make a DVD output with VOB's inserted. mplex can do this with '-f 8'. dunno about ffmpeg. Scott |