Speed up slide show?

Anyone know any way to get the iPod to play a slideshow at maximum speed, other than setting it to manual advance and clicking a lot? One slide every 2 seconds ain't fast enough for me when I want to review all the slides in a folder...
TIA for any help or pointers to help.
AL-PowerBook G4   Mac OS X (10.4.6)   30GB iPod Video (5thGen)

I don't think you can in the free version Isabel.
Cheers

Similar Messages

  • Controlling Speed In Slide Shows???

    Is there a way to control the speed in which the pictures move through the slide show? I feel that the initial setting is to quick.
    White MacBook Core 2 Duo / Mac OS X v10.4 / 2GB RAM / 2GB iPod nano   Mac OS X (10.4.9)  

    ligastar,
    Cyclosaurus covered this for us back in October of last year:
    Mark

  • Bug in full screen slide show: Speed-values under 1.0 don't work, they will be zero. Maybe a german problem because of ","?

    I wan't to do a full screen slide show with changing images under one second. But this doesn't work because every value under 1 will be 0. Maybe this is a german problem because we use "," instead of a ".". But I can't use ".", the field doesn't allow this. Is there a workaround or a bugfix?
    Thanks

    With any SSD, step #1: make sure the firmware is current.
    How you clone or install the OS also can differ.
    Linc has a 2008 and 10.8.2 but then I would expect his system to be rock solid. Same cannot be said for more than a few 3,1 owners that... all the issues with power management and panics vanish if they go back or dual boot and keep both, when they use 10.6.8 instead. And of course ML and Lion dropped support for PowerPC code, drivers - a good reason to do a clean install and not carry any older apps, drivers and plugins with the new system.

  • Problem with jquery slide show conflict with vertical navigation menu in Firefox & Chrome

    Problem with jquery slide show conflict with vertical navigation menu in Firefox & Chrome. Works in IE. This is my first time trying to post a question - so please be kind. I am also not good with code and am finding css a real challenge after learning to design based on tables. I'm using CS5.
    The "test" page with the slide show is: http://www.reardanwa.com/index-slides.html   The same page without the slide show is http://www.reardanwa.com/
    I realize the images are not ideally sized - I'll fix those once I get the pages to function.  Maybe I need a different slide show? I would prefer a widget that I can modify to required size & postition. Again - I'm not good at building with code from scratch.
    The problem is the naviagation links that are directly next to the slide show do not work in Firefox of Chrome. They do work in IE.
    I've read about using jQuery.noConflict(); code but can't figure out the correct way to use it in my case or whether that's even part of the solution. I know my code is not well organized as I have cobbled together from various sources in an attempt to format the page the way the client wants it. Also, FYI, I will eventually try to make the page work in Surreal CMS.
    I've spent sevaral days over the last several weeks trying to solve sth slide show/navigation conflict - so any specific light you can shed will be much appreciated.
    Thanks in advance.
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Reardan Area Chamber of Commerce</title>
    <meta name="description" content="home page for Reardan Area Chamber of Commerce" />
    <meta name="keywords" content="Reardan WA, chamber of commerce" </>
    <script src="scripts/jquery-1.6.min.js" type="text/javascript"></script>
    <script src="scripts/jquery.cycle.all.js" type="text/javascript">  </script>
    <script type="text/xml">
    </script>
    <style type="text/css">
                                  #slideshow { 
                                      padding: 10px;
                                            margin:0; 
                                  #slideshow-caption{
                                            padding:0;
                                            margin:0;
                                  #slideshow img, #slideshow div { 
                                      padding: 10px;
                                      background-color: #EEE;
                                      margin: 0;
    body {
              font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
              background: #004B8D;
              margin: 0;
              padding: 0;
              color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
              padding: 0;
              margin: 0;
    h1, h2, h3, h4, h5, h6, p {
              margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
               /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    .left
    position:absolute;
    left:0px;
    .center
    margin:auto;
    width:95%;
    .box
              position:relative;
              left:-90px;
              width:950px;
              height:350px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
              z-index:1000;
    .slide{
        position:absolute;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
              border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
              color: #42413C;
              text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
              color: #6E6C64;
              text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
              text-decoration: none;
    /* ~~this fixed width container surrounds the other divs~~ */
    .container {
              width: 960px;
              min-height:900px;
              padding:5px 0px 0px 0px;
              background: #E8F8FF;
              margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
              background: #E8F8FF;
              padding:10px 5px 0px 5px;
    .sidebar1 {
              float: left;
              width: 225px;
              margin: 60px;
              color: #FFFF0D;
              background: #595FFF;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
              padding: 5px 5px 0px 5px;
        border: 3px solid #F7F723;
        z-index:-1;
    .sidebar2 {
              float: left;
              width: 275px;
              color: #FFFF0D;
              text-align: left;
              background: #595FFF;
              padding-bottom: 10px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border: 3px solid #F7F723;
        z-index:2;
    .sidebar3 {
              float: left;
              width: 275px;
              color: #FFFF0D;
              text-align: left;
              background: #595FFF;
              padding-bottom: 10px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border: 3px solid #F7F723;
        z-index:3;
    .content {
              padding: 0px 0px 0px 0px;
              width: 780px;
              float: left;
              background: #E8F8FF;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
              padding: 0px 15px 5px 10px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
              list-style: none; /* this removes the list marker */
              border-top: 0px solid #FFFF66; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
              margin-bottom: 50px; /* this creates the space between the navigation on the content below */
              font: Arial Black, Verdana, , Helvetica, sans-serif;
              font-size:1.3em;
              font-weight:bold;
              z-index:2;
    ul.nav li {
              border-bottom: 0px solid #FFFF66; /* this creates the button separation */
              font: 120%/1.4 Arial Black, Verdana, , Helvetica, sans-serif;
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
              padding: 3px 0px 5px 0px;
              display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
              width: 185px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
              text-decoration: none;
              color: #FFFF0D;
              background: #595FFF;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
              background: #595FFF;
              font: 120%/1.4 Arial Black, Verdana, , Helvetica, sans-serif;
              color: #FFFFFF;
    /* ~~ The footer ~~ */
    .footer {
              padding: 10px 0;
              background:  #595FFF;
              color: #FFFF0D;
              position: relative;/* this gives IE6 hasLayout to properly clear */
              clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
              float: right;
              margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
              float: left;
              margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
              clear:both;
              height:0;
              font-size: 1px;
              line-height: 0px;
    -->
    </style>
    </head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header -->
      <a href="#"><img src="images/Chamber-Logo-2.gif" alt="Reardan Chamber Logo" width="187" height="163" hspace="10" vspace="5" align="top" /></a><img src="images/Reardan-Chamber-Title.gif" width="476" height="204" alt="Reardan Area Chamber of Commerce, Dedicated to Preserving and Enhancing Area Businesses" /><p></p>
      <p style="color: #F00">This Site is under construction! Please pardon our dust as we create!</p>
      </div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="about.html">About Us</a></li>
          <li><a href="history.html">Reardan History</a></li>
          <li><a href="activities.html">Activities</a></li>
          <li><a href="business.html">Business<br />
            Directory</a></li>
          <li><a href="about.html">Join the<br />
            Chamber</a></li>
           <li><a href="links.html">Links<br />
      <span style="font-size: 85%">Tourism</span><br />
          </a></li>
        </ul>
         <!-- end .sidebar1 --></div>
    <br />
    <br />
    <br />
    <br />
    <div class="box" +"slide">
      <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow
                               slideshowAddCaption=true;
    $(window).load(function() {
      $('#slideshow').cycle({
                        after:                              slideshowOnCycleAfter, //the function that is triggered after each transition
                        autostop:                              false,     // true to end slideshow after X transitions (where X == slide count)
                        fx:                                        'blindX',// name of transition effect
                        pause:                              false,     // true to enable pause on hover
                        randomizeEffects:          true,  // valid when multiple effects are used; true to make the effect sequence random
                        speed:                              100,  // speed of the transition (any valid fx speed value)
                        sync:                              true,     // true if in/out transitions should occur simultaneously
                        timeout:                    5000,  // milliseconds between slide transitions (0 to disable auto advance)
                        fit:                              true,
                        height:                       '300px',
                        width:         '525px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshowOnCycleAfter() {
              if (slideshowAddCaption==true){
                                  $('#slideshow-caption').html(this.title);
    // EndOAWidget_Instance_2559022
      </script>
      <div id="slideshow">
        <!--All elements inside this will become slides-->
        <img src="images/100_1537.jpeg" width="600" height="450" title="caption for image1" /> <img src="images/Parade-2011-2.jpg" width="300" height="225" title="caption for image2" /> <img src="images/100_1495.jpeg" width="600" height="450" title="caption for image3" />
        <div title="sample title"> Images for slide show will need to be re-sized to fit box to avoid distortion</div>
        <img src="images/beach4.jpg" width="200" height="200" title="caption for image4" /> <img src="images/beach5.jpg" width="200" height="200" title="caption for image5" /> </div>
      <!--It is safe to delete this if captions are disabled-->
      <div id="slideshow-caption"></div></div>
    <div class="sidebar2" "anotherClass editable"><p align="center"><strong>Chamber News</strong><br />
    Local News item
    <br />
    Another New item</p>
      <p align="center">lots of news this week<br />
        <br />
        <br />
        <br />
      </p>
    </div>
    <div class="sidebar3" "anotherClass editable"><p align="center"><strong>Upcoming Events</strong></p>
      <div align="center">    <a href="activities.html" style="color: #FFFF0D">Community wide yard sales</a><br />
        <br />
        <br />
        <br />
        <br />
      </div>
    </div>
    <div class="content"><br />
    <br />
    </div>
    <div class="footer">
            <p align="center"><span style="font-size: small">Reardan Area Chamber of Commerce</span><br />
              <span style="font-size: x-small">[email protected]  - 509.796.2102</span><br />
            </p>
            <!-- end .footer -->
    </div></body>
    </html>

    If you DO want the slideshow overlaping the navigation try the below css:
    .sidebar1 {
        float: left;
        width: 225px;
        margin: 60px 0px 60px 60px;
        color: #FFFF0D;
        background: #595FFF;
        border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        padding: 5px 5px 0px 5px;
        border: 3px solid #F7F723;
    .box {
    float: left;
    margin-left:-60px;
    width:700px;
    height:350px;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;

  • This is my first time using iphoto, I am trying to make a slide show that I can then burn to a dvd. The slide show is complete, but I'm not sure where to go now. Can I burn the slide show from iphoto or do I have to export to imovie or idvd?

    I have completed the slide show i am making, but not sure what to do now. I want to burn it to a dvd, but not sure if i can do that from iphoto or do i need to export to imovie or idvd? If i need to export, will iphoto save a copy in iphoto? This may be really stupid, but I don't see an obvious way to save my slide show in iphoto. Please Help!

    Export the slideshow out of iPhoto as a QT movie file via the Export button in the lower toolbar.  Select Size = Medium or Large.
    Open iDVD, select a theme and drag the exported QT movie file into the open iDVD window being careful to avoid any drop zones.
    Follow this workflow to help assure the best quality video DVD:
    Once you have the project as you want it save it as a disk image via the File ➙ Save as Disk Image  menu option. This will separate the encoding process from the burn process. 
    To check the encoding mount the disk image, launch DVD Player and play it.  If it plays OK with DVD Player the encoding is good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    If iDVD was not preinstalled on your Mac you'll have to obtain it by purchasing a copy of the iLife 09 disk from a 3rd party retailer like Amazon.com: ilife 09: Software or eBay.com.  Why, because iDVD (and iWeb) was discontinued by Apple over a year ago. 
    Why iLife 09 instead of 11?
    If you have to purchase an iLife disc in order to obtain the iDVD application remember that the iLife 11 disc only provides  themes from iDVD 5-7.  The Software Update no longer installs the earlier themes when starting from the iLIfe 11 disk nor do any of the iDVD 7 updaters available from the Apple Downloads website contain them. 
    Currently the only sure fire way to get all themes is to start with the iLife 09 disc:
    This shows the iDVD contents in the iLife 09 disc via Pacifist:
    You then can upgrade from iDVD 7.0.3 to iDVD 7.1.2 via the updaters at the Apple Downloads webpage.
    NOTE:  If you're running iPhoto 9.5 the export options will be different.
    OT

  • IPhoto '08: How can I copy an album or slide show to another computer?

    Hi,
    I want to take a slideshow of a trip that I put music to and move it from my iBook to my new iMac so I can use iDVD to make a DVD of the slideshow (since I can't burn DVDs on my iBook). I have TONS of pictures from this trip, so it would really be a pain to cull through them again, even though all of the photos are on both computers.
    Is there any way to copy a slide show (or an iPhoto album) to another computer via an external hard drive? I looked in the iPhoto Help and couldn't find anything on the subject.
    Thanks for any advice! I promised some tripmates I would send them a DVD of my photos back in October, so I'm starting to feel guilty!
    Karin

    Karin:
    Here is one way to create the DVD:
    1 - on your iBook with the slideshow ready to do use the Share->Send to iDVD menu option.
    2 - once the slideshow is compiled into a Quicktime movie and is exported to iDVD, quit iDVD without saving.
    3 - look inside your Movies folder for the QT movie that was just created.
    4 - copy that movie file to your iMac.
    5 - open iDVD on your iMac, select a theme and add a slideshow to the menu window with the "+" button at the bottom.
    6 - open the slideshow editing window by double clicking on the slideshow button or text in the menu.
    7 - drag the QT movie into the slideshow window on the left. This will let iDVD scale the QT movie to the TV safe area so non of the movie is lost to the TV overscan that will occur if the movie is added directly to the menu.
    8 - once the iDVD project is ready use the File->Save as Disk Image to save the project as a disk image. This allows you to mount the disk image and play it with DVD Player to confirm that the encoding went as it should and there are no typos in the menu or title (my biggest error).
    9 - when ready to burn use Disk Utility to burn, at the slowest speed possible, to a DVD-R disk.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • What's the Best Free Software to create slide shows?

    Hi,
    I have to edit a movie on FinalCut ProX that includes beside interviews,  a lot of photographs.
    I usually animate them using the program it self (transform features and motion) but it takes too long.
    Could someone advice me if there is any application available and free that I can download from the Internet?
    I've tried Picassa which is Ok but a bit too simple with not too many templates.
    It has to be an application that permits to export the slide show and use it further in The FinalCut Pro X project.
    Thanks a Lot!

    JBRVideoProductions wrote:
    IPhoto is still too poor for its visual graphics editing options.
    What does that mean?
    JBRVideoProductions wrote:
    Have you used Motion by chance?
    Yes.
    Motion can do a lot of amazing things. But if you're looking for speed ("FCPX…takes too long") and templates, you need to look elsewhere.
    Perhaps you should download the Lightroom trial.
    Or for a dedicated slideshow app, Foto Magico.
    Best of luck.
    Russ
    Russ

  • When I try to burn my slideshow.mov to a dvd disc, it will burn but when i put it in the dvd player it says 'disc error'. I have burned it thru iDVD before but forgot how to do it and it won't do it now. The slide show is on my desktop

    when I try to burn my slideshow.mov to a dvd disc, it will burn but when i put it in the dvd player it says 'disc error'. I have burned it thru iDVD before but forgot how to do it and it won't do it now. The slide show is on my desktop

    Rather than burn directly to disk follow this workflow to help assure the best quality video DVD:
    Once you have the project as you want it save it as a disk image via the File ➙ Save as Disk Image  menu option. This will separate the encoding process from the burn process.
    To check the encoding mount the disk image, launch DVD Player and play it.  If it plays OK with DVD Player the encoding is good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.

  • I would like to create a slide show and then burn to a DVD.  I may be interested in adding music.  Should I use iPhone, iMovie or a simple Powerpoint?

    I am going to be creating a slide show and then burning it to a couple of DVDs.  I have used PPT in the past for simple slide shows for speaking engagements, but I am interested in adding music to this slide show.  What is the best/easiest application to use?  iMovie, iPhoto or Powerpoint?
    Thanks!
    Mike

    burning it to a couple of DVDs
    Is it your intention to create video DVDS that can be played on TV sets via DVD players?  If so you'll need a video DVD authoring application like iDVD.
    Export the slideshow out of iPhoto as a QT movie file via the Export button in the lower toolbar.  For iPhoto 9.4.3 and earlier select Size = Medium or Large. For iPhoto 9.5 and later selct 480p.
    Open iDVD, select a theme and drag the exported QT movie file into the open iDVD window being careful to avoid any drop zones.
    Follow this workflow to help assure the best quality video DVD:
    Once you have the project as you want it save it as a disk image via the File ➙ Save as Disk Image  menu option. This will separate the encoding process from the burn process. 
    To check the encoding mount the disk image, launch DVD Player and play it.  If it plays OK with DVD Player the encoding is good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    If iDVD was not preinstalled on your Mac you'll have to obtain it by purchasing a copy of the iLife 09 disk from a 3rd party retailer like Amazon.com: ilife 09: Software or eBay.com.  Why, because iDVD (and iWeb) was discontinued by Apple over a year ago. 
    Why iLife 09 instead of 11?
    If you have to purchase an iLife disc in order to obtain the iDVD application remember that the iLife 11 disc only provides  themes from iDVD 5-7.  The Software Update no longer installs the earlier themes when starting from the iLIfe 11 disk nor do any of the iDVD 7 updaters available from the Apple Downloads website contain them. 
    Currently the only sure fire way to get all themes is to start with the iLife 09 disc:
    This shows the iDVD contents in the iLife 09 disc via Pacifist:
    You then can upgrade from iDVD 7.0.3 to iDVD 7.1.2 via the updaters at the Apple Downloads webpage.
    OT

  • Using export slide show from iphoto, I am trying to create a DVD of photos and vid clips in large format. The vid clips do not work using burn software. Any idea?

    Using export slide show from iphoto, I am trying to create a DVD of photos and vid clips in large format. The vid clips do not work using burn software. Any idea?

    Have used large format, but using the 'burn' software, I am not getting seamless video quality on DVD even though I am burning at 2* speed. Any ideas? Do I need better software? Or is there a problem with the SuperDrive?

  • Slide show loop and quality

    Hi, help! I have to put together a couple of slide show presentations for a kiosk type setting, I will have a 2 DVD players available. I will have one presentation with music and about 95 slides and the other presentation of over 100 slides with music. I don't want to leave my Mac unattended while we are in meeting but need the slide show to loop continuously while in the meetings. I know how to make a slide show in IDVD and IPHOTO, but not sure if I can make them loop or is there any other software that would be better or any advice. I need the best quality photos also. My last slideshow presentation using IDVD looked a little less then professional in photo quality. Thanks in advance and do covet the wealth of knowledge out there.

    You can set a a slideshow in an iDVD project to automatically play and loop. Go to the Map mode and drag the the slideshow into the far left (blue) bin.
    Click to view full size
    To loop selet the slideshow in the Map mode and use the Advanced menu.
    Click to view full size
    You will only be able to have one slideshow per disk play and loop so you will need to iDVD projects resulting in two burned discs.
    The slideshow with 95 slides will not present a problem but with the 100+ slideshow you can run into a pause at slide #100. That's because the DVD standard is only 99 chapters per slideshow and each slide, when created from still photos, is a chapter. iDVD gets around this limitation by renumbering the slides back to #1 when it reaches 99. At that point some DVD players will pause briefly or stop. A lot depends on the DVD player being used. Of course if you create the slideshow in iPhoto and export it to iDVD as a Quicktime movie file using the Share->Send to iDVD menu option the pause will not be a problem.
    If you plan on using your laptop or Mac to play the slideshow you won't even have to burn the iDVD project to disk. Just use the File->Save as Disk Image, mount the disk image and play it full screen with DVD Player. If you need to create a disc of the project then burn to disc with Disk Utility at the slowest speed available to assure the best burn quality. Always use top quality media: Verbatium, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.

  • Exporting and I photo slide show to IDVD

    I am trying to expoert a slideshow from Iphoto to IDVD the problem is that I have 2 songs on the slide show but after the export only one song will play. the slide show continues after the first song but not the music? I like the auto ken burns effect and the titles that I can include in iphoto so perfer to stay with that program to create the slide show instead of starting in iDVD. Any suggestions would be apprecated.

    Hi PKColorado,
    You find find at least two other threads pertaining to this topic right here on this page.
    Only one song exporting with Slideshows
    Right now, this seems to be a know problem/bug. There have been some work-arounds. Don't know if the problem is with iPhoto, Quicktime or a combo of both.
    -From Bob Worthington: re-ripping the cuts I wanted as background music for the DVD as a single cut in iTunes. I then made a playlist containing the one extended cut of music.
    -Old Toad: share to Quicktime from iPhoto and then import the resulting movie into iMovie you can extract and delete the audio from the video and add the two songs to the video and save.
    Quicktime Pro-open the movie and bring up the Movie Properties menu window. In the top window select the audio track and delete it.
    If you want more than one song you'll have to join them together with iMovie or some other application. Then open that joined file with QT Player. Then do a select all and copy. Now go to the QT window of the movie and select the Edit->Add to Movie menu option. You don't want to scale it because it will change the play speed of the audio unless it's time is exactly the same as the movie.
    You could go the other way, open the movie, select all and copy, and then past with scaling to the audio. That will change the speed of the movie and transitions to fit the audio track. In this case the resulting video file will have the name of the audio track file that you started with.
    You may have to play with it a bit to get exactly what you want. Be sure to work with copies of all the media files for the project.
    -Peter Burtwistle: I opened the Qt movie that iPhoto makes when you export to iDVD and removed the sound track.
    Then made a new soundtrack by opening all three songs in QT, then cutting and pasting them together.
    Finally use QT Pro's 'Add to Movie" option to add the soundtrack to the original movie.
    This worked well and was fast to do too.
    -Joe Lombardo: I ended up having to extend the songs by 20 seconds so I brought them all into GarageBand and made some edits. Then I exported them all to iTunes as a single track and used that for the slideshow
    As an addendum to Bob Worthingtons solution. Create your playlist in iTunes.
    burn the playlist to CD. Import into iTunes using the option to join tracks. Now use this tract for your slideshow.
    Lori

  • Help on iWeb or Slide Show

    Hi All, Hoping I can get some guidance on a project. My cat died recently and we're creating a history of his life to announce to his family & friends. At first, I created a PowerPoint Presentation using Office Mac 2008. It came out great; 28 slides. One problem, it's 35 MB, so it is too large to attach to an e-mail; whether Yahoo or Gmail.
    Next step was to reduce the size of the file, that did not work nor did compression: still too large. Oddly, I've received work PP Presentations far larger as e-mail attachments, but apparently Yahoo & Gmail have a 25MB per file limit.
    So, I got the idea to export PPP as a movie. Yeah, hope. Hope dashed as movie large was still 31 MB, and if I go any smaller, no one in their right mind can see it.
    So, then I thought to create as slide show in iPhoto, then export as movie. Ultimately, same issues with regard to size.
    Now, I'm in iWeb thinking to create a web page to hold the movie or slide show. Well, the iMovie is greater than 10 MB and it won't drag into the iWeb movie page. Yet, I can drag in the slide show, but it appears on a photo page.
    So, now I'm in iWeb, with a photo page, with all the slide pics in order. I clicked on the "play slideshow" to see how it would work, but it does not appear to work, unless I double click on one pic and then go each next pic using the "next" icon.
    The last step would be to insert the music I had, but when in iWeb, I do "insert" go to "choose" the music list opens right up, pick the song. A new box opens and says "drag pic here." Only one pic will drag in, not all.
    1) Is there an easier way to add running music to all the slides?
    2) If so, can I time the music to each slide as I was able to do in iPhoto slide show suing "adjustments?"
    3) Is there an easier way to simply accomplish what I'm trying to do, as this is getting maddening how you simply cannot post 28 small slides, most are pics.
    Any feedback is welcomed,
    Thanks

    QTK & Old Toad,
    Big Thanks Guys, it all worked out. I followed QTK when I was initially responding and began to understand how to make it work. I joined Mobile.me and uploaded my QuickTime Movie. Then gave it a trial run both at me.com & as if I was sending the link to others.
    Yea! it worked! Old Toad, your additional info is great as I was giving thought to size and how some in the rural areas may not have fast connection speeds. My cuz in Missouri just watched it and said all was good.
    What all this has taught me is certainly how to interact both MS Office Power Point ( I have MSOffice for Mac 2008) and iPhoto. I utilized PP to create a base slideshow, adding text to slides, sizing of the pictures, timing the music, etc., as PP appears to allow much more creativity & modifications, font colors, styles, etc. Then Export the PP Presentation as jpegs to a subfolder. Then import those jpegs into iPhoto to create the slideshow. While it was a process over a few days, it was well worth the learning. And, why some may roll their eyes and say "Ovey, he could have done it this simply" I feel empowered learning the long route as I usually can visualize the concept and flow, but sometimes have weaker skills on the computing side.
    Again, much thanks!!!!!

  • Burning a Slide Show

    I did a slide show of a childrens' book with narration and music backing that I dropped in as mp3 files. Preview and everything went fine. I went to output and followed the instructions for burn to media and got a message that said Adobe had to, well..basically crash. I used a CDR as blank media, both data and music. Do I need a blank DVD-R in order to use the option where I can view or show it on a TV set w/DVD player? Also, I tried as an option to save as a PDF(it's the first option they show in the output window). That went haywire, played only the first slide with sound, took forever to go to next slide, no sound, etc. Any thoughts? Thanks very much in advance for your help!

    What do you want to do with the slideshow?  Play it on a TV set?  If so then you have to use the Share ➙ iDVD menu option to create a video DVD with iDVD.
    Once you have the project as you want it in iDVD save it as a disk image via the  File ➙ Save as Disk Image  menu option.  This will separate the encoding process from the burn process. 
    To check the encoding mount the disk image and launch DVD Player and play it.  If it plays OK with DVD Player the encoding was good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    If you only want to create a Quicktime movie file of your slideshow and burn that to disk the use the Export button at the bottom of the slideshow window
    and select the size you want for the slideshow in the following window:
    Finally export to the Desktop and burn to a disk from the Finder.
    OT

  • Lightroom 5.7 slide show crashing

    I just moved Lightroom 5.7 to an I mac retina.  Overtime I try to use the slide show module, it preps the slide show, then crashes once it begins the show.  It was working well on my old iMac 27 in.  Any suggestions?  Running latest Yosemite operating system and 32 gigs RAM.  Also noticed the slow processing speed in develop mode which I saw reported in other posts. 
    Thanks
    Mark

    Just got another error message...  This one happened in tandem with the CameraRaw.dll error
    Faulting application name: lightroom.exe, version: 5.7.1.10, time stamp: 0x547e35e8
    Faulting module name:ntdll.dll, version: 6.3.9600.17630, time stamp: 0x54b0e17a
    Exception code: 0xc0000005
    Fault offset: 0x0000000000037e69
    Faulting process id: 0xf18
    Faulting application start time: 0x01d04e3503ec1db5
    Faulting application path: C:\Program Files\Adobe\Adobe Photoshop Lightroom 5.7.1\lightroom.exe
    Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
    Report Id: 5088567a-ba28-11e4-808b-60a44c601654
    Faulting package full name:
    Faulting package-relative application ID:

Maybe you are looking for

  • File won't save - error message is: "...could not be saved. No such file or directory." (?)

    File will not save or 'save as'  - error message is: "...could not be saved. No such file or directory." File has been save previously. Is this a preference issue or perhaps a permissions issue?

  • MICROSOFT WIRELESS KEYBOARD AND MOUSE

    I WAS GIVEN A MICROSOFT WIRELESS KEYBOARD AND MOUSE, WILL IT WORK ON MY PC?

  • Saving the output of a .sql file in .csv format

    Hi, I am saving the output of a .sql file in .csv format. But the problem is , the record of few columns have "new line" character in it, so when it is getting saved in .csv format, those records are coming in multiple rows, but they should come in o

  • Weblogic.jar in server java proxy

    Hi, weblogic.jar is so big size, when i have I/F item  that's number of 30 for server java proxy. i have to deploy individual ear file included individual weblogic.jar, like common jar, do i have to deploy it with ear every time? is there a way? than

  • IPhoto Thumbnails missing, rebuild does not work

    All the Thumbnails in iPhoto 8.1 are grey. I tried to rebuild them several times  by pressing alt + cmd during the start. Also tried the other options, nothing helped. When iPhoto starts, it always is rebuilding the thumbnail cache. I even tried to r