How do i add one transitions to multiple photos in iMovie 11

how do i add one transition to multiple photos (400 photos) in iMovie 11?
I have other transitions in the movie that are various lengths.
Do I have to do it one at a time? (x 400)

Welcome to the forum.
However, this is the Photoshop>General Discussions forum, and does not cover either Elements program, Premiere Elements, or Photoshop Elements, or their Elements Organizer.
If you can please let us know exactly which of the Elements program you are using (either Premiere Elements, or Photoshop Elements, through the Elements Organizer), a MOD can Move your post to the appropriate forum, where you will get quick answers.
Also, additional music can be Imported into several of the Elements programs, but knowing exactly which you are using, will dictate the instructions.
Good luck, and please let us know more.
Hunt

Similar Messages

  • How do you add a transition to B-roll in iMovie?

    I'm trying to add photos as b-roll in an iMovie video and it is not allowing me to add a transition to the photos (b-roll). Is this possible? I tried detaching the audio, then inserting the photo but it moves the a-roll and audio over too. I just want to lay it over and add a cross dissolve on both ends!

    I'm trying to add photos as b-roll in an iMovie video and it is not allowing me to add a transition to the photos (b-roll). Is this possible? I tried detaching the audio, then inserting the photo but it moves the a-roll and audio over too. I just want to lay it over and add a cross dissolve on both ends!

  • How do I add one event to multiple, but not repeating, dates

    I routinely need to add single events to 10 to 20 dates at once. These dates rarely line up in a repeating sequence. For instance I may need to schedule "appointment with John at 1pm" on M,Tu this week; W,Thu,Fri next week; M,Thu the following week. And "appointment with Jane at 10am" on M this week; Tu next week; Thu the following week.
    I know I can copy and paste identical text in one at a time on each date but this is tedious.
    Is there an app or trick I can use to do this efficiently? Previously I used an old version of Calendar Creator in which I could create an event and then push a toggle switch on all the days across a month in which the event would reoccur.
    Thanks! I'm new to Mac and iCal.

    Hello,
    Welcome to Apple Discussions.
    1. Make the first event in iCal when and how you want it.
    2. If you are not in month view, switch to it.
    3. Highlight the event in the calendar view and press Cmd-C (copy).
    4. Click on the blank area on a day you want to copy to.
    5. Press Cmd-V (paste).
    6. Repeat steps 4-5 for all needed dates.
    Best wishes
    John M

  • How do I add one contact to multiple distribution lists?

    I have employees that work on more than one project and therefore need to be on multiple distribution lists. Outlook groups is able to accomplish this but I can not get it to work on my MAC using Mail and Contacts.
    For Example, John needs to be on the following lists:
    Entire Team
    Project A
    Project B
    Problem I am facing is that when I drag and drop the John from main contacts it will only allow him to be in one group and removes him from the one he was previously added to. How do I get around this?
    Thank you!

    Hello,
    Welcome to Apple Discussions.
    1. Make the first event in iCal when and how you want it.
    2. If you are not in month view, switch to it.
    3. Highlight the event in the calendar view and press Cmd-C (copy).
    4. Click on the blank area on a day you want to copy to.
    5. Press Cmd-V (paste).
    6. Repeat steps 4-5 for all needed dates.
    Best wishes
    John M

  • How do i take one layer with multiple selections...

    how do i take one layer with multiple selections and make those selections their own layer?

    Yes sir. It w was really hard to explain. It is discontiguous segments that are separated by transparent areas. And I want those non transparent areas to be on their own layer. I have a photo shop file that has a bunch of buttons on them and they are on a transparent background. It is one layer. I want to select all the buttons and put them on their own layers. I can do this manually by selecting a button and cmd Just to a new layer, but when I have 200 buttons it is a daunting task.
    Sent by MailWise<http://www.mail-wise.com/installation/4> – Your emails, with style.

  • How can i add one phone number to my macbook pro application imessage

    how can i add one phone number to my macbook pro application imessage

    Make sure that the iPad is using the same Apple ID as your iPhone. If the phone number still doesn't appear, log out of iMessage on both devices, log back in on the iPhone, wait until it activates, then log into iMessage on the iPad with the same Apple ID.

  • How can i add one month to a date variable ?

    Unlike the week which always 7 days, month may change from 28 to
    31, so how can i add one month to a date variable ? Thanks in
    advance.

    Adding 365 won't always work because of leap years.
    You could use the following SQL statement:
    SELECT
         TO_DATE(
              TO_CHAR(TO_DATE(SYSDATE), 'DD-MON-') ||
                (TO_CHAR(TO_DATE(SYSDATE), 'YYYY') + 1)) NEXT_YEAR
    FROM
         dual
    NEXT_YEAR
    08-JAN-03Or you could create your own function. You would use this
    exactly like add_months:
    CREATE OR REPLACE FUNCTION add_years
         (v_date DATE, num_years NUMBER)
    RETURN DATE AS
         v_year DATE;
    BEGIN
         v_year := TO_DATE(
                   TO_CHAR(TO_DATE(SYSDATE), 'DD-MON-') ||
                         (TO_CHAR(TO_DATE(SYSDATE), 'YYYY')
                                             + num_years));
         RETURN v_year;
    END;     
    SELECT
         add_years(SYSDATE, 1) new_year
    FROM
         dual
    NEW_YEAR 
    08-JAN-03
    SELECT
         add_years(SYSDATE, -1) new_year
    FROM
         dual
    NEW_YEAR 
    08-JAN-01

  • How can I add one seat for a single app to a team account?

    We currently have a team for our art department, which needs Photoshop, Illustrator, In Design and Acrobat.  We have other departments that just need Acrobat.  How can I add one seat, that has access to only one App so I'm not paying the full price?

    Did you ever figure this out? I need Photoshop single licenses and Adobe is making this ridiculously difficult...

  • How can i add one wave in in our Function generator example?

    how can i add one anotehr wave in our function generator example. i want to use superposition and add one more wave to our first wave in function generator and see the result.thanks

    Hi hood1,
    2 options:
    1) You can add many waveforms by combining them into one Array.
    2) Use the Waveforms tools, that give you many option for adding waveforms. one after the seconed or adding the Y array of a waveform to other Y array of second wave form, and so on...
    Hope it Helps...

  • How can I separate one column into multiple column?

    How can I separate one column into multiple column?
    This is what I have:
    BUYER_ID ATTRIBUTE_NAME ATTRIBUTE_VALUE
    0001 PHONE_NUMBER 555-555-0001
    0001 EMAIL [email protected]
    0001 CURRENCY USD
    0002 PHONE_NUMBER 555-555-0002
    0002 EMAIL [email protected]
    0002 CURRENCY USD
    0003 PHONE_NUMBER 555-555-0003
    0003 EMAIL [email protected]
    0003 CURRENCY CAD
    This is what I would like to have:
    BUYER_ID PHONE_NUMBER EMAIL CURRENCY
    0001 555-555-0001 [email protected] USD
    0002 555-555-0002 [email protected] USD
    0003 555-555-0003 [email protected] CAD
    Any help would be greatly appreciated.

    This is another solution. Suppose your actual table's name is test(which has the redundant data). create a table like this:
    CREATE TABLE test2 (BUYER_ID number(10),PHONE_NUMBER varchar2(50),EMAIL varchar2(50),CURRENCY varchar2(50));
    then you will type this procedure:
    declare
    phone_number_v varchar2(50);
    EMAIL_v varchar2(50);
    CURRENCY_v varchar2(50);
    cursor my_test is select * from test;
    begin
    for my_test_curs in my_test loop
    select ATTRIBUTE_VALUE INTO phone_number_v from test
    where person_id=my_test_curs.person_id
    and attribute_name ='PHONE_NUMBER';
    select ATTRIBUTE_VALUE INTO EMAIL_v from test
    where person_id=my_test_curs.person_id
    and attribute_name ='EMAIL';
    select ATTRIBUTE_VALUE INTO CURRENCY_v from test
    where person_id=my_test_curs.person_id
    and attribute_name ='CURRENCY';
    INSERT INTO test2
    VALUES (my_test_curs.person_id,phone_number_v,EMAIL_v,CURRENCY_v);
    END LOOP;
    END;
    Then you will create your final table like this:
    create table final_table as select * from test2 where 1=2;
    After that write this code:
    INSERT ALL
    into final_table
    SELECT DISTINCT(BUYER_ID),PHONE_NUMBER,EMAIL,CURRENCY
    FROM TEST2;
    If you have a huge amount of data in your original table this solution may take a long time to do what you need.

  • How do I change the length of multiple photo's after I've added them?

    How do I change the length of multiple photo's after I've added them?

    Hey,
    The best way to do this is to select all the clips by holding down the shift key or command key if the clips you want to change are not all right next to each other and then selecting each clip that you want to change. Then double-click on the clips which will open up the inspector tab and then you can change the duration. If you want to just change all clips to the same duration just double-click on one of the photos and in the inspector tab next to the durationt tab you will see a box that says "add duration to all clips". If you click that, when you change the duration all the photos will change to that duration. That will then change the duration of all the clips at the same time.

  • How do I apply same adjustments to multiple photos at the same time?

    How do I apply same adjustments to multiple photos at the same time?

    You can't but you can copy the adjustments made on one photo and apply/paste it onto another by:
    1 - Control (right)-clicking one the edited photo in the Edit mode and selecting Copy Adjustsments
    2 - Control-clicking on the next photo and selecting Paste Adjustments.
    OT

  • How do you set the duration for multiple stills in iMovie 2013?

    How do you set the duration for multiple stills in iMovie 2013?
    Before upgrading to the latest version of iMovie last month, I was able to set the duation of all of the stills included in an iMovie project at one time by clicking the apply to all still box in the adjustment pop up. That option is no longer apparent. If it is available I cannot find it, and I have tried several different ways to accomplish it. I have tried the iMovie help section and can find nothing to help.
    Apple, do I really have to adjust close to 500 pictures to a 5 second duration individually???
    REALLY??!!

    ...why wouldnt people want that level of accuracy when animating, especially when working to music at a specific duration?
    Because often people are animating to words or beats in the music.  Music is rarely performed with a computer-precise beat and tempo.  Musicians aren't robots: they swing the beat sometimes.  They use rubato.  They change tempo.  They change time signatures.  As a result, you have to FIND those words and beats.  It's not a situation where you can say, "There!  I've found the duration of one beat!  Now it's easy to find the rest of them!" 
    If you try it, you will be very disappointed.
    Try finding the precise end of a piece of music that fades or ends on a big chord with a ring-out.  You'll see that it's trial-and-error: what's the point where it becomes inaudible?  It depends on how high your speakers are turned up.  You might have them way up, you set an end point for the layer, and then you do a RAM Preview at a more reasonable volume.  You might say, "Hey!  The music ends before the layer ends!"...  but you KNOW you set the layer's out point when the audio file goes silent.
    AE has layer markers that can be used on an audio layer to mark beats, words, etc. They come in very handy.
    I guess it comes down to this: because AE can do so much different stuff, there are very few automated procedures.  Oh, Adobe tries with effects that convert audio levels to keyframes, but they're not 100% reliable... especially on something like a capella choral works.  For true accuracy, you need  find the timings yourself. 
    If you want something simpler, try a different application. But be prepared for lower level of accuracy.

  • Using ps elements 9, how do i add an object from 1 photo to another

    how do i add a person from 1 photo to a group of people in another photo (using elements 9)

    Open photo B, the one that you want to add an object to. Minimize this.
    Open Photo A, and using one of the selection tools, e.g. selection brush, lasso tool, make a selection of the object that is to be transferred to B. You will see "marching ants" when the selection is complete.
    Go to Edit menu>copy to place the selection on the clipboard
    Go back to photoB
    Go to Edit>paste
    With the move tool, position the object and resize with the corner handles of the bounding box.

  • How do I add a watermark to my photo's

    How do I add a watermark to my photo's?

    iPhoto has no built-in feature to watermark photos.
    You can do it in an external editor, that allows graphics compositing or install the very useful plugin "BorderFX" (donation ware).  You can download it here:   BorderFX - iBorderFX iPhoto
    This plug-in will allow you to add a watermark and other annotaions to a photo, when you export the photo from iPhoto.

