Maintaining keyframe positions during transitions

Hi all,
Here's my dilemma: I'm doing a photo montage-based project wherein I have still photos dissolving into one another.
For each photo I have inserted motion keyframes at the 1st and last frames and have a specific zoom/pan for the duration of that image. I can preview that motion in the viewer and know precisely how it will look for that photo.
Now comes the hard part: I want to maintain that exact motion throughout that shot, which means maintaining the keyframes at EXACTLY the 1st and last frames. But when I create my transition FCP will add handles before and after my keyframes which means, for example, the motion for the incoming shot doesn't begin until the keyframe is reached. I have to go back into the viewer for each shot and reset the keyframes to match the transition's start & end points.
In ________, another NLE that I use, I can set my clip's motion, then drag the head of the clip across the tail of the previous clip and the NLE will create whatever default transition I've selected (usually a dissolve). I don't think FCP will do that (please correct me if I'm wrong). But perhaps there is another way to "freeze" the clip's length AND keyframe positions so that the transition always begins/ends on a keyframe?
Sorry for the lengthy post. Any help is appreciated!
t leib
1.8 GHz PowerPC G5   Mac OS X (10.4.9)  
iMac   Mac OS X (10.4.9)  
iMac   Mac OS X (10.4.9)  

"You can key frame earlier and later than the transiston point so that the motion will be maintained."
Yes, but I want to avoid having to make such changes to the keyframes after I've created the transition. Again, I set the motion for each shot before I create the transition, so that I can view the entire clip, motion included, and know it's what I want. When I create the transition I want it to begin exactly on the keyframe and end exactly on the keyframe. Make sense?
"You can "Make Free Frame" under the Modify menu"
I'm sorry for the confusion. I don't want to make a freeze frame, I want the keyframe positions and clip length to be "frozen", meaning they won't change when I create the transition.
Thanks for the reply, though.
iMac   Mac OS X (10.4.9)  

