Can't move clip in Timeline

I am attempting to click on a clip and move it. I get a "can't do" icon (circle with a slash) and a white rectangular box icon over the clip. And I seem to be unable to move any clip on the timeline now. I have tried exiting and restarting but with no results.
Any idea what is going on?
This is with Premiere Elements 7.

Try the Elements forum.

Similar Messages

  • Can't move clips into Timeline

    I've just installed Premiere CC onto my macbook pro
    I can see the clips  in the projeckt window When  i importing my project but i  can`t get it it from there to the timeline
    How can I get this to work properly?
    Thanks!
    Changed title to be more descriptive. Message was edited by: Kevin Monahan

    thank you for your help. it was just the problem.
    keld

  • I can not drag clips into timeline with adobe premiere CC

    I can not drag clips into timeline with adobe premiere CC, I created a sequence and still does not work

    See if this works...  2nd post for picture of NEW ITEM process http://forums.adobe.com/message/3776153

  • Controlling movie clip on timeline

    Hi, newbie question.
    If I put a movie clip on the main time line and that movie
    clip has its own time line, is there a listener I can use to detect
    when the movie clip I put on the main time line is finished
    (reached its last frame).
    Thanks.

    Here's the simplest way:
    Give the movieclip the instance name "myMC".
    Then put this code on your main timeline:
    onEnterFrame = function () {
    if (myMC._currentframe == myMC._totalframes) {
    DO THIS;
    onEnterFrame = null;
    In this function, every time a new frame turns over, it will
    check if myMC has reached its end. When it does, it will execute
    the commands I've written as DO THIS, and stop making this check.
    Let me know if you run into any problems.

  • Can' get movie clip to play

    I have a Flash movie that plays a movie clip called DR1 at
    frame 113 using this code:
    DR1.play();
    There is nothing else going on in the movie for the length of
    the clip, but when I play the movie, the clip does not play - I
    just have a blank screen for those frames.
    Also, if I try dragging an instance of the movie onto the
    timeline at that point, the same thing happens - blank screen for
    the amount of frames that the clip is present.
    If I play the clip in the library it plays correctly.
    What am I doing wrong?
    Thanks,
    Beth

    OK - I realize now that I have to actually publish the movie
    to have the clip play, whether by dragging an instance onto the
    timeline or loading it via AS.
    Now I have another issue. I'm sorry if these are stupid
    questions, but I have a hard time finding things in the help file -
    maybe I'm too much of a new Flash user to understand what to look
    for!
    Anyway, when I play the movie, I have three problems:
    1) the clip starts playing immediately, even though I don't
    issue the play() command until the middle of the movie. I do the
    attachMovie in the first frame so that it has loaded by the time I
    want to play it, but it starts playing right away even though I
    don't tell it to play.
    2) the clip seems to be centered on the upper left corner of
    the screen when it plays. I have tried setting the _x and _y
    properties of the instance to 0,0 but that doesn't seem to make a
    difference. I want the clip to be centered on the screen (it is
    sized to take up the whole stage) but can't seem to move it no
    matter what values I plug into the _x and _y properties.
    3) the clip loops continuously. I only want it to play once
    but can't seem to find a property to control the looping.
    Here is the code in the first frame:
    var mc1:MovieClip;
    mc1 = this.createEmptyMovieClip("DR1",
    this.getNextHighestDepth());
    this.attachMovie("DR1", "mc1", this.getNextHighestDepth());
    mc1._x = 500;
    mc1._y = 500;
    mc1.stop(); (this was added to get it to not play until
    later, to no avail)
    And the code at frame 113:
    mc1.play();
    And finally at frame 412:
    mc1.stop();
    Help, please!
    Thanks,
    Beth

  • Move clips from timeline to event sub folder?

    Aloha,
    Is there a way to move clips in the timeline that I have cleaned into a sub folder in an event library?
    I come from a non FCP background and still trying to wrap my mind/workflow around the FCP formula.  Generally I clean clips and drop "some" into a "to be used later" folder. 
    Example - While on location I might shoot some location shots while im waiting around.  The locations shots will use in the last 3 mintues of a 25 minute finished project.  When I get to post I edit and clean all clips in the order they are received.  When I find the location clips I simply move them to a folder labled "to be used later".  When I get to the section of the project/timeline were the clips are needed I drag them or the entire folder into the timeline.  
    I see how to make a folder inside an event but I am not able to drag a clips from the timeline to this created folder.  I have tryied to hold down Shift, CMD, OPT, CTRL and have no sucess.
    Thanks you for your time and help.
    Frederick
    Marbelle

    Aloha Fox,
    Thanks for taking the time to answer my questions.  I feel you really understood my concern and gave me some good viable options.
    There is a lot for me to learn and unlearn. I have been editing for over 16 years and most of that time I was using Edius. This is big paradigm shift coming to the Mac and FCPX. 
    The idea for me is to edit the video and move the "to be used later clips" into a bin/folder instead of moving them to the location in the timeline were they will be used at that very moment.  Its just a preference, I know plenty folks would just move the clip to the location.  Edit software is just a tool I have to decide if FCPX is the right tool for me. 
    Thank you again Fox for your time and understanding of my question. 
    Be blessed,
    Frederick
    Marbelle

  • Can't Move Clips

    I have a sequence with 9 Audio and 8 video lines.  When I get past the 5th line, I'm unable to shift the clips to sync them.  I've had this problem in previous versions and I don't know how to fix it.  I can only move the clip when the entire sequence is in view and fully zoomed out.  Please help, this is slow down progress.

    Thanks for the tip. I restarted my machine and I'm not experiencing the problem anymore, though it's possible that the situation you described was my problem. (Odd, though, that I've been using Final Cut Pro for several years and never run into the issue before tonight...oh well. Thanks anyway!)

  • 4 Movie Clips, one timeline...

    I don't work with Flash often enough to figure out problems. Should have farmed this job out (may have to, anyone want it?).
    I have created four movie clips, that work individually. When I put them into the main timeline, they don't play. Here's what I have tried:
    * Place background on stage
    * Create one layer, put one clip in the first frame, plays perfectly
    * Add second layer, put second clip in the first frame of new layer, all I see when I play the movie is the background on the stage, no clips play
    * Deleted layer, added second keyframe to layer with first clip. Put second clip into second frame, same result, all I see upon playing is the stage
    What I am trying to accomplish is to have these four movie clips (basically slides of info) play one after the other and then loop back and start over. What am I missing?
    Thanx
    marc

    Thanks for the idea, but unfortunately it didn't work. I am getting:
    **Error** Symbol 'OrgMed Clip', Layer 'Layer 7', Frame 65, Line 1: 1120: Access of undefined property _parent.
         _parent.nextFrame();
    Total ActionScript Errors: 1,  Reported Errors: 1
    when I try to run the file. The reference is to the second movie clip. All I am seeing in the preview is the stage.

  • CS5 movie clips in timeline don't auto-play

    So I used flash for some relatively extensive movies back in the MX days, but haven't done much with it since. I'm trying to build a relatively simple movie now in the newest version of the software, but I'm having some trouble.
    I want to create various smaller movie clips with animations in them, then drop them into the main timeline and have them animate automatically when the playhead hits them. However, when I view the movie (or test it) all I get is the first frame, they don't animate.
    Did I set up the document wrong or something, or is this something basic I missed in the newer versions? Is there a better way to structure this?

    Theoretically that's how I always thought it's supposed to work, but it isn't... I created a new document (new > actionscript 3.0) to test this out, then a movie clip within it containing a block that moves left to right. Doesn't animate in the main timeline. Do I need to specifically tell the clip to animate on that frame? Seems redundant.

  • Can't move items in timeline PPCC

    When I attempt to move audio clips in my timeline, I'm finding that I'm not allowed to.  For example, audio 1 contains an audio clip.  Its placed in the middle of the timeline and I'm trying to sync it up to the video.  The timeline will not allow me to move this item unless I zoom all the way out.  Sometimes I have to try and drag it to create a new track before I can move it.  Half the time this doesn't work either.  Now, this is happening on all of my sequences and I have about 30 to do.

    I don't have any answers for you, but you have company: http://forums.adobe.com/message/5930692#5930692.

  • Can't move video in timeline

    Why can't I move my video in the timeline?  Everytime I try I get the hand with the circle-crossline.  I just finished doing color correct in after effects on all clips and now it's not letting me move anything.  Please help!!

    Dear Jim Simon,
    Greetings from Russia.
    Here is what it looks like
    If you might know the answer, I'm begging you to help as honestly I don't know what to do.

  • Unable to move Clip in timeline

    When attempting to move a clip in the timeline, I get a "cannot move" icon (circle with a slash) and a white rectangle icon. And I am unable to move that clip or any other clip in the timeline. I have had this occur several times and I am generally able to exit and reenter and then I can move the clip. But now I am receiving the response even after exiting and restarting and even rebooting.
    Any ideas?
    This is using Premier Elements 7.0.
    Thanks!

    Sounds like your project has gotten too big and computer resources have been consumed, making everything you do slow, non-responsive. You will need to break your project up into smaller chunks and work on each chunk in a separate project. Then export each project to a DV-AVI file. Reconstruct the whole movie with just the DV-AVI files in a new project.
    If you have photos in your project, resize them to be no more than 1000 x 750 in a photo editing application before adding them to Premiere Elements. The photos that come from megapixel digital cameras are just too big for Premiere Elements.

  • How can I move clips from one library to another? Clips are still in original drive and not in new drive.

    I am using iMovie 10.0.7 on a 1-week old iMac 27" running Yosemite 10.10.2. I migrated from iMovie 9 on a 2008 iMac running Snow Leopard and updated the libraries and events, etc.
    I have two external drives connected via USB. I want to move / consolidate the library and clips from one of the external drives to the new iMac's 3TB fusion drive. This is to make room on the external drive to run Time Machine backups.
    Apple's instructions on managing libraries and moving/copying clips/events tell me to drag to move between libraries and to Option-drag to copy. However, simply dragging only copies. I find that if I Command-drag the events/clips, I can "move" them. But when I look outside iMovie in the Mac OS X Finder, the event folders and clip files themselves are still sitting in the original drive.
    I'm very perplexed as to how to really move the clips and event structure. Should I manually copy the clips and event folder structure outside of iMovie? I worry I will mess up iMovie's internal record keeping and folder structure information.
    Thanks in advance.

    Ahh, Ok. I actually had to go to Lynda.com to watch a training video of this highly bassackwards maneuver, but now I have it. In other words, while the intuitive thing is to make a new event to hold the clip you want and then open the old event and drag the clip into it's new event, the only way to accomplish this maneuver is to NOT create a new event, but rather, go to the clip AFTER the one you want to move, select it and then Right-Click on it and select SPLIT EVENT BEFORE SELECTED CLIP (or go to FILE>SPLIT EVENT BEFORE SELECTED CLIP). Then you wait a few seconds while the program thinks a bit (no feedback it is doing this - just a pause) and then it automatically creates a new event with the clip you wanted. Now just double-click the new event and name it something meaningful.
    Thanks for your help!

  • Why does pprocs6 crash when i move clips in timeline??? [ error: ... linkcontainer.cpp-245 ]

    I am currently editing a short film which is only about 25-30mins long with nothing out of the ordinary in the timeline. There are a couple of nested sequences but most of it is .MTS (AVCHD from Sony NEX VG20) and .WAV files for audio (inc some 5.1 audio from camera).
    Some of the channels are locked so they dont move but other than that nothing strange or particualry intensive is being done. Some of the clips are 25fps and some are 60fps but this shouldnt be a proplem for PProCS6!
    The sequence settings are AVCHD 720, 24fps,
    I am running a core2duo 2.16cpu/8gbram/ creative cloud OS and program on C: drive, footage on esata G: drive and scratch drive O: drive is another usb 2.0 drive.
    As soon as I move the clips in the timeline as a group I get this error come up (see screengrabs below) "... linkcontainer.cpp-245"
    please help
    None of my searches have given me an answer, one person even said "reinstall software" [nonesense!!!]
    I am just days away from submitting my short film for my final major project at Uni and the film is worth 50% of my module... basically I could fail if film isnt handed in!

    The CPU hasnt been too much of an issue before, I shot a 1hr30min documentary last year at it only lagged at the final export stage.
    In saying that it isnt the best, thank God my upgrade is coming soon!
    What I mean by "moving the clips in a group is..."
    using the tool (right facing arrow and shift - sorry I cant remember the tool's name) and selecting every clip to the right of it, for the purposes of moving to an earlier point in the timeline to close a gap, moving clips individually is out of the question and there are too many and loads are specifically sync'd and have intricate sequencing and timings.
    I havent tried 'grouping' the clips but I shouldnt need to for a simple move like this.
    All I need to do is close a few gaps in the timeline.
    thanks
    Allan

  • Move clip on timeline with keyboard

    Hi all,
    Is there a way to move a clip, either the in our the outpoint to where the playhead is located on the timeline use a single keyboard shortcut?
    I essentially want to be able to select a clip, move the playhead to where I want the clip to be, and press a keyboard shortcut to move the clip there
    I cannot figure out a way to do this.
    Thanks

    In CS6, the shortcut is the 'e' key.  (Extend edit to playhead.)
    That does not move the clip to the playhead position...just the edit point extends to it.
    Since the edit mode change in CS6...this has becomer my most common way to trim clips within the sequence.
    For the O.P..what Richard Knight suggested is a good wotk around.  Cut and Paste. 
    Select clip> Ctrl-X > Set Playhead > Crl-V
    (It will never be a simple single keyboard shortcut due to track targeting in PPRo and there is now way to select a clip using a KB shortcut. Mouse only)
    Possibly the best way though is.
    Position your Play head>Select Clip in Sequence with CTRL(insert) or  Alt-(Overlay) Held.  Drag to Program Monitor.
    You have to select the clip via mouse and you have to position the playhead anyway...so this is pretty simple.

Maybe you are looking for

  • Error 'Express document "update was terminated" from the author'.

    Dear All,   I have created a delivery doc(PGI) with ref to sales doc, it gave the   del doc no. while creating billing do with ref to this del doc I am getting   an error " update was terminated". when I cheched Vlo2n it says that the doc does not ex

  • New Nokia PC Suite v. 6.86.9.3?

    Hi! just received an e-mail for a new version of Nokia PC Suite v. 6.86.9.3. Anyone here noted this? The previous version (from 9 April) was 6.86.9.0. Any changes? MJB

  • [svn:osmf:] 10751: Fix a bug with the ReferenceSample project.

    Revision: 10751 Author:   [email protected] Date:     2009-09-30 10:57:34 -0700 (Wed, 30 Sep 2009) Log Message: Fix a bug with the ReferenceSample project. Modified Paths:     osmf/trunk/apps/samples/framework/ReferenceSample/org/openvideoplayer/mode

  • Generating a simple Password

    Hi! What would be the easiest way to generate a simple password? We're implementing a "User-Login" - the login name is the users e-mail address. At the first time a new password is generated and then its send to the user so he can change it. So - how

  • Error in ALV ouput 'Sign Lost'

    Dear all, Good Morning to all. I have a requirement to display the data in the ALV grid, but one of the field is in negative sign. When I run the report I am getting a dump 'DYNPRO_FIELD_CONVERSION' SIGN LOST, can any one tell me what I am missing he