How can I apply a timestretch to different null objects and then use them to parent layers?

I am using several hundred stills which are held on screen for different lengths of time. Is there a way to create null objects with various timestretch values and then use them to parent my stills?
I'm trying to find an equivalent to the 'paste attributes' function in Final Cut Pro.
Thanks in advance
A

If you have movement on the stills you can set up expressions based on in and out points. That's what I do. I then drop all my stills in order into a comp then set the out point for all stills for the longest duration. I then set group colors for layers that I want to make different lengths, do a group select and then adjust the out points for those layers. When I'm done I sequence the layers using the keyframe assistant.
The other way I work is to use an audio track with markers for timing. I have an expression that reads the markers and sets opacity for the layers based on pairs of markers. The motion is also controlled by expressions. That's an even faster way to set up an animated slide show.
The last way I work is just to set in an out points for all layers, sequence the layers, use expressions to do the motion and then use time remapping on a pre-comp to adjust the timing of the slide show. All methods are quick and easy.
Here's a fly in bounce and then drop out fxx preset that will give you an idea of how expressions based on in and out point work for slide shows. You just drag the layer to it's resting position, apply the animatiokn preset and the layer flys in, bounces, and then drops out the bottom of the comp. Works in 2D and 3D space.

Similar Messages

  • How can I sort photos into albums on my iPad and then export them to my iMac?

    I want to import photos from my camera card into my iPad, sort them into various albums then export the albums to my iMac. I have 12 albums in Photos with around 300 photos on my iPad, but when I connect it to my iMac iPhoto tries to import all of the 1800 photos without the album structure. How do I transfer the albums and the 300 photos in them to my iMac?

    Yes, but the recipient may not be getting the full image file that was used to make the Shared Photo Stream. You would have to run a test to see if there's any reduction in the image and file size. The following is from iCloud: Photo Stream FAQ
    What resolution are the photos in shared photo streams?
    Shared Photo Streams deliver photos in a device-optimized resolution that speeds upload and downloads and saves storage space. While actual dimensions will vary, an optimized version of a photo taken by a standard point-and-shoot camera will have a 2048 x 1536 pixel resolution. Panoramic photos can be up to 5400 pixels wide.
    OT

  • You changed the order of the menu for "Open in a new window" or "Open in new Tab", How can I change it back? Or how can I omit any reference to tabs? I do not use them at all.

    You changed the order of the menu for "Open in a new window" or "Open in new Tab", How can I change it back? Or how can I omit any reference to tabs? I do not use them at all.

    You can use the Menu Editor add-on to rearrange or remove menu items - https://addons.mozilla.org/firefox/addon/menu-editor

  • As a grand parent, how can I put some apps on an ipod touch and then give it as a gift?

    As a grand parent, how can I put some apps on an ipod touch and then give it as a gift?

    Apps and many other purchases are tied to the iTunes Store account via which they were purchased. So if you buy the app, that app is tied to your iTunes Store account. Without that account information, the child could not update the app nor back it up.
    I'd also suggest giving the child an iTunes gift card or gift certificate along with the iPod. If the child is too young to have and manage his or her own iTunes Store account, then his or her parent could set up an iTunes Store account to purchase the apps. That could be done with that gift card and not need a credit card. You can also gift specific apps, though again that would require the child or a parent to open an iTunes Store account through which to redeem the gift. For more information on gift options, see:
    http://support.apple.com/kb/HT2736
    Regards.
    Message was edited by: Dave Sawyer

  • How can I get my iPod touch music in computer and then to my iPhone. My computer was stolen so I will be using another computer

    How can I get my iPod touch music in computer and then to my iPhone. My computer was stolen so I will be using another computer

    Start Here:
    http://www.apple.com/support/ipodtouch/assistant/itunes/
    And See Here:
    http://www.apple.com/support/ipodtouch/

  • How can I regain answers feature alt + click for spelling and definition. using windows 7 and 6.0.2

    How can I regain answers feature alt + click for spelling and definition. using windows 7 and 6.0.2
    I may have lost that feature when I upgraded to 6.0.2
    This feature allowed me to rest the mouse over any word, anywhere, press Alt then left clk mouse and it gave spelling and definition of the word.

    This did not help.
    I already had Answers installed, however, I followed your procedure anyway but it did not give me back the capability:
    How can I regain answers feature alt + click for spelling and definition. using windows 7 and 6.0.2
    By the way, when I left click, there is a low level, short gong that sounds.

  • Can I work with localhost to create PHP pages and then use DW to upload them

    Problem solved
    Kevin

    If you have movement on the stills you can set up expressions based on in and out points. That's what I do. I then drop all my stills in order into a comp then set the out point for all stills for the longest duration. I then set group colors for layers that I want to make different lengths, do a group select and then adjust the out points for those layers. When I'm done I sequence the layers using the keyframe assistant.
    The other way I work is to use an audio track with markers for timing. I have an expression that reads the markers and sets opacity for the layers based on pairs of markers. The motion is also controlled by expressions. That's an even faster way to set up an animated slide show.
    The last way I work is just to set in an out points for all layers, sequence the layers, use expressions to do the motion and then use time remapping on a pre-comp to adjust the timing of the slide show. All methods are quick and easy.
    Here's a fly in bounce and then drop out fxx preset that will give you an idea of how expressions based on in and out point work for slide shows. You just drag the layer to it's resting position, apply the animatiokn preset and the layer flys in, bounces, and then drops out the bottom of the comp. Works in 2D and 3D space.

  • How do I record a numeric output values and then use them?

    So at the moment I just have a numeric value being display with a numeric indicator. I want to record this value somewhere for later use. Such as doing calculations. I want to store many numeric values that are outputed to this single indicator at different times and then pull them from the stored place and use them. I don't know much about arrays and storage stuctures in labview.  Can someone give me some directions please? Thanks

    So there isn't really anything related to the question yet in may code.
    My code shows movement control for a motor.
    I have a forwards button which increments +1 for every iteration of the loop. Each loop sends a pulse to the motor to move it.
    I have a backwards button which increments -1 for every iteration of the loop. In this loop i have just placed the direction pulse which tells the motor to turn the oposite way.
    these increments add onto a counter which is shown as the numerical indicator, used to show the position of the motor.
    I also have a reset button on this motor. To change the position to zero.
    So now what i want is to put the value of the position of the motor into an array which will then stay at that value in the array even when the position moves again. So i can record different positions.
    I then want to use these values. so i want to know how to get them from the array to the Number of iterations for a For loop so i can move the motor by that amount.
    Your help is appriciated, ive already spent so much time getting to this stage.
    Attachments:
    Xaxisbutton.vi ‏15 KB

  • How do i copy contents of cells in a column and then paste them on another spreadsheet as a row?

    HOW DO I COPY CONTENTS OF A CELL IN A COLUMN AND THEN PASTE THEM IN A ROW ON A DIFFERENT SPREADSHEET?

    May you use the Numbers terminology ?
    For Numbers, a spreadsheet is a document created by Numbers.
    Such a document contain one or several sheets.
    A sheet contain one or several tables.
    A table contain one or several cells.
    As you are asking about a cell, I guess that you may copy this cell
    but I'm not sure of the nature of the target cell.
    Is it in a table of the same document or in a table of an other document ?
    Yvan KOENIG (VALLAURIS, France) mercredi 18 mai 2011 19:16:21
    Please :
    Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Can I save a keynote presentation in Power Point and then use the power point on my Macbook?

    My library has a Toshiba TW 650 projector that is used by PCs. I am going to be giving a presentation created on Keynote.
    My DVI-VGA connector did not work for my 2009 Macbook to the projector. Can I sve the Keynote presentation to power point and then
    show the presentation on a PC with the Power Point version?

    Hello redffox,
    You can export the project to a .PPT file as outlined here: Keynote '09: Creating a PowerPoint slideshow http://support.apple.com/kb/ht3698
    To create a PowerPoint slideshow:
    Choose Share > Export, click PPT (PowerPoint) and then click Next.
    Type a name and choose a location for the file, and then click Export.
    Additional Information
    Note: PowerPoint doesn’t support some Keynote features:
    Some bulleted text items may be lost. If you hide the bulleted text on a slide (by deselecting Body in the Slide inspector), it is deleted from the outline when you export.
    PowerPoint doesn’t support alpha-channel graphics, so if you use a photo cutout frame, the image behind it will appear in front. You may also notice slight variations in other graphics.
    Cheers,
    Sterling

  • How can I distribute the free version of Numbers, Keynote, and Pages using Apple Configurator

    I am trying to use Apple Configurator to mamnge a set of classroom iPads.  I have figured out how to purchase apps via the VPP account and distribute them, but I can't figure out how to distribute the free versions of Pages, Numbers, and Keynote.  When I try downloading these apps on the Mac running Configurator, they show up as a paid version.  Currently, I have to disable the option in Configurator that removes non-mamanged apps and then install the apps manually on each iPad.  Does anyone have a better option than this.  My hope was to be able to completely manage the iPads by simply pugging them into the Mac.

    The apps is not only for iPhone 5c and 5s. its for all apple products that are purchased with iOS 7. I don't believe if you already have the product then update it to iOS 7 that the apps will be free. I believe that you have to purchase the product on or after the 18th since iOS 7 will already be on the products.
    Edit...All compatible iOS 7 products activated on or after September 1st, 2013 will recieve the iWork apps for free. So yes he/she will recieve the apps

  • It appears "save as" was removed in the creation of Yosemite.  How can I save a spreadsheet as a new document and then change all the data

    "save as" was removed in the creation of Yosemite (File > Save as)  How can I save an existing spreadsheet so that I can modify the data, rename it , and save it as a new document?

    rkaufmann87
    To address the first part of your response; as unnecessary as it was; save as has not been gone for years!!  It is predicated on the operating system in play on ones computer.  The software that I was using as recent as six months ago had a "Save as" option in the menu bar.  Further, as you may have noted in "babowa's response it is clear that it still exists to this day in apple's most recent software "Yosemite 10.10.2.  This appears to be true whether talking about numbers or pages (apps.)  Oh, and by the way I am employing the most recent versions offered by Apple!  Your car may be five years old but I am sure you still find it very useful.  Case and point; it's not gone!!!

  • How can I convert a word file into a pdf and then upload to a web site?

    I need to convert a word document into a pdf and then upload it to a web site so people can read it from my
    site. How can I do this? Can anyone please help? I'm only a newbie. Thanking you in anticipation.

    Hi there,
    There's actually an easy streamlined way to do this using Acrobat.com. Here are the steps:
    1. Log in to Acrobat.com with your Adobe ID.
    2. On the left, you'll see a navigation menu that includes the item "Import and Edit". Click that.
    3. Choose the .doc (Word) file you want to convert and upload it to Buzzword.
    4. After making sure that it looks the way you want it to, go to the top menu (still in Buzzword now, not the organizer where all your files live) and click the document menu. There will be an option to "Export" - choose that.
    5. When prompted to select filetype, choose "Adobe PDF" and press OK.
    6. It'll save to your desktop, so now you have to get it into your acrobat.com organizer. To do that, close the Buzzword document by clicking the little "x" in the upper right corner, under the Sign Out button. This'll get you back to your organizer, where you can choose "Import" from the left nav menu again. This time choose your new PDF file.
    7. Select the  file icon in the organizer and click the Share button. Or, select Share  from the file context menu.
    8. Select Allow Anyone With A  Link To Share This Document to set the document to open access, and then  click Copy Embed Code. The necessary HTML code to embed the preview is  copied onto the clipboard.
    9. Open the HTML file and paste  the code into the file. The Flash previewer can display any file type  that you can convert to PDF.
    Hope this helps! Good luck, and let us know how it works out.
    Rebecca

  • Can I set up iTunes account in 1 country and then use it in another

    Hi, I have upgraded my iPad 1 to an iPad 3. I want to set up and send my old iPad 1 to my great auntie (86) in the UK, I am in Spain.
    I started setting it all up for her setting the country as uk, creating an Apple ID etc... But when it comes to iTunes, the Spanish shop opens and asks me to set up the Apple ID for iTunes. my question is can I set everything up from here ? download the few apps I think she will want and send her the iPad and she will have no problems,  or is she going to have problems as the details will be of a Spanish account, I am probably going to have to give my credit card, and the iPad will loose the apps , or won't let her create a uk account further down the line ?
    Thank you, she will not be able to set it up herself so if I cannot set up from here I am going to have to find someone to do it for her over there.

    You can only use the Store in the country where you are resident.  Items purchased in store in another country will no longer be accessible for redownloading when you change country but you can keep on using them as long as you have a copy on your computer.
    It is not easy to change country and requires a valid billing method with a physical billing address in the other country.  There is also a 90 day wait period between country changes.  Furthermore, it is against the terms of service for the iTunes Store to even use your own country's store while not in your country, much less use another country's store.
    "The iTunes Service is available to you only in the United States, its territories, and possessions. You agree not to use or attempt to use the iTunes Service from outside these locations. Apple may use technologies to verify your compliance." - http://www.apple.com/legal/itunes/us/terms.html#SERVICE  (reads the same for pretty much any country).

  • How do I store photos on an external hard drive and then delete them from my MacBook hard drive

    I am sure this info is on the support site.  But I can't seem to find it.
    I want to move photos and movies (I'm using iphoto '11, 9.1.3) from my Mac Book hard drive to an external hard drive.
    What are the steps to take to move the photos and movies, and then safely remove them from the MacBook Pro hard drive?
    As an aside, are there any suggestions on external hard drives that work better with Mac (brands, size, Firewire vs USB, etc).
    Nothing sophisticated.  They're family photos, so they are important to me.
    Thanks
    AS

    Moving the iPhoto library is safe and simple - quit iPhoto and drag the iPhoto library intact as a single entity to the external drive - depress the option key and launch iPhoto using the "select library" option to point to the new location on the external drive - fully test it and then trash the old library on the internal drive (test one more time prior to emptying the trash)
    And be sure that the External drive is formatted Mac OS extended (journaled) (iPhoto does not work with drives with other formats) and that it is always available prior to launching iPhoto
    And backup soon and often - having your iPhoto library on an external drive is not a backup and if you are using Time Machine you need to check and be sure that TM is backing up your external drive
    The faster the connection the better,- Firewire or USB II would be the best
    THere are many good ones - I like Other World Computing products or Apple products
    LN

Maybe you are looking for

  • Problem in customer address while creating service notification using IW51

    Hi Experts, I am trying to create a BDC recording for creating Service Notification using transaction IW51. I have done the recording as follows. On the First screen I am entering notification type. Then on the next screen I am entering the Sold to p

  • Attachment of the email and PDF

    When transfer the outllook emails to PDF package, the attachment of the email will not tranfer to PDF, but still keep as word format, how to transfer these attachment also to PDF? When print the PDF package which tranfered from the emails, only the f

  • How to split text according to the textfield size

    Hi, its very urgent if anybody can help me out..... i am working on an e-learning course where all the text is coming through XML. Client is very specific about not to use scrollbar. They want to use more and back buttons to show the rest of the text

  • Purchase/sales for 2nd stage dealers in trading company

    Hi all My client owns a trading company. There are two types of purchases 1st stage and 2nd stage. 1. In 1st stage client purchases from manufacturer  with excise which he passes to its customer later on during sale. For this i have managed item by b

  • Unable to play media files

    recently my bb curve 8520 decided that it doesnt want to play any audio or video files... i keep gettin the white screen with "unable to play media".. i tried reinstallin the os but that only worked temp....help