Maybe you are looking for

  • Problems with Adobe Speedgrade CS6 in Windows 7

    I am having problem with Adobe Speedgrade CS6 on my Windows 7 machine with the following specs: Windows 7 Ultimate SP1 Gateway FX 6800-01e 2.67 GHz i7 Quad-core processor 16.0 GB RAM 750GB primary hard drive (Seagate ST3750528AS) 2 - 2TB secondary ho

  • Installation of Oracle11i on Windows 2000 Professional,Pentium 4

    Hi My system is Pentium4,128MB RAM with Windows 2000 professional OS.i am stuck at the first cd i.e i could not run RapidWiz.cmd.it is coming to the command prompt just leaving "start .bin\launch.exe .RapidWiz.cl" on the screen with in no time. does

  • If i upgrade from pages 2.0.2 to pages 4.1 will i be able to open older word docs on lion

    Before I buy pages 4.1 I was just checking that I be able to open older word docs, since installing lion we have not been able to open older word docs. Many Thanks

  • Running diagnostics mode w/o disc?

    I recently upgraded a iMac (Intel Plastic) from OS X Tiger to OS X Snow Leopard. I'm trying to run a hardware diagnostics test on the iMac (insert install disc 1 and hold D) but it is rejecting the discs it came with. I don't have the snow leopard in

  • One Payment method, one house bank but Multiple Account ID

    Hello My client has one house bank but multiple accounts(Account IDs). They would like to have one payment method "C" - Cheque. Is it possible to have one payment method, one House bank and multiple account ids and during F110 the program should post