View Full Version : HOWTO: Create ISO from DVD Vob Files
kverde
February 5th, 2006, 09:44 PM
How to make a dvd iso from a /directory/ with VIDEO_TS and AUDIO_TS directories:
mkisofs -dvd-video -udf -o dvd.iso /directory/
All filesnames must be in capital letters. If you are using FAT32, you need to add shortname=mixed to the filesystem.
krusbjorn
February 7th, 2006, 04:50 PM
Thanks a lot, I needed this.
rado_london
February 8th, 2006, 08:40 AM
It gives me that error:
rado@linux:~$ mkisofs -dvd-video -udf -o dvd.iso /media/cdrom/
INFO: UTF-8 character encoding detected by locale settings.
Assuming UTF-8 encoded filenames on source filesystem,
use -input-charset to override.
mkisofs: Unable to make a DVD-Video image.
How can I avoid this?
fletch331360
February 11th, 2006, 04:18 PM
i get the same error. anyone know how to fix this?
rado@linux:~$ mkisofs -dvd-video -udf -o dvd.iso /media/cdrom/
INFO: UTF-8 character encoding detected by locale settings.
Assuming UTF-8 encoded filenames on source filesystem,
use -input-charset to override.
mkisofs: Unable to make a DVD-Video image.
thanks
terry98
February 11th, 2006, 07:21 PM
i think that error is because you're trying to make the dvd iso in a read-only directory (/media/), try moving the directtory containing the VIDEO_TS and AUDIO_TS to a folder writable, like /home/"your user"/
johnswb
October 19th, 2008, 10:58 AM
one word -- AWESOME!
naknak987
October 26th, 2008, 10:35 AM
I get this error.
naknak987@naknak987-desktop:~/Desktop$ mkisofs -dvd-video -udf -o dvd.iso /dvd/
I: -input-charset not specified, using utf-8 (detected in locale settings)
genisoimage: No such file or directory. Invalid node - '/dvd/'.
I would very much like this to work, and now I feel like I'm just a step away. :(
EDIT: I'm a dork. I figured it out, This worked for me. mkisofs -dvd-video -udf -o dvd.iso /home/naknak987/Desktop/dvd/
jameshoo
November 15th, 2008, 02:36 AM
:popcorn: Now I can watch Bob Marley!!!
:) Thanks you
fballem
November 15th, 2008, 03:04 AM
thanks!
binbash
December 2nd, 2008, 11:13 PM
Thanks, i was looking for this command
st4rk3
January 29th, 2009, 06:58 AM
Can anyone help me with this,
I want to make the dvd form in the same folder it came from, it is sending it to my home folder but there isn't enough space for it.... its a dvd9. Anyhelp would be appreciated.
pumpkins2go
May 21st, 2011, 03:51 PM
For a GUI method you could use Shrinkta, AKA DVD Movie Backup. It's there in the Ubuntu software center.
Set it to open a file instead of a DVD disc, browse for the folder containing VIDEO_TS and AUDIO_TS, click "open". Then on the next screen click "backup". It will produce an .iso image of the files. This must then be burnt as an image (NOT a data DVD). Nearly all burning apps. are able to do this.
pumpkins2go
May 21st, 2011, 03:59 PM
sorry, posted above again by mistake
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.