|
From: Erik S. <er...@ol...> - 2004-10-19 07:20:06
|
On Mon, 2004-10-18 at 18:29, Scott T. Smith wrote: > 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. Someone is working on it, but the patch hasn't been accepted yet, on some minor points, so expect it working soon... |