TS4455 Why IMovie no longer shows all movie clips from movies from Kodak camera

I am on an IMac 10.6.8   2.16 ghz intel core 2 duo with 3 gb memory
I am using IMovie 11  (9.0.4)
My camera is a Kodak Playsport shooting hd video
On all of over 300 videos I have shot previously IMovie worked perfectly.
On the last 3 movies imported from the camera, I movie loads the preview and I can drag it into the stage but instead of opening up and showing all of the clips, it remains a single image exactly as it displays in the playlist
Nothing I click opens the frames.  Thus the only want to edit is to open the file into the fine editing frame
But this is not as easy as it was before where I could see the clip and make the edits right there on the stage.
What has changed?   What am I doing wrong?

Hello awebstore,
It may be that the view in your Project environment has been zoomed out.
iMovie '11: Resize thumbnail images
http://support.apple.com/kb/PH2121
Hope this helps,
Allen

Similar Messages

  • Why does my screen show all windows when mouse moves

    When moving the mouse my display shifts to showing all open windows.  Why is this happening all of a sudden?
    Have checked Disk Warrior and restarted, but it keeps doing this!

    What should be in each spot??
    Whatever you use the most. As an example I'm right handed to I set the button on the right to Seconday Button so I can take advantage of the menus available for going back a page, reloading a page, etc., when right clicking.
    I use the left button to switch between Applications.
    It's just a matter of what works best for you 

  • Put movies in itunes on one computer why does it not show up when i access itunes from other computers or ipad2?

    put movies in itunes on one computer why does it not show up when i access itunes from other computers or ipad2?

    i just purchased a file that had videos in it. i put them in the itunes library on my pc where i first downloaded them. i was able to transfer them to my other pc, a laptop, through my home network. i am now trying to get them on my mac pro desktop and my ipad2. my mac pro can see the other computers on my home network but i cannot get it to connect to them. i know the operating systems are different but was hoping i could transfer pictures and files from pc to mac this way. haven't been able to get it to work yet. the videos i am trying to get my mac to see came in a folder with both mac and pc versions. i thought if i got the videos i purchased into itunes that i would then be able to get them to my mac pro and my ipad2. i am new to mac/apple and have always been pc-centric so trying to marry it all has been difficult. i speak pc pretty well but am just learning apple. am i trying to do things that are not possible? i sure could use a knowledgable friendly soul to walk me through my issues of having pc and mac on the same network. i have been able to get all computers and ipad to print on my network. thanks.

  • My ipad is no longer showing all my videos, even though i have the option set to show all, even those that are in my cloud. I can't do anything to get all my videos to re-appear. any help?

    My ipad is no longer showing all my vidoes, even though i have the option set to show all, even those that are in my cloud. Any suggestions??

    Close the videos app and launch it again.
    To close an app, drag the app up from the multitasking display. Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the app that you want to close and then swipe "up" on the app preview thumbnail to close it.
    if they still don't show up after you launch the app again, try resetting the iPad.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Why doesn't ITunes show all my music in my computer?

    I have 11,482 music files in my computer for a total of 37.1 GB. When I bring up my music list in ITunes, it shows 1197 songs and 5.27 GB. Why is ITunes not showing all of my music? In instructions, it says I can drag my music into the list, this could take forever?

    I've been having the same problem since the upgrade to 10.4. Most of what I try to add to my Music Library is simply not showing up. These files are not corrupted, they're the same files I had on the last version of iTunes. I'm simply trying to reorganize all my music, so I started over, but this update has ruined my efforts.

  • When i go into finder   click on pictures why dose it not show all photos just lets me open iphoto

    when i go into finder   click on pictures why dose it not show all photos just lets me open iphoto 

    Ralph9430 offers a good suggestion.  But you may need to do this before taking his advice:
    Check in iPhoto's Preferences (which you can open from the iPhoto menu).  Look in General, and make sure "Connecting Camera Opens" is set to "Image Capture").
    If it is set to "iPhoto", you won't be able to get to Image Capture easily.

  • Why Zinio doesn't show all issues on iPhone 4 but works correctly on ipad?

    Why Zinio doesn't show all issues on iPhone 4 but works correctly on ipad?
    The same issue is not present on iPhone 4 but exists on iPad
    Can anyone help?

    Try http://www.lemkesoft.com/ GraphicConverter.

  • I had a icon on dock that i clicked and showed all applications. i accidentally removed from dock how do i get it back??

    i had a icon on dock that i clicked and showed all applications. i accidentally removed from dock how do i get it back??

    Click the Finder icon in the Dock to launch it.
    Open the Application folder and find the Launchpad application.
    Drag it to the Dock.

  • Movie clips within movie clips

    I have a movie clip (I'll call it B_mov) inside another movie
    clip (A_mov). When you click a button in A_mov, B_mov plays. At the
    end of B_mov, I used stop(); to make it stop. How do I return to
    A_mov from there? I assume this is ActionScript territory.
    This is coming from someone who has just taken his first baby
    step into AS, navigating a single timeline via buttons, but I have
    no idea how to move between different timelines.
    Is this something that can be easily explained? If it's
    really complicated, I don't want to burden anyone.
    ...Would I be better off finding an online AS tutorial? Can
    someone please point me in the right direction?

    supaaman,
    > I have a movie clip (I'll call it B_mov) inside another
    > movie clip (A_mov). When you click a button in
    > A_mov, B_mov plays.
    Okay.
    > At the end of B_mov, I used stop(); to make it stop.
    Makes sense so far. :)
    > How do I return to A_mov from there? I assume this
    > is ActionScript territory.
    Well, you've already entered ActionScript territory by
    programming your
    button and adding that stop() action, so that's a good thing.
    When you say
    "return to A_mov," what do you mean? What would like like
    A_mov to do at
    this point?
    > This is coming from someone who has just taken his
    > first baby step into AS, navigating a single timeline
    via
    > buttons, but I have no idea how to move between
    > different timelines.
    Timelines are synonymous with movie clips, and movie clips
    are defined
    by something called the MovieClip class. In fact, all objects
    in
    ActionScript are defined by corresponding classes (text
    fields are defined
    by the TextField class, arrays by the Array class, and so
    on).
    Thinking of it this way, you can consult the MovieClip class
    entry of
    the ActionScript Language Reference (the Help panel) to find
    out everything
    you need to know about movie clips. The characteristics of
    the object are
    called properties (you'll find references to width, height, x
    and y
    position, etc.). Things the object can do, such as stop(),
    play(), and the
    like, are called methods. Things the object can react to --
    mouse clicks,
    for example -- are called events.
    You haven't stated what version of ActionScript you're
    using, and the
    exact wording of your code depends on that, but for example,
    in ActionScript
    2.0, you'll find that movie clips have a _parent property (in
    ActionScript
    3.0, it's simply parent). This property allows the movie clip
    in question
    to refer to its parent timeline (that is, its parent movie
    clip). That
    might be a step in the right direction for you, but I'm not
    sure what you
    have in mind.
    Instead of simply invoking stop() in the final keyframe of
    B_mov, you
    might do something like this:
    stop();
    _parent.play();
    ... which invokes the MovieClip.stop() method on B_mov's
    timline (because
    that's where the reference to stop() appears: in B_mov's
    timeline) and then
    makes a reference to B_mov's parent via the MovieClip._parent
    property.
    That reference therefore invokes MovieClip.play() on A_mov.
    The reason it works here is entirely because of the point of
    view from
    which the code operates: namely, keyframes in B_mov's
    timeline. If your
    code were all on the main timeline, your methods would be the
    same -- stop()
    and play() -- but your object references would be different.
    Does that make sense?
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • I created my first movie using one long video (all photos) clip created in Keynote and imported to Imovie.  I added many music clips, some overlapping. I now want to lay down a new updated video clip, eliminate the original but retain the audio. Can I?

    I created my first movie using one long video (a montage of photos) clip created in Keynote and imported to Imovie.  I added many music clips, some overlapping. I now want to lay down a new updated video clip, eliminate the original video, but retain the audio. Can I?  And if so, how.  I cant seem to
    find the info anywhere in help.

    I would suggest that you go to iMovie/Preferences and make sure that Advanced Tools are enabled.
    Then, you can drag your new video clip on top of your old clip and a popup menu should appear. Choose REPLACE.

  • While working in iMovie, computer shut down and all imported clips from that project disappeared. The project still existed, with titles, but all video clips were gone from the movie as well as the computer library.

    Clips were imported from SD card into iMovie project. While working on the project, computer shut down. When restarted, all clips from that event were no longer in the project, or in the computer library. Project existed, with titles, but blank spaces exist where clips had been.

    OH MY GOD! This EXACT thing just happened to me! It didn't save my event and didn't show the date in the iMovie library but if I look under all projects, the project is there. Except that there are little blank place holders where all my clips were. Also the title of the project has a little yellow "!" symbol next to it which I can only assume means that the file is corrupted.
    I can't believe it destroyed like 8 hours of work!
    I have a 15" mid 2011 MBP and Mavericks OS.

  • Why does it not show all the pictures when i open myspace

    Hello,
    I have apple mac pro desktop. When i open some profile on www.myspace.com, does my computer not show all pictures on that profile site. Can some one tell me if i need to download some software or plugin to see all pictures on the pages. I use safari beta.

    deniz aya wrote:
    Hello,
    I have apple mac pro desktop. When i open some profile on www.myspace.com, does my computer not show all pictures on that profile site. Can some one tell me if i need to download some software or plugin to see all pictures on the pages. I use safari beta.
    Hello deniz aya,
    Welcome to Apple discussions..
    No, you do not need additional software to view the pic, myspace is just not very mac friendly, as they say ( long time coming) they are working on it.
    Myspace pages can be a nightmare, a couple of my friends pages for instance
    have been known to crash my Safari beta & when on version S 2.
    Try using Firefox as well, the "other" browser they recommend other then Safari
    for Mac users, albeit they do not say which version of Safari to use.
    Check pages including the one you have an issue viewing the pics on with the http://validator.w3.org/ to get an idea of how poorly coded they are.
    Eme '~[ ) 
    I just checked my page which has not half the items that other pages use & it Failed validation, 91 Errors, one of my friends pages failed with 490 odd........
    Of course I presume you have flash, as mentioned by QuickTimeKirk.
    To check, in Safari under the Help menu, click on -> Installed plug-ins.
    and check for Flash player.
    Under Safari menu, Safari's preferences, Security tab- Web Content: you have Enable Plug-ins checked correct?
    Message was edited by: Eme

  • Since upgrading to the newest ios 6.1.26 itunes isn't showing my app list on the left side of the screen, nor does it show all of self made movies, only the purchased ones. Anyone else experiencing a similar problem?

    Since upgrading to the newest ios 6.1.2 itunes isn't showing my app list on the left side of the screen, nor does it show all of my self made movies, only the purchased ones. Anyone else experiencing a similar problem? The iTunes store and most of the other features show up but other normal features seem to be missing too. I wish I hadn't upgraded. Anyone else having this problem???? 

    If you are talking about iTunes on your computer use the iTunes View menu item, "Show Sidebar".
    If not, I have no idea what you are describing.

  • Why is there no "Show All Bookmarks" in my Bookmarks menu in Firefox 3.6.28--AS YOU SAID in how to export to Bookmarks.html??

    I followed instructions on how to export my Firefox bookmarks to a Bookmarks.html,
    BUT there is no Show All Bookmarks in my Bookmarks menu. I don't get it. I have Firefox 3.6.28,
    which is the latest I can install on my PowerPC OS 10.4.11 Mac. Thank you.
    I'm stuck without my Firefox bookmarks on my new iMac OS 10.8.

    In Firefox 3.6.x it is named "Organize Bookmarks"
    *Bookmarks > Organize Bookmarks > Import & Backup > Export HTML
    Firefox 4 and later require a Mac with an Intel processor and OS X 10.6 (Firefox 16 runs on OS X 10.5).
    *http://www.mozilla.org/firefox/19.0/system-requirements/
    For an unofficial Firefox 17.0.3 ESR compatible version (TenFourFox) that runs on PowerPC Macs with OS X 10.4.11 or OS X 10.5.8 you can look at:
    *http://www.floodgap.com/software/tenfourfox/
    *http://www.macupdate.com/app/mac/37761/tenfourfox
    *http://code.google.com/p/tenfourfox/wiki/ReleaseNotes1703
    *http://code.google.com/p/tenfourfox/wiki/PluginsNoLongerSupported
    *http://code.google.com/p/tenfourfox/wiki/QuickTimeEnabler
    *http://code.google.com/p/tenfourfox/wiki/AAATheFAQ

  • Why does my iPad show all my Hotmail folders but each empty except for recently received messages?

    Why does my iPad show my Hotmail folders but each is empty except for mail received since I activated my new device?

    Try a reset. Hold the Sleep and Home button down for about 10 seconds until you see the Apple logo. Ignore the red slider.

Maybe you are looking for

  • New Planning instance - data source issue

    Hello everyone, I am trying to setup a new instance of planning and when I try to create DATA SOURCE I get the following error, any help to resolve this is much appreciated. ++C:\Hyperion\AnalyticServices\bin>del C:\Users\Admin\AppData\Local\Temp.\sr

  • Deleing large number of rows from table

    Hi, Consider tables A,B,C,D,E,F. all are having 100000++ records Tables B,C,D are dependent on table A (with foreign key constraint). When I am deleting records from all tables, table B,C,D are taking max 30-40 seconds while table A is taking 30-40 m

  • SQL Developer 2.1 Disable Automatically Check for Updates bug?

    Unchecking the "Automatically Check for Updates" under Preferences -> Extensions in version 1.5.5 to disables the prompting for proxy ID and password at SQL Developer startup. Unfortunately I am trying version 2.1 on Windows XP and unchecking this op

  • Does SIRI garantee privacy?

    Does SIRI garantee privacy?

  • Oracle Application Server 10g R2: Administration I

    Can anyone comment on this class? http://education.oracle.com/pls/web_prod-plq-dad/show_desc.redirect?dc=D18771 We probably should have someone on staff that understands the install & maintenance of the Application Server. I presume that just because