IMovie Rewind Clip  not working

Hi, From iMovie Tutorial I should be able to Modify a clip ie Slow Motion, Instant Replay, Rewind. When I highlight the clip in project and then go up to my Modify button, open table the buttons for Slow Motion etc all have the speed & % keys in grey (not black) how can I enable these keys to work? My iMovie version is 10.0.1
Thanks Wylo

After muddling around for longer than I want to admit, I discovered that once I made a movie project, I could use the Stabilization button. The other editing buttons worked on the clips directly before added to a movie, so I expected Stabilization to do the same.

Similar Messages

  • TS3391 iMovie 11 is not working. I try to open it and it says it is generating thumbnails for one of my previous projects. All the commands are gray. I have to force it to quit. I just want to capture clips to start a new project.

    iMovie 11 is not working. I try to open it and it says it is generating thumbnails for one of my previous projects. All the commands are gray. I have to force it to quit. I just want to capture clips to start a new project. I googled the problem and there were discussions about deleting files in various folders and renaming clip extensions. I don't like the solutions I saw there and I am not sure they will work.

    Nobody replied so I called Apple. They seemed to think they could fix the problem but I had to agree to pay about $20 first. I told them to put it down as a complaint. I only want to use the software I bought. I can't see that it is my fault it is malfunctioning. I guess I will have to pay. It doesn't seem right.

  • Button within a movie clip not working

    Hiya,
    I have a movie clip within my swf website that is basically
    an icon that you roll over to produce the menu. The movie clip has
    coding inside it to produce the rollover effect. This is as
    follows:
    stop();
    this.onEnterFrame = function(){
    if(rewind == true){
    prevFrame();
    this.onRollOver = function(){
    rewind = false;
    play();
    this.onRollOut = function(){
    rewind = true;
    Whilst this coding works fine for this movie clip, for some
    reason the buttons within the movie clip that appear as you
    rollover them will not work when pressed. I am trying to get them
    to navigate the main timeline, i.e. coding as follows:
    on (release) {
    _parent.gotoAndPlay("home")
    _parent should be correct, I've tried it without and with
    _parent._parent however still it has no effect. From what I can see
    everything should be working fine.
    Is there some reason why buttons will not work within this
    sort of roll over effect movie clip?
    Thanks for your help.

    you can't assign mouse handlers to a parent movieclip and
    expect a child movieclip to respond to mouse events: the parent
    will intercept those events.
    to remedy, either assign all your mouse handlers on the child
    generation movieclips or use a hitTest() for one of the
    generations.

  • IMovie stabilize command not working

    I imported a couple video clips from Aperture, but iMovie stabilize function is not working for them. Are some types of clips not able to be stabilized? I followed the help direction exactly - select the clip, click the Stabilization button - but nothing happens.
    Any ideas?

    After muddling around for longer than I want to admit, I discovered that once I made a movie project, I could use the Stabilization button. The other editing buttons worked on the clips directly before added to a movie, so I expected Stabilization to do the same.

  • Imovie - Audio overlay not working on some HELP

    Hey Guys,
    i trying to make a movie and i made loads in the past, and managed to get audio over a cut away. For some odd reason it is now not working, it is on one of the clips, but even with that it chooses when it wants to work, on a few it has a yellow triangle with ! in it, and i thought o i moved file location, so i even replaced it, and it did not work, :/ i have tried turning the speaker thing off and deattaching the orignal audio clip and movign the new clip of audio in and delete the actule clip one, that did not work, i tried having both playing at same time that did not work, just the orginal sound thing, i know the sound is there as when i have it on itunes on the right i can click play n it plays, but it ownt in movie, i have also closed down all paths so its not open anywhere else. it is stressing me out sooooo much and any help is appricahted, i just cant understand why it all worked yesterday but it wont today and on any other new footage n clips i place in. :'(
    regards
    K

    You're welcome. Glad I could help. Sound issues are one of those weird things that can originate from a number of sources. The important thing is it works!
    Please mark this post "solved" to the right of my name (you'll need to log-on to the forum). Helpful for others looking for a solved solution to a similar question, also helpful for me.
    Aloha from Big Island.

  • IMovie '09' is not working correctly

    My iMovie '09 used to work fine, and now everytime I try to work on a movie project, the program freezes after I perform one action, and I'm have to force quit the application. My software is completely updated. Any ideas?

    Hi
    Force Quitting - induces small (to sever) errors on Your hard disk eventually resulting in a major crash.
    When one must do this (very rarely) then one should do also
    • Trash the pref file involved - as iMovie pref file here
    • Run Repair Permissions - Disk Util tool
    • Run Repair Hard Disk - also Disk Util tool - BUT do be able to do this You need to start Mac from DVD or external hard disk - one can not do brainsurgery on one self.
    Yours Bengt W

  • Button w/in movie clip not working

    I know this question has been raised before and it usually
    just boils down to using the frame #'s and labels. But, even with
    that it is not working.
    I have a map of the US and when each state is rolled over I
    would like a menu to appear - this menu is a list with several
    options and all of the options are buttons. I have it set up so
    that each state is its own MovieClip and each has an invisible
    button over it for the hit area and the menu to appear. (i didn't
    want it to be simply when it rolls over the state movie clip
    because the hit would be square, covering other states and causing
    a mess of pop up menus)
    Anyway, the menu pops up fine, but the buttons within do not
    work. Any ideas of what I'm doing wrong? Thanks Much!!!!
    wi_mc.stop(); // wi_mc is the state movie clip
    wi_btn.onRollOver = function(){ //wi_btn is the invisible
    button
    wi_mc.gotoAndStop(15); //frame 15 is where my menu resides
    wi_btn.useHandCursor = false;
    wi_mc.onRollOut = function(){
    wi_mc.gotoAndStop(1);

    Alright, I've made adjustments to how I've got it all set up.
    I've made the menu it's own swf file, (seeing as how I'm going to
    have 48 of them in total I figured it was less messy to have each
    as their own file). Anyways... here's the current problem and I'm
    hoping someone has a good explaination for why this would be
    happening...
    on my main file I have 2 invisible buttons - 1 is calling the
    movie to load when rolled over and the other is calling the movie
    to unload when a roll-out occurs. RollOver works great - fully
    functional menu shows up. Roll out, however, is having some issues.
    The invisible button is in the same location of the menu, same size
    etc. so that when the user rolls away from this the menu should
    "unload".
    For some reason it's acting as if the hit area for the roll
    out is off. I did a trace to find out where it's saying the rollout
    areas are and the first is actually when I roll onto it, then only
    again when i roll out from the left side of the graphic. I've tried
    deleting the button and creating a new one but the same thing is
    happening.
    Any ideas for a very confused person trying to complete this
    simple task of unloading a swf via rollout? MUCH appreciated!!!!
    this.createEmptyMovieClip("ExternalSWFHolder",
    this.getNextHighestDepth());
    var SWFLoader:MovieClipLoader = new MovieClipLoader();
    wi_btn.onRollOver = function(){
    SWFLoader.loadClip("wi_menu.swf", ExternalSWFHolder);
    wi_rollout.onRollOut = function (){
    SWFLoader.unloadClip(ExternalSWFHolder);

  • My iMovie & iDVD does not work properly at all.

    When I try to share a movie in iMovie, it says "Unable to prepare project for publishing". As well as "The project could not be prepared for publishing because an error occurred. (Error in user parameter list)". Also, it wont import any videos no matter what the format is. I have uninstalled the program & re-installed it but nothing seems to work.
    iDVD does not let me create a project and edit it. It also does not let me create a DVD.
    I have an '07 Macbook w/ Snow Leopard operating system and I have run out of ideas as to why these 2 programs are not working for me.
    Please help!!!

    First try Resetting it: Hold down the home and sleep button, ignore the red OFF slider, wait for the Apple logo then let go.
    If that does not work, Restore your iPhone in iTunes from your backup.
    If that still does not fix it, Restore your iPhone and a new phone (not from backup) and see how it works. If it is doing fine you have a app you are using that is probably causing your problem. Load them one and a time until the problems recur and you will have found the one that is a problem.

  • I want to download iMovie again bc not working with out having to pay again?

    I want to download imovie 2013 because its not working properly but everytime i go to the apps store its asking me to pay $14.99.  I dont want to pay again?

    Open App Store, click on the Purchase icon in the toolbar. Locate your iMovie entry in the list and click on the Install/Download button on the right. If you don't see it in the list it may be hidden:
    Mac App Store- Hiding and unhiding purchases

  • Re: Movie Clip not working in exported interactive PDF. Can anyone help?

    I've imported a movie clip into an InDesign document, but when I've come to export it as an interactive PDF it isn't working. I've made sure the Button and Media box is clicked in the export options to include all. I've exported it as a flash file and that works fine, so I'm assuming everything i've done in InDesign is okay. Any ideas?

    Im having a the same issue, i have 2 f4v files inplace and one SWF. And when I export to a SWF and bring it back into indesign to be exported as an interactive PDF it the 2 f4v and SWF files in it will not work.

  • IMovie Capturing Sound Not Working???

    So today I tried using my capturing button in iMovie and I was able to capture video but the sound isn't being recorded. It use to work last month, which was the last time I used iMovie but it stopped working. I looked at my settings but everything looked normal but maybe I over looked something. Any ideas?
    P.S.
    I also tried to do a voice over on another video in iMovie to see if my mic is working and it is working. Help?

    Let me update my question...
    So today I tried using my capturing button in iMovie (from the iCam) and I was able to capture video but the sound isn't being recorded. It use to work last month, which was the last time I used iMovie but it stopped working. I looked at my settings but everything looked normal but maybe I over looked something. Any ideas?
    P.S.
    I also tried to do a voice over on another video in iMovie to see if my mic is working and it is working. Help?
    Macbook Pro Mac OS X (10.4.11)

  • Setting Duration of Photos (still clips) in iMovie '11 Does Not Work

    Howdy -
    I realize there are already similar posts to this one, but so far as I could tell, most of them involve (& focus on) transitions, whereas my issue is strictly with setting the duration for which a photo is held in iMovie.
    Effectively, I am trying to get a 'stop motion' feel from iMovie. I deselected the auto-apply 'Ken Burns' to all photo imports in the project preferences and figured I would edit the photo duration afterwards, given that the shortest possible duration in the project preferences is 1s, which is much too long. That is where I run into trouble: the "duration" field is acting up a great deal - sometimes it won't even respond to my entering different numbers, other times it will. Sometimes when it does respond to my typing numbers, it won't let me type anything in the decimal position. When it does let me type something in the decimal position, e.g. 0.2s, when I hit enter, it re-sets the time to 2.0s. I've tried different formats for entering time (0:00:2; 0:00:02; 0,2; with & w/out 's' etc) - all to no avail.
    I'm very curious to know if anyone else has reported this problem, & if so what the solution is.
    In case anyone else is having this problem, I did find a workaround:
         1. Import your photos as necessary
         2. Select one photo and manually crop to desired time scale (e.g. 0.3s)
         3. "Trim to selection"
         4. Select that same clip & bring up the window for editing the duration, check the "apply to all stills" box.
         5. voila - amazingly this works.
    Although this is a perfectly easy workaround, I'm a little disconcerted by the fact that iMovie won't repond properly & would be very interested to understand why.
    Thank you in advance for your help.
    Kind regards,
    Rax.

    Hi Rax,
    This may not help, but in iMovie Preferences there is an option to display time down to the frame level. So, rather than entering time as a decimal, you enter each time component separated by a colon. So, 2.5 seconds would be entered as 2:15 - that's 2 seconds and 15 frames (for NTSC or 30 fps formatted video).
    See this screenshot:
    As I mentioned, this may not help. At times I've also had trouble adjusting the duration of stills, even though I have my preferences set to display time at the frame level. Transitions can cause issues with stills duration. In most cases, a transition can be no longer than half the duration of the shortest clip on either side.
    Notwithstanding the transition methodology, my feeling is that there is a bug in iMovie that causes problems with stills duration in certain circumstances. This applies to both iMovie '09 and iMovie '11 (also possibly '08).
    John

  • Certain iMovie clips not working in Firefox

    I have just processed a number of short video clips in iMovie, taken with my Lumix GX7 camera and also with my Sony Android phone. I took the videos in MP4 format. The clips were processed in the same way, & exported from iMovie to MPEG files. I.e. the files from both devices are now in the same format. BUT, when I put them online in a private gallery, the videos from the Lumix GX cannot be viewed in either Firefox or IE; but the videos taken with the andoid phone can be viewed. For the videos taken with the Lumix GX I get a message saying 'This video can't be played in this browser. Try using a different browser or downloading the video and playing it in a video app'. But the whole point is that I want to send a link that people can view online - not for them to have to download the clip & install some video app! The only browser these clips work in is Google Chrome.
    Does anyone have any ideas? I am really puzzled. Is it anything to do with the frame rate? I seem to recall being told by iMovie that these videos are 25, & the android clips are at 30?
    Should I try to convert the clips back to MP4? iMovie doesn't seem to do this for some reason; when I 'export' it turns them all m4v files (not sure what format this is?). But as I said there is no problem with the clips from the android phone.

    An answer that worked for me ...
    A big THANK-YOU to dougcoull with his answer to the question “How come Vimeo won’t work with Firefox 4”. (Search Vimeo in FF Help).
    Type "about:config" in the address bar of your browser to take you to the config settings.
    Scroll down to "dom.ipc.plugins.enabled.npswf32.dll" or cut n paste the term in the Filter.
    If the entry is ‘false’, double click the entry to change from 'false' to 'true.
    Close FF and then re-open for the setting to take effect.
    Please take the effort to inform dougcoull if it works for you too.
    Only issue for me is you may then find that plugin-container.exe is now running with Vimeo eating up and hogging CPU :(

  • Avi, wmv clips NOT WORK for imovie?

    can i edit avi, wmv clips by using imovie? or i have to transfer into mpeg,mov? how to do it?

    Use a tool such as MPEG Streamclip or QuickTime Pro to convert them to DV, and import the DVs into iMovie.
    (44145)

  • IMovie 11 - VoiceOver not working

    I can see my track in my iMovie project, but I cannot hear it.  If I go to audio trimmer I can listen to it there, but when I click done it doesn't work. I do not have the yellow triangle I have read about in other posts.  Please help!

    If the problem is isolated to a single Event, then this may work for you.
    Shut down iMovie.
    Navigate to that event in the Finder. Move the iMovie Cache, iMovie Stabilization, and iMovie Thumbnails folders to the trash. Take care not to delete any of your original clips (which are not in these folders).
    Now, restart iMovie and give it time to regenerate the thumbnails. That should fix it.
    If that diesn't work, try trashing your preference file, as described here. https://discussions.apple.com/docs/DOC-4061

Maybe you are looking for

  • I just updated my iphone 5 to ios 6.1 and lost my contacts. How do I get them back?

    This morning I updated my iphone 5 to ios 6.1 and everything is fine except most of my contacts are gone. The text messages and calls are still listed, but with phone numbers and no names. I went into my icloud and they are deleted from there too. Ho

  • Purchase Order going to Dump if Output Message has Dispatch Time 4

    Hi All, We are getting a Runtime Error while saving or changing any Purhase Order, if the Output Message has Dispatch Time maintained as 4 i.e. Send Immediately. For all other dispatch time there is no issue. We have maintained condition record for t

  • SSIS package configurations

    Hi Experts, I am trying to configure my SSIS packages. I have a master package to call child packages for Dimernsions and Facts. Below are my two main approaches for configuration 1. Configuring all packages to read a single XML file for database con

  • How do get rid of "STARTPAGE24" when I open a new tab

    When I start Firefox Google is my home page but when I open a new tab the page is"Startpage24. My antivirus does not like this and I want to get rid of STARTPAGE24. How do I do this. Firefox is my default browser but If I am unable to do this I will

  • Nokia Suite 3.8.54 crashes in NokiaDecMP4ASP_H263....

    on my system the Nokia Suite 3.8.54 crashes in module NokiaDecMP4ASP_H263.dll (2.0.0.9). that particular dll is sitting in "%CommonProgramFiles%\Nokia\Codecs\". any ideas how to resolve this crash? PS: system specs: windows xp @ amd sempron. nokia 37