[EMAIL PROTECTED] wrote:
Thanks for all of the responses-I'm very grateful. Mike Urig read my post and responded directly. I did not have my dvdauthor.xml file correctly configured was the only problem. I didn't understand the tutorial enough to properly edit the example file and once I did so everything went fine-My first DVD!Send transcode-users mailing list submissions to transcode-users@exit1.orgTo subscribe or unsubscribe via the World Wide Web, visit http://lists.exit1.org/mailman/listinfo/transcode-users or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of transcode-users digest..." Today's Topics: 1. Re: can't use dvdauthor (Phil Ehrens) 2. Re: can't use dvdauthor (Robert Sohn) 3. Re: can't use dvdauthor (Bob Stia) ---------------------------------------------------------------------- Message: 1 Date: Mon, 24 Jul 2006 08:25:35 -0700 From: Phil Ehrens <[EMAIL PROTECTED]> Subject: Re: [transcode-users] can't use dvdauthor To: transcode Users Mailing List <transcode-users@exit1.org> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii BrianO'Keefe wrote:I have finally worked my way to almost creating a dvd from a .avi file. I have transcoded and recombined the files into an Mpeg and now need to use dvdauthor. I'm following the wiki how-to and I have created the DVD directory as well as copied the script to create the dvdauthor.xml file. When I try to run dvdauthor I get: [EMAIL PROTECTED]:/media/For_Linux/Movies/DVD$ sudo dvdauthor -x dvdauthor.xml Password: DVDAuthor::dvdauthor, version 0.6.11. Build options: gnugetopt magick iconv freetype Send bugs to <[EMAIL PROTECTED]> ERR: Unable to open XML file dvdauthor.xml I've tried running it as user, I've tried running it in the directory above, "Movies" which contains the mpeg file and nothing-same error. What am i doing wrong? Thanks for any help. Brian PS-contents of the Movies directory: DVD dvdauthor.xml dvd_Grave_of_the_Fireflies.mpgNot sure why you need sudo to run dvdauthor, but that's your business... Run the command under strace to find out where it's looking for the file: strace -f dvdauthor -x dvdauthor.xml ------------------------------ Message: 2 Date: Mon, 24 Jul 2006 14:19:31 -0400 From: Robert Sohn <[EMAIL PROTECTED]> Subject: Re: [transcode-users] can't use dvdauthor To: transcode Users Mailing List <transcode-users@exit1.org> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" On Sunday 23 July 2006 5:51, BrianO'Keefe wrote:[EMAIL PROTECTED]:/media/For_Linux/Movies/DVD$ sudo dvdauthor -x PS-contents of the Movies directory: DVD dvdauthor.xml dvd_Grave_of_the_Fireflies.mpgIt doesn't look to me like you are in the Movies/ directory, where the dvdauthor.xml appears to reside. In which case the error you get makes sense :) all the best, grepper ------------------------------ Message: 3 Date: Mon, 24 Jul 2006 23:06:58 -0400 From: Bob Stia <[EMAIL PROTECTED]> Subject: Re: [transcode-users] can't use dvdauthor To: "Transcode_Users" <transcode-users@exit1.org> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" On Monday 24 July 2006 11:25, Phil Ehrens wrote:BrianO'Keefe wrote:I have finally worked my way to almost creating a dvd from a .avi file. I have transcoded and recombined the files into an Mpeg and now need to use dvdauthor. I'm following the wiki how-to and I have created the DVD directory as well as copied the script to create the dvdauthor.xml file. When I try to run dvdauthor I get: [EMAIL PROTECTED]:/media/For_Linux/Movies/DVD$ sudo dvdauthor -x dvdauthor.xmlIf this is your command, I don't think it is correct. I believe it should be (-x dvd.xml) and you don't need a directory. dvdauthor will build one for you with (dvdauthor -o output -x dvd.xml) Creating the directory output where your results will be found.Password: DVDAuthor::dvdauthor, version 0.6.11. Build options: gnugetopt magick iconv freetype Send bugs to <[EMAIL PROTECTED]> ERR: Unable to open XML file dvdauthor.xmlDid you create your dvd.xml file correctly? Post a copy of your dvd.xml file Bob S. ------------------------------ _______________________________________________ transcode-users mailing list transcode-users@exit1.org http://lists.exit1.org/mailman/listinfo/transcode-users End of transcode-users Digest, Vol 20, Issue 27 *********************************************** Thanks again to all of you. Brian |