How to create a photo slideshow in my movie

Hello all,
Im woking on my first movie with Premier Elements 12 and I can not figure out how to include a slideshow of pictures at the end of my movie.
Of course I can drag the photos on the timeline and use trancients in between but there is nothing I can do with the picture like editting/cut parts off, make them black/white and use movement effects for example.
Isnt this an option/included in Premiere lements 12 ?
I just bought the software but also played around with the trial of Cyberlink Powerdirector which has this handy magic function to select all pictures at once and create different/random trancirents and effects and pictures could be editted also.
This is what Im after but I can not find how to do this stuff in Premiere lements 12.
Hope someone can help me out.
Thatnks in advance

AlexSan
Do you have Photoshop Elements 12 as well as Premiere Elements 12?
What is this "movie" that the photo slideshow is going to be at the end of? A video? If so, what are the
properties of that video...video and audio compressions, frame size, frame rate, interlaced or progressive, file extension, pixel aspect ratio?
What is your intended final product...DVD-VIDEO standard or widescreen on DVD disc, AVCHD on DVD disc, or Blu-ray disc format on Blu-ray disc?
With the above information, I will suggest some approaches that you might want to look into.
Thanks.
ATR

Similar Messages

  • How to create a photo slideshow in imovie 11

    describe how to create a 200 photo slideshow from the start using imovie 11 with titles, transitions and music and then burn it to a dvd

    iMovie is to edit movies; creating a slideshow is easier in iPhoto. When finished, you can then move it to iMovie or iDVD to create a cool menu/theme and burn it.
    Here is a link to Apple support - I searched for "how to create a slideshow in iPhoto":
    http://support.apple.com/kb/index?page=search&src=support_site.home.search&local e=en_US&q=how%20to%20create%20a%20slideshow%20in%20iPhoto
    A much better alternative would be Photo to Movie (not free) - it does everything you want:
    http://www.lqgraphics.com/software/phototomovie.php

  • How to create a Photo slideshow to the beat of the Music?

    How do I create an upbeat slideshow where each picture changes right at the beat of the music?   I know how to add markers and insert my photos one my one, but is there an easier more effective way to do this?  It is very difficult to try to just listen to the music and guess where the beats are, I wish there was a sure way to know where the beat of the music is.  Once you even have all the markers placed, is there a way to insert all the photos at once right where the markers are?  I have been researching and trying to do this for the past few days, and feel like there must be a better way to do it.  Any advice would be appreciated.

    Hi Brookeshanae,
    Check out this link: Premiere Pro Video Adrenaline: Edit to the Beat : Adobe Premiere Pro Tutorial
    Thanks,
    Kevin

  • How to create an origami slideshow ...

    How to create an origami slideshow ?

    In iPhoto select photos and use the the command "File > New > Slideshow".
    Optionally drag more photos to the Slideshow album.
    Click the "Themes" button and select the "Origami" theme.
    Press the "Play" button to view your slideshow.
    Regards
    Léonie

  • How to create a photo album in PPT- I use MS'2012 for MAC

    how to create a photo album in PPT- I use MS'2012 for MAC

    Hello pager7243,
    Thank you for using Apple Support Communities. 
    The following explains how to set up an album on your iPhone with iOS 8. 
    iPhone User Guide For iOS 8 Software
    Look at Chapter 11: Photos, Organize your photos and videos
    Regards,
    Jeff D.

  • CS6 How to create a photo gallery?

    CS6 How to create a photo Gallery?

    I like Fancybox2.  It's a big improvement over Lightbox &  the original Fancybox.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5, with Fancybox2 Viewer</title>
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <!--LATEST JQUERY CORE LIBRARY-->
    <script src="http://code.jquery.com/jquery-latest.min.js"></script>
    <!--FANCYBOX plugins-->
    <link href="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.css" rel="stylesheet" media="screen">
    <script src="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.pack.js"></script>
    <style>
    /**this styles image container**/
    #thumbs p {
        float: left;
        width: 180px;
        height: 12.5em;
        margin: 10px 0 0 20px;
        padding: 10px;
        border: 1px solid silver;
        /**rounded borders**/
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        /**this styles caption text**/
        font: italic 14px/1.5 Geneva, Arial, Helvetica, sans-serif;
        color: #666;
        text-align: center;
    /**recommend using same size images**/
    #thumbs img {
        width: 160px; /**adjust width to thumbnail**/
        height: 120px; /**adjust height to thumbnail**/
        margin-bottom: 1.5em;
        opacity: 0.75;
    #thumbs img:hover { opacity: 1.0 }
    /**float clearing**/
    #thumbs:after {
        content: ".";
        clear: left;
        font-size: 0px;
        line-height: 0;
        display: block;
        visibility: hidden;
    </style>
    </head>
    <body>
    <h1><a href="http://fancyapps.com/fancybox/">Fancybox2</a> Viewer with images</h1>
    <!--insert thumbnails with links to full size images below-->
    <div id="thumbs"> <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 1" /></a> <br />
    Caption 1 </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 2" /></a> <br />
    Caption 2 </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 3" /></a> <br />
    Caption 3 </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 4" /></a> <br />
    Caption 4 </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120" alt="Thumbnail 5" /></a> <br />
    Caption 5 </p>
    <!--end thumbs--></div>
    <!--Fancybox with Iframe-->
    <h1>Fancybox with Iframe</h1>
    <h3><a class="fancybox" data-fancybox-type="iframe" href="http://example.com">EXAMPLE.COM</a></h3>
    <!--FancyBox function code-->
    <script>
    $(document).ready(function() {
        $('.fancybox, iframe').fancybox();
    </script>
    </body>
    </html>
    Nancy O.

  • No spry menu, how to create a photo gallery?

    Ok so I used spry collapsible panels as well as spry widgets to create my photo galleries and slide shows, now that they are gone from CC I do not know what to do?!
    I tried using jquery but not sure how to make a slideshow or gallery from it. PLEASE HELP
    I am using DW CC latest version

    What kind of gallery are you looking for?  Sliding?  Look at Cycle2
    Modal Window (Lightbox)?  Look at Fancybox2
    Cycle2 Example:
    http://alt-web.com/FluidGrid/Fluid2.html
    Fancybox2 Example:
    http://alt-web.com/TEMPLATES/CSS-Semi-liq-photo-sheet.shtml
    See Primer for using jQuery Plugins
    http://alt-web.blogspot.com/2012/11/primer-for-using-jquery-plug-ins.html
    Nancy O.

  • How to create a photo wheel

    I want to create a wheel of 8 photos with a 9th photo in the centre.  I have selected and edited the photos in iphoto but don't know how to proceed.  Can anybody help?  Is there an app I could use?  I've tried using charts in Excel, Word and Powerpoint but haven't been able to format the photos for the segments.

    iMovie is to edit movies; creating a slideshow is easier in iPhoto. When finished, you can then move it to iMovie or iDVD to create a cool menu/theme and burn it.
    Here is a link to Apple support - I searched for "how to create a slideshow in iPhoto":
    http://support.apple.com/kb/index?page=search&src=support_site.home.search&local e=en_US&q=how%20to%20create%20a%20slideshow%20in%20iPhoto
    A much better alternative would be Photo to Movie (not free) - it does everything you want:
    http://www.lqgraphics.com/software/phototomovie.php

  • How to create new photo albums

    i've had my iphone 4 for about a week now...and i'm new to this discussion board so i apologize if this topic has been discussed before.
    i have looked at everything i possibly can on my phone and in the users manual. i can't figure out how to create a new photo album!
    help!!!

    thanks for your reply!
    i actually just did that, shortly after i posted my question, i thought i would try it while waiting for a response.
    i sync'ed the photos to my computer. created my folders and put those pictures in them. then resync'ed my phone in itunes and chose the various folders to sync. but the "folders" did not sync back to my phone. everything is still in 'camera roll'.
    i just want the pics in folders on my phone so i can find pictures easier!
    why are there all those spaces under camera roll if it won't let u have more than one folder!? i'm so frustrated! do i have to purchase iphoto or something?

  • How to create animated clicking slideshow

    i wanted to know how i could create an animated slideshow
    just like the
    here i wanted it to have small
    thumbnails and when u roll over them it shows the big image and
    when u click it it goes to another page.
    Any help
    Thank you
    Rph

    errm how do i mask, how to i tween, could some one give me a
    quick tutorial it will be grateful.
    Thanks
    Rph

  • How to create a photo album for a facebook group

    How do you create a photo album on an iphone 4s, to be used in a facebook group?

    Hello pager7243,
    Thank you for using Apple Support Communities. 
    The following explains how to set up an album on your iPhone with iOS 8. 
    iPhone User Guide For iOS 8 Software
    Look at Chapter 11: Photos, Organize your photos and videos
    Regards,
    Jeff D.

  • How to display a photo slideshow in Widescreen 16x9 format?

    I just bought a 5g iPod and the A/V connection kit. I can play a photo slideshow on my 16x9 TV, but it stretches the photos to fit the screen, so they are out of proper aspect ratio. Is there a way to tell my iPod that it should be displaying the photos on a 16x9 screen?
    I understand that there is a widescreen option in the Video playback menu, but this does not seem to have any effect on the output of photo slideshows.

    Jon,
    See if this works. It may or may not.
    Go to videos-->video settings-->Widescreen-->On
    See if now when you play the photo slideshow it works right.
    Now, if it doesn't then I don't think there is much you can do.
    Tell Apple about the issue (if the steps above don't solve it)
    Send Apple Your Feedback
    btabz

  • How to create a photo album direct on ipad?

    Hello, I want to create a photo album on my ipad but I'm not in town, so I have not my computer with me.
    There is a possibility to do it direct on the IPAD?
    Thank you

    iPhoto doesn't run on the iPad. Other than that you'd need to ask your question on the iPad forum.
    Regards
    TD

  • How to create a 16x9 slideshow

    I'm looking for the best method to create a slideshow that ends up in 16x9, without stretching the images, for viewing on a large LCD HD TV. Something tells me that I might need to begin by cropping the original images in pre-processing, but I'd sure like to hear some specific steps from someone who has successfully accomplished this.
    Prior to this point, I've usually started this process in iPhoto by exporting a slideshow as a .mov and then importing into iDVD.
    thanks for any tutoring here....

    http://docs.info.apple.com/article.html?path=iDVD/6.0/en/17.html

  • How do I share photo slideshows?

    How do I share photo albums ?

    You can use a 3rd part app from iTunes Store like Photo Transfer App or Photo Transfer WiFi.

Maybe you are looking for

  • Can't log in with Windows 8

    Well, new machine with Windows 8....and I installed skype for desktop...and it still will not log in.  Any solutions to that problem?

  • Moving TM disk from Network to USB: cannot see previous backups

    Hi, I have decided to move my external USB disk from the Airport Extreme USB port to my computer USB port to speed up backups and restores. Unfortunately it seems that I cannot see anymore previous backups in the disk using TM. The disk was accessed

  • How to launch an application from a website?

    Hi All, Can anyone tell me how to launch an application (packaged in a jar) from a website? I would like to open my application (and pass some arguments) by clicking a special banner or logo on a website. Regards, Stanley

  • Mail displaying incorrect messages

    I have an odd problem that has suddenly appeared within the last couple days. I use mail with my .mac email address and have so for many years now. As of the other day when I receive a new email some of them will display incorrectly: ie the message m

  • In Itunes match I cannot maintain sync my reproduction list

    IN Itune Match : When I create a Reproduction List in my Imac, my devices does not sync the list but sync perfectely the songs and albuns.