Making Clone of DVD?

I burned a DVD of a music video i made, and i need to make a copy but i no longer have the iDVD file or the fcp file for that matter because my external drive crashed. I cant figure out how to do this.
I have already tried inserting the iDVD made dvd and clicking open to view the Video and Audio folders, which i assume i just need to burn to another DVD, but OSX will not allow me to copy and paste the folders to a burn folder. Only allows me to copy/paste alias.
Any thoughts?

Click here and follow the instructions.
(35062)

Similar Messages

  • Director 12 is too slow making clones from 3D models

    Why is Director 12 so slow making clones from 3D models? 
    It takes 2 minutes to make 1200 clones from 10 very simple 3D models.  And that's only part of the game initialization time. 
    The complete game initialization takes 3.5 minutes, including the above 1200 clones, plus other 3D cloning, and other data init.
    Users won't wait that long for a game to start.
    Please help me out with this.
    Here's the Lingo clone initialization code:
    <pre>
    on initItem nameModel, numModels
      -- every clone has the same shader
      nameShader = "Shader"
      -- init this base model
      -- gObj global points to the source 3d-model cast member
      iModel  = gObj.model(nameModel)
      iShader = gObj.shader(nameShader)
      iModel.transform.rotation = vector(0,0,0)
      iModel.transform.scale    = vector(1,1,1)
      iModel.visibility = #none
      iModel.shaderList[1] = iShader
      iShader.diffuse  = rgb( 0, 0, 0 ) 
      iShader.emissive = rgb( 0, 255, 0 )
      iShader.transparent = FALSE
      iShader.flat = TRUE
      gObj.modelResource(nameModel).lod.bias = 50.0
      -- create a list of clone models -
      if( numModels > 0 ) then
        cloneList = []
        repeat with i = 1 to numModels
          ranStr = getRandomString( nameModel )
          iClone = iModel.clone( ranStr )
          -- add and set available flag to clone
          iClone.userData.addProp( #available, TRUE )
          cloneList.append( iClone )
          -- make clone a child of the rendering group: gGroup
          gGroup.addChild( iClone, #preserveWorld )
        end repeat
        -- add to the model the #clones property and the clone list
        iModel.userData.addProp( #clones, cloneList )
      end if
    end initItem
    </pre>

    @necromanthus,
    I use clones for things like non-player-actor models, missiles, and bullets, all of which must be memory-resident in real-time.
    When clones are needed, I pull them from the free pool, make them visible, and transform them as required. 
    When done with the clones, I make them invisible and return them to the free pool.
    In my testing of Director 12, making clones in real-time when they are needed is much too slow for an action game, like a shooter.
    The total init time I gave earlier includes many other things besides making clones, but clone making is 40% to 50% of my total init time.
    Here's my cloning code after the optimizations -- Note: shader init was removed from initItem(), and the inner loop is now minimal:
    on initItem nameModel, numModels
      -- gObj is global pointer to 3D cast member
      -- gGroup is global pointer to rendering group
      iModel = gObj.model(nameModel)
      iModel.transform.rotation = vector(0,0,0)
      iModel.transform.scale    = vector(1,1,1)
      iModel.visibility = #none
      iModel.userData.addProp( #available, TRUE )
      iModel.shaderList[1] = gObj.shader("ModelShader")
      gObj.modelResource(nameModel).lod.auto = TRUE
      gObj.modelResource(nameModel).lod.bias = 10
      gGroup.addChild( iModel, #preserveWorld )
      if( numModels > 0 ) then
        cloneList = []
        repeat with i = 1 to numModels
          iClone = iModel.clone( nameModel & i )
          cloneList.append( iClone )
        end repeat
        iModel.userData.addProp( #clones, cloneList )
      end if
    end initItem

  • Making Duplicates from DVD not files saved

    I have been reading a lot of the discussions and I think I am understanding that after making a DVD from iMovie I can delete all files. I am making movies from stills in iPhoto so I keep the original photos. Can I just duplicate at a later time the DVD for more copies? I do not anticipate making any changes.
    I have not deleted anything yet.

    Can I just duplicate at a later time the DVD for more copies? I do not anticipate making any changes.
    If you are simply wanting to be able to make clones in the future then you can copy one of your finished DVDs using Disc Utility, which has full instructions on http://docs.info.apple.com/article.html?artnum=42724
    Therefore keep at least one master backup copy or use Disc Utility to create the disc image and keep it on a hard disc if you have the space.

  • Making more complex dvds in iDVD

    I have a lot of short animations that I want to use to create a dvd for the students who made them.
    They are on different topics (some are stop motion projects, some are Flash animations, some are Monty Python-style animations, etc.) so I want to create a dvd where the main menu screen has 4 or five main headers (chapters? directories?) and each one of those can then be clicked on to reveal another page with a menu list of individual animation projects, and then each animation could be clicked on and played as desired.
    Is this possible to do with iDVD? If so, can anyone please advise me on how to do it or where to search for instructions on making a dvd with such a structure?
    Thanks a lot for any advice.

    Something is very wrong with your iDVD! Your experience is certainly not the norm!
    I cannot speak to how iDVD works with Snow Leopard, but since iDVD has not been updated since the 08 version, I doubt that Apple focused on making sure it would be ok in SL.
    The difficulties you describe with adding audio clips and changing fonts should not be happening if iDVD is working properly. If you are using audio that is not AIFF, you might try changing to that, but you still have the problem with the fonts.
    The themes are set and you cannot change the way they work. Themes that have submenus within them are designed to give consistency to your DVD's look. You cannot have a main theme and then select submenu themes that are different.
    If you use themes from earlier versions of iDVD-- that have just the one main screen design, you may be able to select another different theme that does have submenu options for your submenus.
    If you are going to go ahead and try again to get iDVD to work for you in 10.5.8, you might consider creating a new iDVD project. I recommend that you delete iDVD's preference file before opening iDVD: Home/Library/Preferences/com.apple.idvd.plist
    Drag the plist file to the trash. iDVD will open a new one when you reopen it.
    I would also do Repair Permissions on your computer's drive, using Disk Utility.
    If you are satisfied with the iDVD project itself, either your original one or a new one, I recommend that you create a disk image file of it before burning to DVD disk. Creating one looks like the burn process and the encoding takes just as long, but the end result is a disk image file, not a burned DVD disk.
    You now have a self-contained file of your iDVD project. You can safely move, change, rename, or delete any/all of the media used in the projects without losing the ability to burn DVDs of this iDVD project in the future. A disk image file can be moved to an external drive or another computer. It is a backup for DVDs, and it saves drive space (if you delete the original media).
    Once the disk image file is successfully created, you can use it to test out how your project will play. By clicking on the file to mount it, and then opening the application DVD Player, you can see if it plays correctly. This is not the same as iDVD's Preview function, which will not always show you if there are problems.
    If the disk image file plays fine, then use it to burn your DVD disks via Disk Utility.
    These disks should play on most set-top players, as well as on most computers.
    The brands of DVD disks usually recommended here are DVD-R Verbatim, Maxell and Taiyo Yuden. I think Sonys are ok, too. I have used them without problems. Burning at 4x or less is the recommended slow speed, but burning at 1x or 2x might be better for you.
    Yes, DVDSP has a steep learning curve, but in the end, it might give you the options you want to do, if you are willing to spend the time and effort to learn how to do all of it.

  • Making episode based DVD in Premiere Elements?

    Sorry, but this isn't a Photoshop Elements question, but there's no Premiere Elements section.
    I notice all the DVD templates are for movies, that is they have a play movie button that plays ALL scenes, and then a scene menu separate scene menue that allows you to start the movie from specific scenes.
    I want a way of making an episode based DVD, where there is no single play button on the main menu, nor is there a scene menu, but intead is a series of buttons on the main menu each of which plays a separate video, and each video played stops at the end of that video, and does not procede to play any of the others. I would actually like to make it replay a given video when it gets to the end (allowing for indefinite running of a particular video), instead of stopping and going back to the main menu.
    If it is possible to do this in Adobe Premiere Elements, please let me know. Thanks.

    Thanks guys for your help. However I discovered that I don't need to buy new software to accomplish this. I found that there a powerful customization technique I can use for fully editing the DVD menus in an Adobe Premier Elements DVD menu template/preset.
    I discovered that the DVD menu templates, while not editable in Premiere Elements, can in fact be edited in Photoshop or Photoshop Elements, as they are just PSD files. The names of the buttons are layer groups and the specific naming conventions of the layers tell Premiere Elements how to handle them. For example, any button who's graphics are in a layer group who's name starts with "(+^)" is a button that takes you back to the first page of the Main Menu (the quotes aren't actually part of the layer name, so remember when customizing the buttons in Photoshop, to not use those quotes, I just used them to demark the text that appears in the layer name). Any layer group with a name that starts with "(+*)" corresponds to a button that starts playing a video at a Main Menu Marker on the timeline. Any layer group who's name starts with "(+-)" corresponds to a button that causes playing of the movie starting at the first frame (and removal of this makes the DVD behave just like a DVD with a series of TV episodes). Any layer group who's name starts with "(++)" corresponds to a button that goes to the scenes menu (which of course contains buttons that start playing a movie starting at a Scene Marker. And "(+>)" and "(+<)" correspond to buttons on the main menu that navigate go forward and backward through pages of the main menu (or if they appear in the Scenes Menu then they navigate forward and backward through pages of the scenes menu).

  • Hard drive backup/clone using DVDs?

    Im looking to replace the standard 60gb hard drive on my Ti, with one of the Hitachi Travelstar 100Gb drives. I'd like to clone my hard drive so that I can then copy it over to the new Hitachi drive once its installed. I have seen mention of a few programs that enable you to clone your hard drive and its settings etc but they seem to require an external hard drive to do this.
    I dont have such an external unit so i'm wondering is it possible to spread the back-up over a number of DVD's? I have 40Gb on my hard drive so i'd imagine i'd need to use around 10 DVD's in total.
    Can anyone tell me a step by step guide as to how I can do this?
    Cheers

    Firewire is better as you can 'Clone' the internal drive and the external will then be bootable. If the internal drive ever critically fails you can boot from the external.You could do either methods you suggest but the first would be safer. Put the new drive in the Enclosure; Clone it across using Carbon Copy Cloner and then swap the drives.
    The small expense of the Firewire HD enclosure will be offset the first time you think you've lost a file and it's still there on your external back-up drive!
    regards
    mrtotes

  • Making an Informational DVD using Final Cut or Keynote??

    I am making an informational movie but including graphs, flash video maybe, pictures, charts, and more. I want it to end up as a DVD with chapters so it can be navigated through also. As a newbie to all of this should I use Final Cut or Keynote to accomplish this. The video is basically someone sitting and informing people by reading text which gets boring so including the other materials as well either in the form of a side window like Keynote does or voice over a picture like Final Cut. Any suggestions?? Thx

    If you want a DVD as the end result you have to convert any Keynote parts to video at some point.
    Keynote exports to H264 by default -which does not work in Final Cut Pro. be sure to choose a format that does from the video export menu in Keynote.
    For a list of those formats -see FCP's Easy Setup menu.

  • Problem Making Copies of DVD

    Hi all,
    I just burned a DVD using iDVD and gave it to a friend who was going to make 30 copies of it using equipment he has.
    Unfortunately it didn't work. His computer (not sure what kind of equipment he has) gave him a "read error" and was not able to continue. He said the only time he's seen that happen was when he's tried to copy a DVD from Blockbuster, so presumably when a DVD has some kind of copywrite protection. Does iDVD put such "protection" in?
    He also mentioned that it took about 4 hours to read the DVD (only to fail at the end) when normally reading a DVD (before churning out copies) takes about 15minutes.
    My workflow here is at a standstill. And I don't know what to do.
    Cyrus

    Cyrus,
    It sounds like burn error-rate problems. Discs burned at high speeds (over 4x) may have a level of burn errors that make them difficult for some readers to read.
    iDVD offers no control over burn speed and will burn discs at the lowest of the rated disc burn speed or burner speed rating. This can easily be 8x or higher with new equipment.
    To burn at a lower speed you must 'burn' to a disk image (an option under FILE in iDVD) and then use Apple's Disk Utility or Roxio's Toast to actually burn the disk image to writable media. Both offer burn speed choices. I recommend burning at no more than 2x for maximum compatability.
    F Shippey

  • Making Copies of DVDS

    I recently used Costco services to transfer a 16mm movie to DVD. (The movie was a college project. The copyright is my own.) Now I want to make additional copies of this DVD for friends and family and I cannot. When I tried using Toast to input the movie to my HD, where I would then use iMovie to do some additional editing, then transfer back to iDVD, the Costco DVD is "copy-protected"! I can't make any additional copies. I'm a bit stunned. This is MY movie.
    Anyway, does anybody have any suggestions on how to import the project to my HD?
    Thanks in advance.
    Rich Green

    Toast will make a 'cloned' copy without any conversion if that is all you want.
    If you want to convert back to DV for further editing, try changing the permissions on the TS folder in Get Info (Finder). If you are successful, then you need to convert the VOB files back to DV which iMovie is designed to handle. For that you need mpegStreamclip:
    http://www.apple.com/downloads/macosx/video/mpegstreamclip.html
    which is free, but you must also have the Apple mpeg2 plugin :
    http://www.apple.com/quicktime/mpeg2/
    which is a mere $20.
    Another possibility is to use DVDxDV:
    http://www.dvdxdv.com/NewFolderLookSite/Products/DVDxDV.overview.htm
    which costs $25.

  • Making 5.1 DVD in DVD Pro

    Hi,
    Do you know how to make a 5.1 surround sound DVD in DVD PRO?
    Thanks
    Elad

    When I was looking to do the same I didn't find a tutorial, but cobbled together the how to from various sources. Some things I learned:
    DVDSP will be a 5.1 project if the aac audio is a 5.1 mix. The key is how to get a 5.1 mix. I used STPro which can output an aac track directly (no need for compressor). There are a number of steps inside Soundtrack to configure and output 5.1 inclusing setting each track to 1-6 output, setting the bus to 1-6 outputs and setting the master output as 1-6.
    It's also possible to setup FCP for 5.1. As above I used STPro.
    Hope that helps.
    -Bill

  • Aperture 3 goes crazy when making clone or skin smoothing adjustments

    Hi,
    When I am editing in Aperture 3 all is well until I start to make skin smoothing or clone/repair adjustments to an image. It fills the screen with a garbled preview that looks something like this.
    I've run the Apple Hardware Test, Memtested my ram and there are no hardware issues. No other applications exhibit this problem. Any help would be appreciated.

    Allen,
    Early 2011 MBP
    2 Ghz I7
    16gb ram
    Amd HD 6490M 256mb
    OS X 10.8.1
    System Drive is OCZ Vertex 4 256GB SSD 170gb free
    2nd internal drive is Hitachi 500GB 7200 RPM with 187gb free
    Library is located on 2nd drive although I have tried it on the SSD and it still reacts in the same fashion.
    Thanks,
    K

  • When making back up dvds, which do I choose?

    Aa I make back-up CDs or DVDs of my favorite images, does it matter if I make them large JPEGs, Tiffs or...?  Not sure I understand the advantages or disadvantages of the options.  thanks.

    I'd make backups of whatever files you have on your hard drive, without doing any sort of export. The originals you shot and then imported into Ligthroom, whether RAW, DNG or JPEG, are going to be the highest possible quality.
    In general terms, though, TIFFs are higher quality (they have lossless compressions, meaning that they are the exact same - pixel for pixel - as the original. As a result, though, they tend to have a much larger file size. JPEGs are compressed (the program saving to JPEG might degrade the quality just a bit - or a lot - to make the file size significantly smaller).
    So, if you want to keep the highest-possible quality and don't care much about file size, go with TIFF. If you need to keep file size down and don't mind sacrificing just a bit of quality, go with JPEG.
    Hope that helps - if you have any other follow-up questions let us know.

  • Making 'mask' for DVD face graphic

    I'm trying to figure out how to make a circle (the outside border of the DVD face graphic), with black that bleeds to the edges of the square template.
    If I make a straight circle, add a line, and expand the line, it doesn't quite reach the edges of the square.
    If I make a black jpeg, and drop in a mask, the mask makes transparent the outside of the circle, which is the opposite of what I want. How can I make the circle transparent, and the outside of the circle - to the edges of the template - black?
    All ears,
    Ben

    Ben Low wrote:
    How can I work in CMYK in Pages (is it possible)? I've seen the little slider I can set to CMYK, but it doesn't seem to affect the overall image ... I'm not sure how to use it. I want to be able to select my colors from a CMYK color swatch. Or be able to set the 'project' to a mode: CMYK (as in Photoshop).
    That's out of my area. Someone can help with that, but you might as well post it as a new question.
    How can I know what ppi, or dpi, Pages is working in?
    Except for graphics you may add that have a fixed number of pixels, Pages output is vector graphic, which is to say it is mathematically described, and scales to whatever size is needed.
    When I 'print' a PDF file, I get a PDF that I can zoom in 2000% and it's still sharp as a razor. When I open this PDF in any Adobe Reader \ app it comes up as a CMYK (even though Pages was obviously in RGB), thus my colors don't match the original Pages project. (Maybe that's why I want to be able to work in CMYK in Pages, so I don't have to worry about weird conversions happening after the fact...)
    Again ask someone else about the colors.
    And thank you for that most efficient and exactly-what-I-wanted-to-do answer. Much much appreciated...
    Oh, and what color was the circle shape? Or was there a color fill? Or was it just the outline of the shape, with no fill?
    I put a Square on a blank Page Layout page, made the fill black, set the size to 4" square. I added a Circle shape and set the Line to None using the Format Bar. Set the size and position of the circle.
    File > Print > PDF > Open in Preview.
    Select just the black Square with the selection tool. Then Tools > Crop, Edit > Copy, File > New from Clipboard. File > Save (to Desktop).
    Drag the cropped PDF file into your Pages document, then Format > Instant Alpha. Click in the center and then hit Return and you're done.
    Jerry

  • Making of a DVD

    I make *.MTS videos in the format of 1280x720. When I output the video (PR Pro CS6) using Encore CS6 to produce a DVD it outputs in the format 720x576. Is there a way I could maintain the 1280x720 format?

    TommyKovacs wrote:
    Is there a way I could maintain the 1280x720 format?
    No. The DVD specification is 720x576.
    Regards
    Axel

  • Chapter markers not making it to DVD SP

    Hi everybody. I don't see chapter markers I expected to find in my DVD SP project. This was my first time placing chapter markers in FC and it was my understanding they would appear in the DVD SP timeline. Here's my workflow:
    I exported a sequence from FC that had four chapter markers using 'quicktime movie'/current settings/not self contained/'include DVD SP markers'. Opened in compressor and exported at best settings for 90-minute film for SD DVD with 'include DVD SP metadata' selected. (should I have also selected 'include chapter markers only'?)
    I brought the clip into DVD SP and placed it into track one. No markers. Do I have to do something to make DVD SP find the markers? Have I made a mistake?
    Note: the chapters show up when I open the .mov file in Quicktime but not when I open the M2v file in Quicktime.

    In FCP, how did you create the Chapter Markers? The proper way is to hit the m key twice, then click the CHAPTER button. The markers HAVE TO BE on the Timeline - not on the clips (deselect any clips BEFORE adding Chapter Markers).
    -DH

Maybe you are looking for

  • Help and Support screen popping up unbidden

    Just recently, the HP "Windows Help and Support" screen keeps popping up unbidden, so I have to keep closing it. Very annoying. What can I do about this?

  • How can I get my MyNotes data back?

    I have been using MyNotes for years. Liked it. Backed up regularly on Time Machine as well as boot clones every so often. I am using version 1.5 on OS 10.6.8. Today on opening all the data is gone. I tried repairing permissions, rebuilding the direct

  • Link URL containing feed: is not displayed correctly in the status bar

    When a link contains feed: in the URL, it is not displayed correctly in the status bar. The actual URL is a href="feed:http://www.....com/feed/" but the URL shown in the status bar is feed://http//www.....com/feed/ IE8 shows the correct URL in the st

  • Image not appearing in the Web Parameter Form

    Hello Folks, I have image in the Parameter form, which is not showing up in the Web Parameter Form. I had set up the "REPORTS_PATH" also and still not appearing. Any clue greatly appreciated.. Thanks, Senthil

  • Can't login to iTunes

    Hi everybody. Been struggeling with a problem the last week that has no resolution. I have a ".Mac family pack", now "Mobile Me family pack". The conversion to "Mobile Me" has gone smoothly, except for one thing. 10 days ago my kid brother bought a i