Re: Having problems with DVDAUTHOR
JD <[email protected]>
| Newsgroups | gmane.comp.multimedia.dvdauthor.user |
|---|---|
| Message-ID | <[email protected]> |
On 11/01/2010 06:44 PM, Lawrence D'Oliveiro wrote: > On Mon, 01 Nov 2010 17:53:15 -0700 JD<[email protected]> wrote: > >> On F13, dvdauthor-0.6.18-2.fc13.i686 >> >> I tried to create a DVD directory hierarchy out of a video >> (ElaborateDesign.mp2). > First of all, forget most of those command-line options to > dvdauthor—they are there for legacy reasons, before the XML control > file was introduced. There are just two options you need: -x to specify > the XML control file, and -o to specify the output directory. > >> Well, it belched out a whole bunch warnings ... > Anything like “WARN: Skipping sector, waiting for first VOBU”? That’s a > sign the input movie file was not properly multiplexed. > WARN: not a valid DVD frame rate: 0x01 WARN: attempt to update frame rate from 30000.0/1001.0 (NTSC VIDEO) to 24000.0/1001.0 (NTSC 3:2 pulldown converted FILM); skipping WARN: unknown mpeg2 aspect ratio 1 <<< Repeated 430 times WARN: Video PTS does not line up on a multiple of a field. INFO: Video pts = 0.500 .. 8886.493 INFO: Audio[0] pts = 0.500 .. 8886.612 STAT: VOBU 11821 at 2992MB, 1 PGCs CHAPTERS: VTS[1/2] 0.000 Memory fault >> ERR: Must first specify -t, -m, or -x. >> >> I have no idea what to provide for a -t option, nor -m nor -x. >> I just want to create a dvd out of this mp2 file. >> How do I accomplish that? > The absolute simplest XML file for a disc with a single title that will > automatically start playing when it is put in the player would be > something like > > <dvdauthor> > <vmgm /> > <titleset> > <titles> > <pgc> > <vob file="ElaborateDesign.mp2" /> > </pgc> > </titles> > </titleset> > </dvdauthor> > I tried it. Here's what I get: cat > dvdauthor.xml << 'EOF' <dvdauthor> <vmgm /> <titleset> <titles> <pgc> <vob file="ElaborateDesign.mp2" /> </pgc> </titles> </titleset> </dvdauthor> EOF dvdauthor -x dvdauthor.xml -o ElaborateDesign.DVD -f ElaborateDesign.mp2 DVDAuthor::dvdauthor, version 0.6.18. Build options: gnugetopt graphicsmagick iconv freetype fribidi Send bugs to <[email protected]> ERR: Must specify working directory The dir exists: $ ls -ld inception.DVD drwxr-xr-x 2 jd jd 4096 Nov 1 18:58 ElaborateDesign.DVD/ So, is there something else I am missing? > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps& games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > Dvdauthor-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dvdauthor-users ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Dvdauthor-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dvdauthor-users