LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-02-2005, 01:05 AM   #1
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Rep: Reputation: 30
error with dvdauthor


hey im using q dvdauthor to make a dvd but when it executes the dvdauthor command i get this error

ERR: No .IFO files to process


the command is :

dvdauthor -x "/tmp/dvd/dvdauthor.xml"

any help please?
 
Old 03-02-2005, 01:14 AM   #2
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
i nfact, when i look at other errors they are:


INFO: [mplex] mplex version 1.6.2 (2.2.3 $Date: 2004/01/13 20:45:26 $)
INFO: [mplex] File /tmp/dvd/Main Menu VMGM/menu.m2v looks like an MPEG Video stream.
**ERROR: [mplex] File unrecogniseable!
**ERROR: [mplex] Unrecogniseable file(s)... exiting.


hope this can help someone help me
 
Old 03-02-2005, 01:21 AM   #3
linuxzealot
Member
 
Registered: Feb 2005
Distribution: Gentoo
Posts: 57

Rep: Reputation: 15
Is that the latest version of mplex?
 
Old 03-02-2005, 01:29 AM   #4
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
i believe so

I somehow fixed it ( i think i got the upgraded version cause i resintalled it using an RPM) and now iget this error:

it seems to work but when it tries to burn it on a dvd iget this error:

WARN: Partial sector read (1236 bytes); discarding data.
STAT: VOBU 0 at 0MB, 1 PGCS

/home/mark/temp/execute.sh: line 3: 7221 Segmentation fault /usr/bin/dvdauthor -x "/home/mark/temp/Unnamed/dvdauthor.xml"
Executing 'mkisofs -dvd-video /home/mark/1// | builtin_dd of=/dev/hdd obs=32k seek=0'
INFO: UTF-8 character encoding detected by locale settings.
Assuming UTF-8 encoded filenames on source filesystem,
use -input-charset to override.
mkisofs: No such file or directory. Faild to open /home/mark/1///VIDEO_TS/VIDEO_TS.IFO
mkisofs: Can't open VMG info for '/home/mark/1//'.
mkisofs: Unable to parse DVD-Video structures.
mkisofs: Unable to make a DVD-Video image.
:-( write failed: Input/output error
 
Old 03-02-2005, 01:45 AM   #5
linuxzealot
Member
 
Registered: Feb 2005
Distribution: Gentoo
Posts: 57

Rep: Reputation: 15
Found this on a board solved the guys problem

Quote:
As I read from the log you maybe use the VIDEO_TS dir as source but you should use the directory which contains the VIDEO_TS directory.
 
Old 03-02-2005, 02:17 AM   #6
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
hmm ok
now this is the error i get =\

INFO: [mplex] mplex version 1.6.2 (2.2.3 $Date: 2004/01/13 20:45:26 $)
INFO: [mplex] File /tmp/dvd//Main Menu VMGM.m2v looks like an MPEG Video stream.
**ERROR: [mplex] File unrecogniseable!
**ERROR: [mplex] Unrecogniseable file(s)... exiting.
/tmp/execute.sh: line 3: /tmp/dvd//Main Menu VMGM.mpg: No such file or directory
DVDAuthor::dvdauthor, version 0.6.11.
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 table of contents
ERR: No .IFO files to process
Executing 'mkisofs -dvd-video /home/mark/1/ | builtin_dd of=/dev/hdd obs=32k seek=0'
INFO: UTF-8 character encoding detected by locale settings.
Assuming UTF-8 encoded filenames on source filesystem,
use -input-charset to override.
mkisofs: No such file or directory. Faild to open /home/mark/1//VIDEO_TS/VIDEO_TS.IFO
mkisofs: Can't open VMG info for '/home/mark/1/'.
mkisofs: Unable to parse DVD-Video structures.
mkisofs: No such file or directory. Faild to open /home/mark/1/VIDEO_TS//VIDEO_TS/VIDEO_TS.IFO
mkisofs: Can't open VMG info for '/home/mark/1/VIDEO_TS/'.
mkisofs: Unable to parse DVD-Video structures.
mkisofs: No such file or directory. Faild to open /home/mark/1/VIDEO_TS//VIDEO_TS/VIDEO_TS.IFO
mkisofs: Can't open VMG info for '/home/mark/1/VIDEO_TS/'.
mkisofs: Unable to parse DVD-Video structures.
mkisofs: Unable to make a DVD-Video image.
:-( write failed: Input/output error



ive been playing around all night and nothing seems to work

Last edited by minm; 03-02-2005 at 02:21 AM.
 
Old 03-02-2005, 02:25 AM   #7
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
hmm in fact i dont even have the VIDEO_TS.IFO in my VIDEO_TS folder

how would i go about making one?
 
Old 03-02-2005, 02:34 AM   #8
linuxzealot
Member
 
Registered: Feb 2005
Distribution: Gentoo
Posts: 57

Rep: Reputation: 15
Here is a decent link, could prove useful
http://dvd.chevelless230.com/index.html

Oh try running this for the VIDEO_TS.IFO
Code:
dvdauthor -T [-o dir]

Last edited by linuxzealot; 03-02-2005 at 02:40 AM.
 
Old 03-02-2005, 02:54 AM   #9
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
do i include the [ ]? and how about the directory? will this be the temp or the dvd one?
 
Old 03-02-2005, 03:21 AM   #10
linuxzealot
Member
 
Registered: Feb 2005
Distribution: Gentoo
Posts: 57

Rep: Reputation: 15
Create ifo files via dvdauthor

dvdauthor -T -o ~/DVD
 
Old 03-02-2005, 12:44 PM   #11
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
k, i type that and i get this:

mark@linux:~> dvdauthor -T -o ~/DVD
DVDAuthor::dvdauthor, version 0.6.11.
Build options: gnugetopt magick iconv freetype
Send bugs to <dvdauthor-users@lists.sourceforge.net>

INFO: dvdauthor creating table of contents
ERR: No .IFO files to process
mark@linux:~>
 
Old 03-03-2005, 04:52 PM   #12
linuxzealot
Member
 
Registered: Feb 2005
Distribution: Gentoo
Posts: 57

Rep: Reputation: 15
Alright, this is what you do

dvdauthor -o ./DVD new_file.mpg

dvdauthor -T -o ./DVD

good luck!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with dvdauthor Maes Linux - Software 2 09-20-2005 01:46 AM
dvdauthor and spumux question --> Help! CrooningTard Linux - Software 4 06-17-2005 08:17 PM
Where is dvdauthor -T option documented pwalden Linux - Software 2 06-17-2005 04:09 PM
spumux dvdauthor error Johng Linux - Software 2 02-16-2005 07:49 AM
Compiling DVDAuthor iab941 Linux - Software 1 07-26-2004 03:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration