LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   .mpg to dvd directory structure problems (dvdauthor) (https://www.linuxquestions.org/questions/linux-software-2/mpg-to-dvd-directory-structure-problems-dvdauthor-293691/)

LUB997 02-22-2005 11:24 PM

.mpg to dvd directory structure problems (dvdauthor)
 
I'm trying to make a dvd directory structure for a file called final.mpg so that I can burn a dvd of the .mpg file, but it is not working, and I don't understand why.

lub997@linux:/media/usb-storage-3LJ2YW5P0000:0:0:0p1/dvd/white_castle/make> ls
final.mpg movie.ac3 movie.m2v movie.vob
lub997@linux:/media/usb-storage-3LJ2YW5P0000:0:0:0p1/dvd/white_castle/make> mkdir dvd
lub997@linux:/media/usb-storage-3LJ2YW5P0000:0:0:0p1/dvd/white_castle/make> dvdauthor -o dvd final.mpg
DVDAuthor::dvdauthor, version 0.6.10.
Build options: gnugetopt magick iconv freetype
Send bugs to <dvdauthor-users@lists.sourceforge.net>

INFO: dvdauthor creating VTS
STAT: Picking VTS 01

STAT: Processing final.mpg...
ERR: Error opening dvd/VIDEO_TS/VTS_01_1.VOB: No such file or directory
lub997@linux:/media/usb-storage-3LJ2YW5P0000:0:0:0p1/dvd/white_castle/make>


What am I doing wrong? How can I fix it?

CroMagnon 02-23-2005 12:53 AM

I don't think dvdauthor is supposed to be able to take an mpeg file as a command line argument (I could be wrong, but I can't find any mention of doing that in the man page).

What you need to do is create an XML description file. Here's an example from the docs (on my system there are HTML files under /usr/share/doc/dvdauthor):
Code:

<dvdauthor>
    <vmgm />
    <titleset>
        <titles>
            <pgc>
                <vob file="final.mpg" />
            </pgc>
        </titles>
    </titleset>
</dvdauthor>

Create a file called dvd.xml in the directory and use those contents, then do:
Code:

rm -rf dvd
dvdauthor -o dvd -x dvd.xml

(the rm may not be strictly necessary, but if it exists and has any data in it, sometimes dvdauthor will try to append instead of creating the dvd from scratch).

LUB997 02-24-2005 11:30 AM

Still the same error. I dont' have usr/share/doc/dvdauthor, but I do have /usr/share/doc/packages/dvdauthor, which is what I tried.

lub997@linux:~> cd /usr/share/doc/packages/dvdauthor
lub997@linux:/usr/share/doc/packages/dvdauthor> pico dvd.xml
lub997@linux:/usr/share/doc/packages/dvdauthor>
lub997@linux:/usr/share/doc/packages/dvdauthor> su root
Password:
linux:/usr/share/doc/packages/dvdauthor # pico dvd.xml
linux:/usr/share/doc/packages/dvdauthor # ls
. dvd.xml html.dsl manpages.html spumux.sgml
.. examples.html index.html menu.txt TODO
COPYING examples.sgml INSTALL README
dvdauthor.html ex-title.html iso639.sgml root.sgml
dvdauthor.sgml HISTORY languages.html spumux.html
linux:/usr/share/doc/packages/dvdauthor # su lub997
lub997@linux:/usr/share/doc/packages/dvdauthor> cd /media/usb*/dvd/wh*
lub997@linux:/media/usb-storage-3LJ2YW5P0000:0:0:0p1/dvd/white_castle> ls
001-c001 003.vob make
001-c002 004.vob white_castle-001-C001-nav.log
001-c003 005.vob white_castle-001-C002-nav.log
001-c004 006.vob white_castle-001-C003-nav.log
001-c005 007.vob white_castle-001-C004-nav.log
001-c006 008.vob white_castle-001-C005-nav.log
001-c007 009.vob white_castle-001-C006-nav.log
001-c008 010.vob white_castle-001-C007-nav.log
001-c009 011.vob white_castle-001-C008-nav.log
001-c010 012.vob white_castle-001-C009-nav.log
001-c011 013.vob white_castle-001-C010-nav.log
001-c012 014.vob white_castle-001-C011-nav.log
001-c013 015.vob white_castle-001-C012-nav.log
001-c014 016.vob white_castle-001-C013-nav.log
001-c015 017.vob white_castle-001-C014-nav.log
001-c016 018.vob white_castle-001-C015-nav.log
001-c017 019.vob white_castle-001-C016-nav.log
001-c018 backup.rip white_castle-001-C017-nav.log
001-c019 dvd white_castle-001-C018-nav.log
001.vob ifo white_castle-001-C019-nav.log
002.vob logfile.txt
lub997@linux:/media/usb-storage-3LJ2YW5P0000:0:0:0p1/dvd/white_castle> cd make
lub997@linux:/media/usb-storage-3LJ2YW5P0000:0:0:0p1/dvd/white_castle/make> ls
dvd final.mpg movie.ac3 movie.m2v movie.vob
lub997@linux:/media/usb-storage-3LJ2YW5P0000:0:0:0p1/dvd/white_castle/make> rm -rf dvd
lub997@linux:/media/usb-storage-3LJ2YW5P0000:0:0:0p1/dvd/white_castle/make> ls
final.mpg movie.ac3 movie.m2v movie.vob
lub997@linux:/media/usb-storage-3LJ2YW5P0000:0:0:0p1/dvd/white_castle/make> dvdauthor -o dvd -x dvd.xml
DVDAuthor::dvdauthor, version 0.6.10.
Build options: gnugetopt magick iconv freetype
Send bugs to <dvdauthor-users@lists.sourceforge.net>

ERR: Unable to open XML file dvd.xml
lub997@linux:/media/usb-storage-3LJ2YW5P0000:0:0:0p1/dvd/white_castle/make> pico dvd.xml
lub997@linux:/media/usb-storage-3LJ2YW5P0000:0:0:0p1/dvd/white_castle/make> dvdauthor -o dvd -x dvd.xml
DVDAuthor::dvdauthor, version 0.6.10.
Build options: gnugetopt magick iconv freetype
Send bugs to <dvdauthor-users@lists.sourceforge.net>

INFO: Locale=en_US.UTF-8
INFO: Converting filenames to UTF-8
INFO: dvdauthor creating VTS
STAT: Picking VTS 01

STAT: Processing final.mpg...
ERR: Error opening dvd/VIDEO_TS/VTS_01_1.VOB: No such file or directory
lub997@linux:/media/usb-storage-3LJ2YW5P0000:0:0:0p1/dvd/white_castle/make>


All times are GMT -5. The time now is 08:29 PM.