Similar Messages

  • Auto keyframe and auto transition not working

    auto keyframe and auto transition not working and I have a creative cloud, in addition the auto keyframe works in the getting startel lessons....

    In order to use these you need to have the autokey frame and transition selected
    OFF   ON
    and have the first key checked then move the playhead to the new position and it should add the transition.
    Did you try this and it is not working?.

  • Using Javascript to rasterize a layer and maintain its position with other layers.

    Trying to use javascript to rasterize just the contents of a certain layer by its name.
    It needs to maintain its position.
    I've sort of cobbled a script, but it keeps moving the rastered art to the top layer.
    Ex, top down i have Layer 4, RasterizeMe, Layer 2, Layer 1. 
    The rastered contents end up on Layer 4
    Any help would be apprecieated, or if theres a better method of doing this.
    //  Rasterize Layer by name
        if ( app.documents.length > 0 ) {
            doc = app.activeDocument;
            if(!doc.saved){
                Window.alert("This script needs to modify your document. Please save it before running this script.");
            }else{
                createRasterLayer(doc);
        }else{
            Window.alert("You must open at least one document.");
    function createRasterLayer(doc){
        var totalLayers = doc.layers.length;  //get the total number of layers in the active document
        for ( var i = 0 ; i < totalLayers ; i++){  //looping through layers            
            var currentLayer = doc.layers[i];
            var tempItem;
            if(currentLayer.visible == false) continue;   //We don't want to deal with hidden layers
            currentLayer.locked = false;                       //Unlock the layer if needed
            var layerName = new String( currentLayer.name );
            if ( layerName.indexOf("RasterizeMe") == 0 ) {
                currentLayer.hasSelectedArtwork = true;   //Select ALL in the layer
                if(doc.visibleBounds[2] == 0) continue;   // ignore empty layers
                var newoptions = new RasterizeOptions; 
                newoptions.resolution = 350;
                if ( doc.selection.length > 0 ) {
                    newGroup = app.activeDocument.groupItems.add();
                    for ( z = 0; z < doc.selection.length; z++ ) {
                        doc.selection[z].move( newGroup, ElementPlacement.INSIDE);
                    doc.rasterize (newGroup, newGroup.visibleBounds, newoptions);

    you're adding the group to the document, it will be the top most object on the top most layer
    newGroup = app.activeDocument.groupItems.add();
    use this to add the group to the current layer
    newGroup = currentLayer.groupItems.add();
    or if theres a better method of doing this.
    I would
    - loop through all layers,
    - hide them all, except the one you want to rasterize,
    - Rasterize the document
    - unhide layers

  • Sound problems during transitions?

    Ok, i'm attempting to add a transition between a clip of some Talent Show MCs talking(I'm trying to cut out while they are saying something) right to a person singing, in then middle of a song. The sound is giving me issues, as the MCs keep talking while the singer starts singing, how do i make the sound during the transitions stop?
    Thanks.
    Once the video stops, the audio keeps going, how do i fix it? That's what i need to know...i think.
    Message was edited by: Chanciffer

    I had the same problem - I couldn't figure out how to turn off the sound during transitions, and it was annoying because I had cut my clips exactly where I wanted the sound to end, but the transition does a fade-out with the clip before the transition, and a fade-in with the next clip, so it was adding additional audio that I did not want!
    Here's my work-around:
    (1) Take the clip before the transition, and cut it exactly where you want the sound to end.
    (2) Right click and select "Detach Audio."
    (3) Extend the length of the video clip (at the end) a little for better video during the transition.
    (4) Take the clip after the transition, and cut it exactly where you want the sound to start.
    (5) Right click and select "Detach Audio."
    (6) Extend the length of the video clip (at the beginning) a little bit for better video during the transition.
    Now there will be no sound during the transition, the audio will be perfect, and the transition will look smooth.
    If someone knows an easier way to turn off the sound during a transition, please post it here. If not, I hope these instructions help!

  • How to Maintain Organizational Position of an Employee in PA30

    Hi SAP Gurus,
    I want to maintain PA30 of an Employee but i don't know how to maintain Organizational Position of an Employee in PA30.
    I have maintained values in IMG in Personnel Management-Personnel Administration-Organizational Data-Organizational Assignment-Organizational Plan-Define positions
    But when iam trying to take values in PA30 maintained by me in define positions then (with the help of F4) it is not showing the values maintained by me.
    Kindly help me for the above
    Regards,
    Amitabh

    hi
    1.step1: ppoc_old
    2.Step2:it will ask for Name of the org unit to create
    3.give name and press  F8
    then u can see the name of ur organization and underwhich create the depts
    after that
    press staff assignments
    create the positions
    do it first
    regards
    partha

  • Get mouse position during Custom UI Draw event?

    I am building a Custom UI for one of my plugin effect.
    I want to get the mouse position during the Custom UI Draw event (PF_Event_DRAW), but cannot manage to get it.
    From what I understand, it seems we can only get the mouse position during the events PF_Event_DRAG, PF_Event_DO_CLICK, and PF_Event_ADJUST_CURSOR.
    I tried to use PFAppSuite4::PF_GetMouse() too, but this resulted in the error message "After Effects error: internal verification failure, sorry! {PF_GetMouse can only be called during valid events.}".
    Therefore I want to store the mouse position during PF_Event_ADJUST_CURSOR, and use it later during PF_Event_DRAW.
    Where can I store those values in a "clean" way (ensuring there will not be conflicts if two instances of the same effect are running, etc)?
    Or is there an easier method to get the mouse position during a Custom UI Draw event?

    //SequenceDataVars is the name of your data structure
    //this is how you create the sequence data
    out_data->sequence_data = PF_NEW_HANDLE(sizeof(SequenceDataVars));
    SequenceDataVars *seqData =
    (SequenceDataVars*)PF_LOCK_HANDLE(out_data->sequence_data);
    //and now you can store stuff in it.
    seqData->var1 = 7;
    //after it's created, on other calls, you just do a simple cast
    SequenceDataVars *seqData = *(SequenceDataVars **)out_data->sequence_data;
    seqData->var1 = 100;
    //this is how you delete it. (if you don't delete it, it will be saved with
    the project, and loaded on the next session. (if you want)
    PF_DISPOSE_HANDLE(out_data->sequence_data);
    there's more to know, so look up SequenceSetup, SequenceSetdown, ect in the
    sample project.

  • [svn:fx-trunk] 13317: Fix to allow Animate to automatically handle changes in styles during transitions .

    Revision: 13317
    Revision: 13317
    Author:   [email protected]
    Date:     2010-01-06 16:19:04 -0800 (Wed, 06 Jan 2010)
    Log Message:
    Fix to allow Animate to automatically handle changes in styles during transitions. This same logic already works for properties (e.g., if you specify different values for x in states and run Animate with a SimpleMotionPath with property="x" then it will automatically determine the from/to values to animate for x). But we needed to add an override for getRelevantStyles() for Animate to advertise the possible styles to pick up changes for so that the transitions array would be populated accordingly.
    QE notes: None
    Doc notes: This is a fix that should allow the second animated skin example in the docs (spark_skinning, p46) to work as detailed in my edits
    Bugs: sdk-24932
    Reviewer: Jason
    Tests run: checkintests, Mustella spark/effects
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-24932
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/Animate.as

    FYI - This regression has been filed here: http://bugs.adobe.com/jira/browse/SDK-31989

  • Static during transitions

    I am experiencing static during transitions and have read a lot of posts that complain about similar issues. I have also read that cross-dissolves are particularly prone to this problem, and that is my typical transition of choice. (I would assume that the cross-dissolve is one of the most common transition effects for most people.)
    As others have reported, sometimes extracting the audio (as Apple suggests) seems to work, and sometimes it does not. In addition, having a lot of extracted audio really slows down the performance of iMovie on my older Mac and leads to some strange behavior that makes me think my project will get irreversibly corrupted.
    I found it strange, though, that the static happened during some transitions, and not others. Then, I noticed that I was getting sustained static for the entire length of certain clips to which I had applied an effect. Again, only some of the clips to which I had applied the effect had the static, and not all of them.
    Then, I think I figured out why only some transitions and clips had the problem. It seems that when I initiated a SINGLE transition (or an effect on a SINGLE clip), and I allowed that SINGLE transition (or effect) to finish rendering before initiating another, there was no static. However, if I initiated cross-dissolve transitions on MULTIPLE clips (or effects on MULTIPLE clips) such that they rendered SIMULTANEOUSLY, then I was far more likely to get static.
    I found it very convenient to simultaneously apply cross-dissolves across many clips in my projects, and it takes a lot more user interaction to apply them separately, but it is worth it in the long run to avoid having to extract and/or mute audio at multiple transitions, and then suffer the resulting performance hit to iMovie.
    Perhaps this is more of an issue when you have an older (slower) Mac like mine, or perhaps I am crazy, and it was just a coincidence that when I applied SINGLE transitions (or effects) that I did not get static. Perhaps some of you who have had this problem can try this workaround to see if it works and reply to this message. (Note that there may be different issues to which this does not apply. For example, I have seen reports of a single pop at transitions from still frames. I'm not sure whether that is the same problem.)
    I seem to recall posting a similar message on the iMovie forum quite awhile ago, but it has long since been deleted. Stupidly, I forgot my own workaround and just had a similar problem with a new project, and I had to rediscover the workaround with an eerie feeling of deja vu.
    It is amazing to me that something this important and basic to the functionality of iMovie has not been fixed over the multiple years since iMovie 3. If others can confirm this workaround, perhaps Apple can get a better idea of why it is happening.

    Hello: I am having the same problem with a movie, rendered transition to a still image. Nothing fancy, and yet the entire transition is filled with static. I have tried two different transitions to no avail. The static is also in the exported Quicktime movie. so it is not something that shows up in the iMovie preview.

  • Symbols not showing keyframed position with goTo

    I am working on a simple spot-the-difference game, a pair of photos with hotspots the user taps on either photo to pick differences.
    It's a Flash CS5 project with a movie class, a class for the circles.  It has worked fine with a single "level", but I am trying to add additional "levels" by adding a new keyframe in the timeline for each additional level. So i create a new keyframe and add the new pair of photos and reposition the symbols that are the circles to correspond with the new photos:
    In my Movie Class, when level one is finished, I issue the AS: this.gotoAndStop(this.currentFrame+1);
    The images change to the frame 2 images, but the circles are in the same position they were in for frame 1.  The keyframed positions are ignored.
    What am I missing here?  Can this be corrected?  I'd rather visually position each layer's circles in on the stage for simplicity's sake.

    It's probably an old anomoly of Flash at work... When you have the same objects in adjacent keyframes the objects in the latter frame will assume properties of those in the previous frame.  Try placing an empty column of keyframes between each level so that the objects don't fall into this trap.

  • Keyframing still photos causes jerky movement during transition

    I am trying to pan over a few of my still photos in my movie by using the keyframe function, and in the playback the movement appears jerky during the cross-dissolve transition.  Can anyone suggest a good way to fix this?  I am using FCE 4.0.1. 
    Thank you!

    I apologize, I just realized I found the answer to my question - I have pasted the answer from another post below for those that might be reading this:
    This is because by adding the cross dissolve, you are having FCE show portions of the clip that precede and follow where your keyframes are. So the dissolve starts, the clip is just sitting there, then begins motions when the keyframe starts . . . etc.
    You need to double click on a clip on the timeline, so that it opens in the viewer, then click on the Motion tab and move your starting keyframes for the clip before and after start and end of the transitions on the timeline.

  • Keyframing Inside a Transition

    In FCP 5.0.2, I have stills with movement: panning across, zooming in, etc. Several of these stills also have transitions between them, usually just the default cross-dissolve.
    But when you want to keyframe the motions to start on the first frame of a clip and end on the last, does anyone have any tips for achieving that when there are transitions at one or both ends? Because with a transition, the first frame isn't really the first frame--the image is still visible during the transition. And every time I try to back up into the transition, I keep finding that the Viewer shifts into thinking it's in the previous clip.
    This has been driving me, in a word, nuts. I've finally gotten the hang of keyframing on a clip with no transitions, but a simple cross-dissolve maketh me to speak in rude tongues.
    I've looked all through the manuals, and I'm dead certain this issue is never addressed. Does anyone have any clever hints they've worked out over the years?
    Thanks to all.
    Bob

    Bob,
    Double click the clip/image to load it into the Viewer window. Click on the motion tab ... Shift+I will take you to the absolute first frame of the image/clip at the head of the transition. Respectively, Shift+O will take you to the absolute last frame.
    Placing keyframes at either the very head of the transition or at the very end will mean you won't be able to see the effect your keyframes will have on the movement, scale, centering, etc. As a workaround, place the initial keyframes closer to the middle of the clip/transition to get the movement, scale, centering etc as you want to be at the very start and end. While still in the Viewer window, hit Shift+I and set a new keyframe then Shift+O and set another keyframe. Now use the previous keyframe button to go back to your original keyframes and delete them, leaving only the opnes at the head and end of the clip/image.
    All confused now? It sounds a bit convoluted but it's fairly quick and simple once you get use to it.
    -DH

  • Audio Keyframes on Timeline Transition

    When you create an audio transition in the sequence, you've got two overlay lines indicating amplitude for each track (in the transition "clip").
    I've got an end on edit transition, and while I've still got two overlays, I'm only able to mark the outgoing overlay with the pen tool. maybe it has something to do with the transition being over incoming handles rather than actual clip (remember it's an end on edit).
    The bottom line is I needed my adjustment keyframes for the incoming track volume to happen during the transition. I created keyframes on the clip itself and dragged them into the transition. I got the cross hairs to work for a minute,m but then they just stopped working and I was completely denied access to those key frames. I had to delete the transition, then roll the edit back to get to them. Any ideas about that?

    sounds like not enuff handles on the element you're going to or FCP got confused
    you can right click (control click) the trans and tell it which side of the edit you want the dissolve

  • Error " In case of evaluated receipt settlement, please maintain tax code", during VI01

    Dear Team
    We have a scenario in our environment where for a delivery made for STO Purchase Order, we are trying to post shipping cost document for Shipping document.
    When we try to save the document, the system returns the error " In case of evaluated receipt settlement, please maintain tax code".
    We have checked in the system. The vendor to whom the PO has been raised is not maintained for Evaluated Receipt Settlement, and as this is a STO , no vendor info record has been maintained for the same.
    The issue has started to come for a new plant and transportation route, for other routes and plants we are still able to proceed successfully for creation of shipment costs
    Can this be an issue of master data maintanence that we may have missed during plant creation or transportation route creation
    Else, Kindly guide.

    Hi Tarunveer,
    Which Vendor are you mentioning: Plant Vendor of STO or Forwarding Agent.
    I am suggesting to check in LFM2 for Forwarding Agent.
    Same way, in the case of Invoice Tab in PO, (Which PO are you mentioning: STO or PO for Forwarding Agent?)
    Regards,
    MJ.

  • Maintain ECC Document during creation on WebUI

    Hi experts,
    I want add a new item during creation of a sales order on CRM WebUI.
    I'm on CRM 7.0 and i'm using the LORD component to maintain the data on ERP system.
    I created a custom component to search the material on ERP system; the user can salect a material and set the quantity to order.
    I want that after an event (click on button ),  the selected material to be included in the document.
    Any suggestions ?
    Thanks in advance
    Daniele

    Thanks for the reply jalpesh, you answered the filename on file upload method.
    But what about the filename changes due to create document (WYSIWYG editor) method. The content filename changed to the property-name.ext about saving the content, which is quite a strange behaviour. As the user will not be able to add the same type of content on current directory cause the content filename follow the property-name.ext and cause same filename conflicts when saving.
    We are using the weblogic portal server 9.2 MP 2 with oracle database (bea type 4 connection driver).
    Any advices or suggestions?
    Regards,
    Keaton

  • Maintain scroll position in jsp

    hi,
    i currently have a long web page that has multiple input fields, every time when the page is refreshed due to update to listbox instances, the page scrolls right back to the top position. this would be irratating for users as they have to scroll back down again to complete the form. so is there a way to maintain the scroll position in jsp?
    thanks,
    lee

    The only thing I can think of is to set the focus on the page component when you call you valuechangeListener. Like,
    page1.setFocus("stateField");

Maybe you are looking for