Creating an ISO file from a bunch of BUP, IFO, VOB files

Hi
First, i want to apologize to all of you if my question is already answered somewhere, i did a search before.
I have a bunch of BUP, IFO, VOB files (from an entire DVD) that i would like to burn into a single .ISO file.
I am looking for the best software to do this. I would have used ImgBurn on my PC i guess... But with my iMac?
Thanks a lot for your much appreciated help!
Mopito

Mopito wrote:
if my question is already answered somewhere, i did a search before.
Yes, the question has been answered before, several times.
The only difference is that you want to create an ISO image, which usually means a raw disk image from another OS (eg, Win or Linux), although Mac OS X can attach or burn such an image.
If you want to create a DVD-Video disc image, then you must use a tool specifically designed for it, if you want to use the image to create DVDs which will play in stand-alone DVD players. That's because such DVDs require a rigid disc layout.
If you want to go commercial, you can use Toast or NTI DragonBurn. Otherwise, Burn, suggested by Alberto Ravasiomay also be a good solution (I'm not sure if it can save disc images, rather than burn them). Other solutions are
DVD Image Utility
<http://geek.thinkunique.org/2007/07/17/dvd-image-utility/>
or, if you can handle the command line,
mkisofs
<http://cdrecord.berlios.de/private/cdrecord.html>
(part of the cdrtools kit)
You can also have a look at
Disco
<http://discoapp.com/>
LiquidCD
<http://www.maconnect.ch/>
Both can burn DVD-Video; I'm not sure if they can save as a disc image.
J D McIninch wrote:
Start Disk Utility
DU (or hdiutil) can create an ISO image, and, if it's used to burn to DVD, the disc can be played on computer DVD drives. But it will not play on most stand-alone DVD players, because of the layout issue I mentioned above. Hence, it's not a good idea to use it to create a DVD-Video disc image.

Similar Messages

  • How to create xml file from Oracle and sending the same xml file to an url

    How to create xml file from Oracle and sending the same xml file to an url

    SQL/XML (XMLElement, XMLForest, XMLAgg, etc) and UTL_HTTP.
    Whether that works for you with the version of Oracle you have, your requirements, and needs is another story. A little detail goes a long way.

  • How do I get files from multiple DVDs that are using thesame file names?

    How do I get files from multiple DVDs that are using thesame file names? Message says "file already exists in catalog"
    Message was edited by: marcr56

    marcr56
    I am viewing your question from different perspective, that is, the issue that you face when you are ripping VOBs from a second DVD-VIDEO on DVD disc using Premiere Elements,
    It is best to give the Premiere Elements version and computer operating system that it is running on. In the absence of that, I will generalize.
    Assuming that you are using
    Premiere Elements 12
    Add Media
    "DVD Camera or Computer Drive"
    Video Importer
    Typically the Video Importer Save In: is C:\Users\Owner\Videos
    Each of your DVD discs is going to have the same names for the ripped VOBs (VTS_01_1.VOB and so on depending on the duration of the movie). Consequently, after the ripping of the first DVD's VOBs and their save to Videos, you will end up with that "files already existing..." block for the ripping of the VOBs from the second DVD.
    The answer is, for each DVD disc VOB ripping, to plan ahead and create and set for different folders in Videos in the Save In field of the Video Importer.
    Please review and then let us know if that works for you. Please do not hesitate to ask if you need clarification on anything that I have written.
    Thank you.
    ATR.

  • If you delete files from your computer, BlackBerry Link deletes the file or collection from your device?

    I found the below description from the help of BlackBerry Link, however i never get it work.
    Any one know whats wrong or what i need to set?
    About deleting music, pictures, videos, and documents?
    After you sync your music, picture, video, or document files between your computer and your BlackBerrydevice, if you delete a file or a collection of files, the following actions occur:
    If you delete files from your computer, BlackBerry Link deletes the file or collection from your device.
    If you delete files from your device, BlackBerry Link doesn't delete the file or collection from your computer.
    For information about how to delete a file from your device, tap the Help app on the home screen of your device.

    Hey hkfoolman,
    Welcome to the BlackBerry Support Community Forums.
    Thanks for the question.
    Go into BlackBerry Link and click on the BlackBerry and then click on Options.  Make sure you have Music, Pictures, Videos and Documents checkmarked for synchronization.  Once these are checked, try to remove the files.
    Let me know if you have any more questions.
    Cheers.
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • How to make Finder NOT to show files from a specific folder in "All My Files"?

    Hello!
    Can someone please advice how to make finder NOT to show files from a specific folder in "All My Files"? See the attach - I recently installed Civilization 5 from Steam and now I have a lot of unneeded files (*.log and *.ini) shown in  All My Files colder in Finder.
    I don't want to see them. Any advise?

    Using "All my Files" was very handy before all this rubbish popped up. =(

  • Good afternoon ladies and gentlemen!   My question concerns the impossibility to open RAW-files directly from the program Adobe Bridge. At the moment when you open a RAW-file from Adobe Bridge by double-clicking, RAW-file is opened only in Photoshop. In t

    Good afternoon ladies and gentlemen!
    My question concerns the impossibility to open RAW-files directly from the program Adobe Bridge. At the moment when you open a RAW-file from Adobe Bridge by double-clicking, RAW-file is opened only in Photoshop. In the settings Adobe Bridge - in "open RAW-files by double-clicking in Adobe Camera Raw» box is checked. When you try any changes in the settings Adobe Bridge system displays a message:
    Bridge's parent application is not active. Bridge requires that a qualifying product has been launched at least once to enable this feature.
    The entire line of Adobe products on my computer updated to the latest updates. Previously, a family of products Adobe Photoshop on your computer is not set. Computer - PC, Windows 7 Enterprises.

    <moved from Adobe Creative Cloud to Bridge General Discussion>

  • How to capture a .gif file from a spectrum analyzer and save the file in PC

    I want to capture a .gif file from a spectrum analyzer and save the file in PC, but I've got a problem when read data from the instrument. I'm not sure how to format the string got from the instrument , When I use "%s" or "%t" as the read string format the data got from the instrument is truncated.
    my code are as follows, could anyone tell me where i am wrong?
    char resultsArray[5000];
    viPrintf(hSpectrumInstr, ":MMEMTORCR 'CICTURE.GIF'\n");
     viQueryf(hSpectrumInstr, ":MMEMATA? 'CICTURE.GIF'\n", "%t", resultsArray);
     printf("%s", resultsArray);
     getchar();       
    Solved!
    Go to Solution.
    Attachments:
    readResult.docx ‏50 KB

    char resultsArray[5000];
    viPrintf(hSpectrumInstr, ":MMEMTORCR 'CICTURE.GIF'\n");
    viQueryf(hSpectrumInstr, ":MMEMATA? 'CICTURE.GIF'\n", "%b", resultsArray);

  • I accidentally deleted some files from iCloud, how do I recover the files if I do not have other backup or in time machine

    I accidentally deleted some files from iCloud, how do I recover the files if I do not have other backup or in time machine

    You don't.

  • Can I share files from other programs or just Adobe apps files. I work with Final Cut and Premiere X

    Can I share files from other programs or just Adobe apps files. I work with Final Cut and Premiere X.? Need to share files up to 6GB.
    I need to know if the 20 gb limit is about all that I share, or if it's just about whatis in the clouds. If I take, recover my limit?
    The speed of upload e download is good?

    The Creative Cloud file storage could be used for video assets but speed and performance might vary based on location. I would suggest you testing it out yourself using your Adobe ID before subscribing. Performance would not change after you joined.
    -Dave

  • I have different music files all over three computers. Everytime I connect my iPod to one of these computers it transfer the music files from that computer but delete the music files that I already have in my iPod. I want all my music in my iPod.

    I have different music files in three computers.
    Everytime I connect my iPod into one of these computers it transfer the music files from that computer but delete the music files that I already have in my iPod.
    I want all my music in my iPod.
    What I need to do?
    Thanks!

    I haven't researched it and I don't claim to know everything about iTunes, but it has always been my understanding that you can only use one computer per iPod, but you can have multiple iPods per computer. From what I understand, this is to prevent illegal sharing and whatnot.

  • What adobe app can decode files with extensions bup, ifo, vob?

    What adobe app can decode files with extensions bup, ifo, vob?

    >bup, ifo
    Nothing... those are part of the file structure of a DVD
    >vob
    This is the actual video on a DVD... so Premiere Elements or Premiere Pro

  • Vob bup ifo irs files that will not delete

    Hi, this is a dirty little problem. I need help to remove these files. When I attempt to remove them I am given an advisory saying 'I dont have sufficient privilidges to remove' even though I am the administrator. The files are large .bup, .ifo, .vob and .irs that I want off my PB12. I have tried everything I can think of, including file/get info/and changing properties. Anyone got any ideas????

    Guys, I was almost there and now I've fixed it. The solution was in the File/Get Info detail. I did not realise that you can change individual file rights but it does not allow you to delete unless you change the rights to the folder in which the files are held. In fact if you just change the folder rights it gives you the option to change the rights to all files contained within. If i'd figured that at the start it would have saved a few hours of my life on this planet. But hey ho, as its Mac I'll forgive. PS Jobs; the iPhone is simply outstanding.

  • Unable to mark the box 'create Multi-page PDF from page tiles' when saving to pdf-file

    I am running Illustrator CS3 on a Mac OSX 10.5.8
    I want to print a very large illustrator-file (1000 mm x 900 mm) across mutliple pages of A4-paper (5 x 5 sheets of A4-paper) by saving the file as a multi-page pdf file.
    I first followed the instructions provided here:
    http://helpx.adobe.com/illustrator/kb/create-mutli-page-pdf-illustrator.html
    When I then tried to save the file: -> File -> Save as -> 'choose .pdf from drop-down menu'
    I get to this menu:
    I am unable to mark the box that says: 'Create multi-page pdf from page tiles'. I have made a red arrow pointing to the box I want to mark.
    I have tried changing the other drop-down menus inside this menu, to see if the box I want to mark could become available, but without any luck.
    I am not sure what I am doing wrong. I would be grateful if anyone could help me set my settings right to allow me to create such a multi-page pdf-file.
    Thanks in advance for your help

    Your ps file should be good, the problem likely resides elswehere. Maybe in your acrobat install, distillers settings. what error did distiller give?
    Mine ran good and got a multi page document, here is a screenshot to help you troubleshoot.
    On mac go to system preferences / print and fax / and change your default printer if you have another option. I know sounds like this should not help, but there are problems like Illustrator for example not making .pdfs if you do not have a printer chosen or an old or corrupt .ppd assigned.

  • Create CD iso's from a DVD

    Is it possible to take a DVD disc and create CD iso's to use in a laptop that doesn't have a DVD drive?

    I guess you could transfer the DVD.iso to the laptop using cd's (tar the dvd contents to several chunks not exceeding 700MB) or other types of storage and then mount the DVD.iso without burning it to a DVD (directly from your hard drive)
    Zl.

  • Creating windows .bat file from within an oracle .prc or .sql file

    I am currently converting a series of batch jobs on a windows server to use an Oracle db rather than a MS sql server db. In ms sql, I could call \mssql80\binn\isql and it allowed me to pass in .prc files and have a .bat file returned. the .bat file is then executed in the calling bat to set variable value returned in the sql call...
    I am thinking I can spool a bat file, however, i do not know how to populate this file with the literals and query values needed to create the bat file which sets values used for further processing in the original calling bat file...
    Does that make sense? any help is greatly appreciated.

    Hi,
    There can be various ways to do this.
    First and simple way is simply spooling out the batch file. Suppose you have a .sql file with all the queries, run the .sql from DOS prompt like this,
    c:\> sqlplus -s username/password@tnsname @mysqlfile.sql
    the contents of mysqlfile.sql can be,
    rem ---------------------
    set echo off feedback off head off
    spool c:\batch_files\mybatch.bat
    select 'start \w ' || win_app_name from mytable ;
    spool off
    rem ----------------------
    exit
    So, you can get the batch file created with desired name in desired directory. The '-s' mentioned in the sqlplus command is important.
    There is another difficult/tedious way, but that can give you exact output. With UTL_FILE package you can write an operating system file from pl/sql code, stored procedure/package. Its look more like C-language code, but is usefull. So, write a sql or stored procedure and create the batch file. For that matter, you can write any type of file, just you can write whatever you want to a file.
    Cheers

Maybe you are looking for

  • Help with new Airport Extreme (and network name) not recognizing Time Capsule and other Airports in the home

    I had a Time Capsule running in an AV Cabinet and it made too much noise as it backed up and ruined soft/quiet music passages (and created far too much warmth as well).  So, I visited the local Apple store and the guy I met worked through a few solut

  • Poor image quality when displaying OLE Word object in PDF

    MS Word 2007 OLE object in Crystal Reports XII R2 designer...looks OK in designer.  When we export to PDF, the image quality has been degraded significantly.  Anybody had this issue before?  tried replacing usp10.dll with one found in CommonFiles fol

  • Problem installing flash 9 (nothing new I'm sure)

    cuttin to the chase, bought a mac secondhand off a friend with mac os x 10.2.8 on it (explains why such an old version of os x). been trying to upgrade the flash player (which is currently...6 i believe) to 9. have gone through the adobe site and fol

  • Very slow computer

    I have a MacBookPro since june06; it came with only 512MB and still has 512. My problem is: I've had all kind of computers since early 90's but I think I've never had a computer so slow. It takes time for everything: opening simple applications like

  • Zipping /Unzipp both current directories and subdirectories using zlib java

    Hi Guys any one provide me code for zipping and unzipping directory contains a subdirectories..using zlib java It is very urgent ..please send me the code.............. consider.. folder name is input for zipping and zipfile name is input for unzippi