![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
The Community Cafe The Community Chat area is for lighthearted and enjoyable discussions, like you might find around a water cooler at work. Almost any non-tech-support topic may be discussed here. Discussions on religion and politics are not allowed, except for politics directly related to free and open source issues. Any topic or discussion that causes problems or drama will be closed. This area is intended for fun and community building, not arguments. Please take those elsewhere. Thanks! |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: May 2006
Location: Norway
Beans: 5
Dapper Drake Testing/
|
Need help creating dvd file system
Hi
I downloaded this dvd-rar file and it contains a heap of smaller rar files. When I unpacked the files into a directory it created a lot of files, but no file system with directories. All the files needed for a dvd seems to be in place, including menues, but I guess I need to put the files into some directories to get a real dvd structure that my player can read. Now, can anybody tell me how to create the correct structure and where to put the different files? I have tried different solutions, but still my player refuse to play the dvd. Thanks Teia |
|
|
|
|
|
#2 |
|
Way Too Much Ubuntu
![]() Join Date: Mar 2005
My beans are hidden!
|
Re: Need help creating dvd file system
I guess you have a bunch of files that look like this ? :
Code:
VIDEO_TS.BUP VTS_01_0.BUP VTS_01_1.VOB VTS_01_3.VOB VTS_01_5.VOB VIDEO_TS.IFO VTS_01_0.IFO VTS_01_2.VOB VTS_01_4.VOB Move all the files to VIDEO_TS (AUDIO_TS is only important for compatibility with some finicky old dvd players). Then create the image : Code:
mkisofs -dvd-video -o dvdimage.iso dvd/ Code:
growisofs -dvd-compat -Z /dev/hdx=dvdimage.iso |
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() Join Date: May 2006
Location: Norway
Beans: 5
Dapper Drake Testing/
|
Re: Need help creating dvd file system
Wow it worked
Thanks alot pal you're the greatest Teia |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|