IDVD '08 - image order in Slideshows

Just noticed a big "bug" with iDVD and the image order in Slideshows.
Say you have a folder of images that are number in sequential order, because, I don't know, the photographer wants them presented in the order they were taken in.
If you have iDVD's slideshow window open, and you drag those images from the Finder in to the window, their order is all messed up. I can't even begin to understand what logic the ordering takes when imported using drag and drop.
If you select the images by using the Import menu, they are arranged in the correct order.

+If you have iDVD's slideshow window open, and you drag those images from the Finder in to the window, their order is all messed up.+
I do that all the time. Mine don't get "all messed up." I think iDVD uses the date/time code. Since I prefer them arranged chronologically in most cases, it works for me. Maybe the Import function goes by file name sequence?

Similar Messages

  • IDVD slideshow image order

    I know that you can re-arrange the order of images in iDVD. My question is how can you drag and drop a group of images into iDVD Slideshow, without iDVD changing the original order?
    Even if I drag & drop a folder of images into iDVD, the order is changed.
    Even if I name the files in numerical order, iDVD changes the order.
    Tony

    Thanks, I guess I came across some better luck than others.
    The answer came from my local Mac Club: Use three numbers, e.g.; 001 .jpg - 298 . jpg
    This is similar to iPhoto, except with iPhoto, you are supposed to precede the 3 digits with a name (or letters).
    Go to Russell Brown for an script to batch change your #'s. It's free and quite simple to use. Oh, and duplicate the originals before you godown that road.

  • IDVD Changes Order of Slideshow

    I just installed iLife '06 yesterday, and I tried to use iDVD to make a DVD of some vacation photos. I divided the pictures up into groups of 99, but when I created the first slideshow and imported the media, the software changed the order of my photos. I dragged the 99 jpg files to the "drop" window, but the files, which are named by numberical sequence, appeared in random order.
    Is there a way i can get iDVD to keep the photos in the order that I put them in?

    dragged the 99 jpg files to the "drop" window, but the files, which are named by numberical sequence, appeared in random order. Is there a way i can get iDVD to keep the photos in the order that I put them in?
    You can rearrange the images in the slideshow window by dragging to put them back in the correct order - I know it's more work, but that's the work around.

  • How do you shuffle the image order when creating a new slideshow in apterture 3?  i would like to do this automatically when creating a new slideshow.  i see how you do it when you just play a slideshow.

    how do you shuffle the image order when creating a new slideshow in apterture 3?  i would like to do this automatically when creating a new slideshow.  i see how you do it with presets when you just play a slideshow, but i don't see an option to randomly shuffle the slide order when you create a new slideshow.  i know you can sort it by different fields, but i want it to be random.  thanks.

    If you want to rearrange images in random order you can try an AppleScript:
    retrieve a list of selected images from Aperture
    shuffe the list properly
    create an album in Aperture and add the images from the list to the album (make sure that the album set to be orederd manually)
    Here  is a sample script that shuffles the selected images and displays them in random order in Full Screen Mode:
    on removeItem(ims, i)
      -- remove the item at position "i" from a list ims
              if ims is {} then return {}
              if (length of ims is 1) then return {}
              if i < 2 then return rest of ims
              if (i = length of ims) then return (items 1 thru (i - 1) of ims)
              if i > (length of ims) then return ims -- should be error?
              return (items 1 thru (i - 1) of ims) & (items (i + 1) thru (length of ims) of ims)
    end removeItem
    on shuffle_items(ims)
      -- shuffle the items of the list "ims" randomly
              local numitems, ims_shuffled, nextrest, nextpick, i
              set numitems to length of ims
              if length of ims < 2 then return ims
              set ims_shuffled to {}
              set nextrest to ims
              repeat until nextrest is {}
                        set i to (random number (numitems - 1)) + 1
                        set nextpick to item i of nextrest
                        set beginning of ims_shuffled to nextpick
                        set numitems to numitems - 1
                        set nextrest to removeItem(nextrest, i)
              end repeat
              return ims_shuffled
    end shuffle_items
    on shuffleIms()
      -- retrieve the selected images from Aperture
      -- and display them in random order in full screen mode
              local imageSel, shuffled, i
              tell application "Aperture"
      activate
                        set imageSel to (get selection)
                        set shuffled to my shuffle_items(imageSel)
                        set fullscreen to true
                        if imageSel is {} then error "Please select some images."
                        repeat with i from 1 to count of shuffled
                                  reveal {item i of shuffled}
      delay 3 -- chnage that to the time you want
                        end repeat
                        set fullscreen to false
                        return shuffled
              end tell
    end shuffleIms
    shuffleIms()
    Some more code snippets to go from here:
    To create an album:
                        tell library 1
                                  if not (exists album "shuffledAlbum") then
      make new album with properties {name:"shuffledAlbum", image version:shuffled}
                                  end if
                        end tell
    And to add the images from the shuffled list to the album:
                        repeat with i from 1 to count of shuffled
                                  duplicate item i of shuffled to album "shuffledAlbum"
                        end repeat
    Regards
    Léonie

  • IDVD is stripping most color from my images in my slideshow. Please help!

    I have received so much help from this forum....
    I am running iDVD 7.1.2 and Mavericks 10.9.5.
    So I started an iDVD project about 18 months ago on a different computer.
    I saved the project to an external HDD so I could move it from an iMac with a bad DVD drive to a MacBook with an awesome superdrive.  This has always worked for me.
    But I don't think think that information affects my current problem.... just tossing it out there because sometimes information we don't think is relevant is certainly relevant to a knowledgeable person!
    Fast forward 18 months or so. I open the project on another computer, but iDVD is stripping all but the brightest colors from the images in my slideshow.
    Is this a Mavericks thing?
    I have tried, in numerous variations, even to the point of starting a completely new DVD project and dropping the images into the app..... still the same problem:  all the images are mostly black and white (or gray tones at best), with the occasional colored brightest elements from the original photo.  (It's a cool effect, just not appropriate or desirable for this particular project.)
    I have tried the project on different computers, both with opening a new project and with building a new project.   It just doesn't matter.  The slideshow images lose color.  Except, an interesting caveat is that if I pause the playback, click the previous slide button, then play: the image has full color again.  But subsequent images are again B&WwC.
    I figure it must be something awry with the settings in Wirecast.....
    Thank you so much for any assistance.
    Dee Dee

    Hi
    In what kind of format is Your photos ? .jpg, .tif, .bmp else
    What size are they ?
    How many ?
    How many slideshow set's ?
    You are aware of the 99 photos per serie limit. And 99 series/chapters limit per DVD disk ( not iDVD but DVD-Standard in general ).
    Yours Bengt W

  • Slideshow Image Order of Go AND Problem with Sizing an Accordion Panel

    SLIDESHOW Is there a way to set the start, middle, and end in a slideshow? I have tried arranging the position of the triggers (nothing happened); and moving the targets in the layers panel (again, nothing happened). I would like the slideshow to begin and end with specific slides.
    ACCORDION PANEL Will not allow me to size it smaller than 962 pixels. The content area of the accordion panel is filled with one slide show per panel or tab, and I've checked all of the elements within the slideshow to make sure nothing exceeds 960 pixels. Nothing I can find exceeds 960 pixels, but when I remove all the elements from the content area, BOOM, I can make the panel any width I want.

    Slide show sorting:
    No, Mylenium, you are definitly wrong, You can choose any image order you want within slideshows:
    1. Make thumbnail temporarily visible and drag the thumnail to the position you want.
    or
    2. Identify the slides in layers panel and drag their panel entries to the position you want.
    Accordion panel:
    You can choose whatever size you want – even with a slideshow within:
    You have to make sure, that all element of the slideshow (caption, prev, next, counter) fit within the accordion panel. And – since the single accordeon panels don’t allow individual sizes – you have to make sure, that the content of every(!) accordeon panel does not exceed the size you want.

  • Arranging/Ordering images in a slideshow

    It seems that when I upload images to a slideshow, they play in a random order. Is it possible to have the images appear in a certain order?

    Hi Alanna,
    The images in the slideshow appears in the order they appear in the thumbnails box, unless you have the option to shuffle, checked. Screen shot - http://prntscr.com/3mq8if
    I will recommend that you, in order to arrange them in a certain order, use the thumbnails box and if you are not willing to use the thumbnails in your design then you can disable that once after you have arranged the images.
    - Abhishek Maurya

  • Image order of video slideshow

    I created a photoshop.com video slideshow of an album I created in Photoshop Elements 10. The slideshow played the images in a completely different order than the original album. How can I make the slideshow order match the original album?

    Slide show sorting:
    No, Mylenium, you are definitly wrong, You can choose any image order you want within slideshows:
    1. Make thumbnail temporarily visible and drag the thumnail to the position you want.
    or
    2. Identify the slides in layers panel and drag their panel entries to the position you want.
    Accordion panel:
    You can choose whatever size you want – even with a slideshow within:
    You have to make sure, that all element of the slideshow (caption, prev, next, counter) fit within the accordion panel. And – since the single accordeon panels don’t allow individual sizes – you have to make sure, that the content of every(!) accordeon panel does not exceed the size you want.

  • Controlling image order in photo stream

    I'd like to understand how iPhoto/iCloud controls the order of images in the Photo Stream.  And specifically why does it seem to automatically reorder my images.
    Today I loaded of images into iPhoto from the last two weeks of travel.  The images came from several cameras with different file name sequences and clocks not all in sync.  I created an album with a few hundred and ordered them for continuity but not chronologically.  I then copied all the photos from the album to my Photo Stream, which was empty, and enabled streaming.  After a few minutes of sync, the images appeared on my iPhone, in my desired order.  Perfect.
    Several hours later I noticed that the image order had changed on my iPhone.  I went back to my laptop and found that the image order in iPhoto's Photo Stream had also changed.  (I think something like this happened before with MobileMe and I was able to rearrange images using a browser to access the MobileMe Gallery directly no way to do this with iCloud.)  I'd like to fix the order so that I can give a slideshow.
    I'm using iPhoto '11 version 9.3 on MacOS version 10.7.4.  I'm guessing this has something to do with file names or image chronology but a definitive answer would be appreciated.  Thanks.

    It sounds as though you are using the "set date and time" option instead of the "batch change" option. The set date and time option does indeed add the same amount of time to each photo as you set in the options.
    The batch change option allows you to set the time for the first photo in your selection and then add incremental periods of time according to your choosing to each supplemental photo.
    Note; you must place all the photos in the order you want them and then select them all before applying the batch change option.

  • Using slideshow function yield very fuzzy/soft focus show.  Same images in MS slideshow are sharp.

    When I view a selection of images using the slideshow function in Bridge, (CS6) it significantly softens the focus of every image.  If I view the same images in the MS slideshow viewer, the images, same screen size, of possibly even slightly larger, are very sharp.  Why the problem?  Typically I am working with 3-8 MB files.

    Thanks for your reply and for the link. However, the link addresses the problem for TV appearance while mine was concerned about the playback on my iMac.
    When I burned other DVDs from Keynote, there was no "blurring or fuzziness" with photos or text on playback with my iMac or TV!
    Also, the playback was automatic when the disk was inserted. When the latest one was inserted, the disk icon etc had to be clicked for it to run after which full screen had to be selected as well.
    I do not want to make a DVD from iDVD - just one that will run the slideshow.
    Any other suggestions on burning would be appreciated.
    Vernon

  • Is it possible to place images within Muse slideshow captions?

    I want to caption some headshots- in a slideshow - with a bit of written blurb, plus logo images for the companies they've worked for.
    Thank you!

    You should be able to add images to a slideshow's caption just like you would wrap text around an image in a text frame as described here - http://www.adobekb.com/typography_pt3.html.
    As soon you place an image within the caption, you would notice that it would be placed as an Inline element and the Wrap panel would be activated in order to move the image around the text.
    Thanks,
    Vinayak

  • Drag Image Order within in Grid View or on Filmstrip

    Sure would be nice to to be able grab an image or group of images and drag them to a new location in the grid or filmstrip and be able to drop them there. I thought the whole idea was to be able to make it simple for arranging a slideshow, or organizing images in an order deemed logical to the photographer. Stacks accomplish some of this functionality, but not enough.
    -David

    The best way to do a slideshow is to select all the images to be used and make a Quick COllection or Collection from them. Then one can drag and drop re-order the images in the FIlmstrip or grid for a slideshow.o
    Such sorts can not be done in All Photographs, only in a Collection or single Folder (not a Parent). The problem for this in a Folder is all the images for the Slideshow have to be in the same folder and you end up using the whole folder not just some o fht eimages if you don't want all of them.
    Bst to just make a Collection for a Slideshow. Sliedshow even remembers the settings for that Collection even if you don't create a preset.
    Don
    Don Ricklin, MacBook 1.83Ghz Duo 2 Core running 10.4.10 & Win XP, Pentax *ist D
    http://donricklin.blogspot.com/

  • How to change the images in a slideshow

    What is the best way to change the collection of images in a slideshow?  I realize you can delete images by deleting individual thumbnails, and then add new ones, but that seems rather crude.  If I want to swap out a collection of images in a slideshow and then replace them with a new collection, which may or may not include some of the original images, is there a simpler way to do that?
    And related to that, is there a publish plugin for Adobe Lightroom that allows one to publish from Lightroom to a Muse slideshow?
    Thanks.

    1. Temporarily switch on the thumbnails and drag the thumbnails to a new place.
    2. Locate the slide show in the layers panel (using the magnifying glass at the bottom of the panel) and drag the images to a new place within the slide show.

  • How to delete an image from a Slideshow in Adobe Muse

    In Adobe Muse, I've created a slideshow through Slideshow Options > Add Images. I know how to replace an image, but how do I delete an image from the slideshow? I don't see that option anywhere.
    Thanks.

    It worked - I deleted it from the thumbnails. Thanks.
    On Sun, May 3, 2015 at 12:12 PM, Brad Lawryk <[email protected]>

  • Repeating images and replacing images in a slideshow

    does anyone happen to know if I can select a set of images and basically copy them so that they are duplicated within a slideshow? I have a rotation of an object and I would like the slideshow to show it rotating twice whereas right now it only rotates once. Is there a way to copy the 60 images and paste them within the slideshow (even though they will have similar names) so that I can put them at the end of the first 60? I have a front cover image and a end image so I can't just loop it.
    Is it preferable for me to import the images into Aperture again by copying them into the slideshow?
    Also, is it possible to alternatively /write-over/ images in the slideshow? RIght now I have some images at the front that I would like to redo and I am wondering if I can redo them outside of Aperture and simply copy them into the slideshow and have the old ones written over or if it necessary to delete the old ones and import the new ones...
    thanks for any help with this.
    - Jon

    Hi Gibbah,
    You'd have to place the line with:
    var imageLoader:Loader;
    within the loop.
    Now the same loader is told 5 times to load an image and to
    report when done. Each time overwriting the previous commands.
    With the variable declared inside the loop a new loader is
    created each time.
    In the eventhandler you'd have to point to:
    Loader( e.target.loader ) instead of 'imageLoader'
    apart from that i will aways trace 5 since it is declared
    outside any function and thus reports the last value it was
    assigned. This also means all images will end up at the same
    position.
    hth,
    Manno

Maybe you are looking for

  • How to install the Hyperion workforce and capital?

    I am using version 11.1.1.3, and I want to create the Hyperion planning for workforce and capital, in the planning configuration, I have checked the "Capital" and "workforce". But when I want to create the application, I can only see plan1,plan2,plan

  • Requisition auto-approval in AME

    Hi, Is there a way to handle a scenario with AME where we need to have the requisition auto-approved whenever the amount is less than 1K. I am able to use AME for all other scenarios, where the requistion moves for a different person's approval. But

  • Through a java prog how to execute a unix script ?

    Hi !! I am a Java Developer . I have to work in Unix and Java in combination. Can you plz suggest me a solution for the below queries -- 1. Through a java prog how to execute a unix script. 2. How to send the o/p of the script to a java prog so that

  • Can i use my airport to extend the range of my wireless network?

    I currently have a two wireless networks set up in my home. Network 1 is the wireless router provided by Verizon Fios. It has a stong signal in about half of my home. Network 2 -  I attached my airport to one of the LAN ports in the the back of the F

  • Macbook freezes post snow leopard when attempting to use minidisplay- hdmi

    Previously, the setup worked without a hitch. Have a mini display port to hdmi adapter, then run the hdmi into lcd tv. Under 10.5, always found the tv right away and moved into either dual monitor or mirror mode. Now under 10.6, as soon as I connect