Old clips hopelessly mixed up!

So I made this iMovie back about eight years ago on an older iMac. It was exported to tape and erased from that Mac, so the only version of it that existed was on a digital videotape. My wife loaded the movie on our "new" ('08) iMac, but somehow all the clips are totally out of order. I tried to go in and rearrange them, but this thing is about 20 minutes long, and if I had like 100 hours, maybe I could do it, but I gave up! To make matters worse, the tape it was on was taped over, so the only version now is this messed-up clip thing on my computer.
Is there any "easier" way to get these darn clips back in order?

> If I have two or more edited versions of what was originally the same picture (for Windows, different sidecar files, I think)
If you have two edited versions, they should import as separate files, that is if they have different file names. Try importing and see what Lightroom tells you.
>I now have about 8000 images including duplicates, with some in my desktop and some in my laptop and some in both. In many cases, I have more than one version of developed images, especially spread over both computers. There is no way to determine which is the preferred one except to inspect them.
A useful program that may help you, is Picasa. It's free and will find all your images on disc. It is useful for checking your disc drives and gives you an idea of what may be duplicated etc
But also as you said "there is no way to determine which is preferred one except to inspect them". That is true, and that is where the work starts... I have been in that situation and there is no easy solution except patience and time.

Similar Messages

  • When you make a project frame size bigger shouldn't the old clips look smaller

    Im relinking 4k files to my 1920 x 1080 project. When I changed the project to 4096 x 2304, shouldnt the 1920 x 1080 clips look smaller in the viewer. The relinked new clips look the same as the old clips. Even a 1920 x 1080 motion graphic looks normal over the new 4096 x 2304 clip. The inspector shows the frame size I made both the project and the clips, but It dosent make sence that the old clips look the same size as the new clips.  The first time I tried the relink to new file size I noticed the old files looked smaller, now I dont know what happened.

    No. If the aspect ratio is correct, the media in the changed project will be scaled to fit the project. Select a clip (or clips) in the project and in the Video inspector open Spatial Conform. The default is set to Fit. If you want it back to normal size set it to None.

  • Video Clip Properties - Mixed Selection

    I have downloaded Encore 2.0 trial Version for Windows to assure it works before purchase. I succesfully created a DVD using QT Ref. imports from Avid MC. At one point I actually saw the properties for a video clip where I could add SCC file. Since that point however, when I look at Properties all I see is a header "Mixed Selection" with a note in cnter or properties screen "Objects of different types are selected"  I can no longer get to the window to select the SCC file.  Please help.

    Yes - thank you to all who replied. I am very interested in Encore - I have edited Avid MC for 15 years and we do many things for Broadcast to D-beta etc. ... so it will be hard to transition to Premiere since our department has 11 Avid systems. It is slightly tempting though after seeing tutorial how AE, Premiere, PS, and Encore all play together so nicely - especially dynamic linking!! But since we are on Avid and must CC for broadcast, I really want encore to work.
    To immediately answer your question, Yes, using a QT MOV file allowed me to see the option for adding SCC files  Odd thing is when I first opened Encore Trial 2.0 - I was using QT Ref. and I did see the SCC option using the ref. but being the first time in Encore I just wanted to make a simple DVD with 2 buttons and 2 videos -
    worked wonderfully! So I said to myself "Self, that was so easy and now that I am expert, I will go back and add SCC file and see the CC part work. Well since that first time I never again saw the SCC option with the Ref. files. - I tried same project, I tried creating a new project as before, I tried reinstalling trial version (had to anyway because computer said program was running but I never saw the interface and read online where that was issue with the trial version) -
    anyway, I believe we will buy the Production Premiere Bundle and give it a go - in house we have a 30 day grace period, but actually it would be nice to have latest version of PS and AE anyway and maybe I can learn Premiere for fun and see how I can integrate that into our production workflow.  Sorry this is long - just wanted to clearly explain and again say how wonderful this forum and the people on it are!
    Ricky Barrow
    Post Production Supervisor
    810 12th Avenue South
    P.O. Box 320
    Nashville, TN  37202
    [email protected]
    615-742-5121
     www.umcom.org4
    Open hearts. Open minds. Open doors.
    The people of The United Methodist Church4

  • Importing Old Clips

    Can anyone tell me how I can use clips that have already been uploaded onto my mac using older version of imovie?

    Can anyone tell me how I can use clips that have already been uploaded onto my mac using older version of imovie?
    There are many possible work flows here. I would normally open the older "project package/folder," Move or copy the "Media" folder to an "iMovie Events" folder, re-name the "Media" folder, and open the iMovie '09 application to allow it to recognize/thumbnail the new content. Be advised, however, that this approach will also bring in any transitions, titles, effects, etc. that may have been rendered in a previously active editing project. It would be up to your to re assemble the "rendered parts" if you wish to keep them, locate the raw footage, or empty the old project timeline to force the "Media" folder to only retain raw footage when copied/moved to iMovie '09. The options here are varied and all up to you.

  • Avoiding audio clipping in mix from jsresources example

    I am looking at the AudioConcat example from jsresources
    http://www.jsresources.org/examples/AudioConcat.html
    to help me mix some wav files (44100 16 bit signed)
    It seems that there is no protection for audio clipping in the code. From the little that I know about audio, the max positive value for a sample in a 16 bit sample should be 37627 so around line 250 I added this check
                  if (anMixedSamples[nChannel] > 37627) {
                   anMixedSamples[nChannel] = 37627;
    }but it did not seem to do anything
    Any assistance would be apprciated

    malc61 wrote:
    It seems that there is no protection for audio clipping in the code. Check around line 268...
                        if (encoding.equals(AudioFormat.Encoding.PCM_SIGNED))
                             switch (nSampleSize)
                             case 1:
                                  abData[nBufferOffset] = (byte) anMixedSamples[nChannel];
                                  break;
                             case 2:
                                  TConversionTool.intToBytes16(anMixedSamples[nChannel], abData, nBufferOffset, bBigEndian);
                                  break;
                             case 3:
                                  TConversionTool.intToBytes24(anMixedSamples[nChannel], abData, nBufferOffset, bBigEndian);
                                  break;
                             case 4:
                                  TConversionTool.intToBytes32(anMixedSamples[nChannel], abData, nBufferOffset, bBigEndian);
                                  break;
                        }I'd imagine those conversions handle overflow internally.

  • Old Clip vs New Clip VI

    Hi,
    In my old program, clip.vi (attached) was used. Now, I'd like to use Y[i]=clip{X[i]}.vi (under signal processing->singal operation) instead. But, the output seems different if I use the new VI.
    My inputs are array and I'm using Laview 2009.
    Thanks,
    Jay
    Solved!
    Go to Solution.
    Attachments:
    Clip.vi ‏9 KB

    Actually, I have no idea why this VI exists as you can just pass the array through an In Range and Coerce function.
    There are two reasons:
    1. Getting more time to relax by waiting for the VI to complete.
    2. Getting a reason to beg for an new machine with 64 bit OS and a lot of GByte of RAM.
    BTW: The times displayed are in milliseconds for an array of 4000000 elements.
    I ran into an optimization trap. The zero value for In Range and Coerce will only occur when you don't use any output. I added a wire to compare if the arrays are identical. Now I get 200 ms for the In Range and Coerce and 250 ms for Clip.vi.
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions
    Attachments:
    Clip.png ‏13 KB

  • Old clips that do play with audio on my ipad do not have audio in imovie. What's wrom

    I have some old videoclips i made with a HTC-phone.
    They play well and with audio on my new ipad air.
    However, they do not seem to have audio when i play them in the imovieapp.
    What's wrong?

    Hello golfman98,
    I recommend this part of the iPhone Troubleshooting Assistant found here https://www.apple.com/support/iphone/assistant/application/.
    If you get to step 3 I recommend closing ALL the apps. Here is step 2 to get you started:
    See if there is an updated version of the app on your iPhone.
    Open the App Store and tap Updates. If updates are available, tap Update All. iPhone will then download and install the app updates.
    If prompted, enter your iTunes Store account information. iPhone will then download and install the app updates.
    Regards,
    Sterling

  • Media Managing to Prores for 5d clips on mixed timeline

    Hi, I have a largish project (1TB footage) whitch is mainly SD but I have some 5d & Sony Ex footage.  The majorety of the timeline is SD but there is a little 5D/Ex whitch is native footage and has to render (it is a SD timeline).  Is there a way of converting the 5D/Ex clips I have used in situe (i.e. not having to convert the clip and redo cut).  I know I could just convert the whole timeline into prores but this is a feature doc and would take a long time and use a lot of disk space.  Also I am not ready to media manage for grading/sound edit (it is still a rough cut).
    The reason I ask is I know this can be done with Avid if I consolidate.
    Any ideas?
    Ben

    Move the clips you want to convert to their own video track.  Duplicate your sequence, delete the SD footage and media manage what's left.  Then replace the original tracks with the Mediamanaged tracks.

  • Imported clips pane shows old clips?

    When I create a new project in iMovie '11, a nice blank area shows up in the project pane of the interface. Then I choose File > Import > Movies and import a new clip.
    However, the lower right pane, where it shows my imported clips, continues to show clips from my last project. This is confusing and adds clutter, as i don't wish to use any of the clips from my last project.
    What's more, when I click Last Import in the Event Library section, the imported clips pane still does not show only the clip I just imported, but it continues to show clips from my last project.
    How do I clear the lower right pane so it shows only clips I have imported for my newest project?

    When you import clips they go in to the currently open event.  Create a new event (which will be empty), give it a descriptive name and then import into that. 
    Geoff.

  • New/Old School Party Mix

    This playlist is a cross generational musical journey that young & old can enjoy. It include new school, with a old school twist. It's a party for all ages. Everybody say, "Watch Me".Playlist

    Sounds like it's an iMac 233 with a tray cd drive. The flashing ? means it's have problems finding a system to boot from which could be software or hardware related. Macs won't boot from usb drives. You may need to swap out the cd drive. Having done it on a 233 I can tell you it's easy.

  • ProjectPrefs2.xml keeps old clips

    Hi.
    I setup a DVD project, which I use as template for future projects. After DVD_1 is finished, I say "Save as ..." to DVD_2. I delete the DVD_1 clips, add DVD_2 clips and modify the menus. After DVD_2 project is finished, I say "Save as ..." DVD_3, and so on ... Arriving at DVD_5, I noticed that the file ProjectPrefs2.xml kept all clips from previous DVD projects. Besides that, the DVD_x.ncor files also grow in size.
    Worse ... when opening DVD_5 project, DVD Encore started to rebuild the Cache, including all clips of previous projects.
    How can I tell DVD Encore to disregard all previous clips contained before DVD_5?
    (was this understandable?) ;)
    Thanks,

    Probably too late to help, but, I have found that when doing the same thing (using a Project as a "template"), I have to not just remove the Assets, but Revert to Original first, as the original Assets will have links to the Transcoded versions used, when the Project was initially burned. First noticed this, when opening up a Save_As version of the "template" and saw that a lot of conforming was being done to Assets, that had been removed. I have since begun "cleaning" my Projects, when using them as "templates," prior to the Save_As. This is an extra step, but dissolves the links to older Assets. Just deleting them does not dissolve these links if the files have been Transcoded.
    Hunt

  • Deleting Old Clips

    Once I have completed a project in the imovie edit screen, can I delete all the clips from the bottom part of the screen without deleting the project?  thanks.

    MPEG-4 should not be used in FCP unless it is converted first or optimized in the application.
    Trash your preferences. Trash your project render files. Switch off background rendering. Do not re-render. Export your projects.
    Ignore the last frame and first frame indicators.

  • Perhaps my images are hopelessly mixed up.  Help!

    I have paid little attention to where I've put roughly 5000 separate images in my desktop and laptop computers (running Vista and XP, respectively). Often I could not figure out how to get images into LR and reimported them from disk even though they were lost somewhere in LR. I now have about 8000 images including duplicates, with some in my desktop and some in my laptop and some in both. In many cases, I have more than one version of developed images, especially spread over both computers. There is no way to determine which is the preferred one except to inspect them.
    I have reached the point where I either quickly fix this problem or give up on LR. Can someone please suggest a process I should follow given the mess I'm in?

    > If I have two or more edited versions of what was originally the same picture (for Windows, different sidecar files, I think)
    If you have two edited versions, they should import as separate files, that is if they have different file names. Try importing and see what Lightroom tells you.
    >I now have about 8000 images including duplicates, with some in my desktop and some in my laptop and some in both. In many cases, I have more than one version of developed images, especially spread over both computers. There is no way to determine which is the preferred one except to inspect them.
    A useful program that may help you, is Picasa. It's free and will find all your images on disc. It is useful for checking your disc drives and gives you an idea of what may be duplicated etc
    But also as you said "there is no way to determine which is preferred one except to inspect them". That is true, and that is where the work starts... I have been in that situation and there is no easy solution except patience and time.

  • Old clip art from Illustrator 88

    I'm looking for a file "American view globe.eps" that I believe was included in Illustrator 88. Unfortunately I no longer have those disks. Does anyone have a copy of this file or could tell me where to find it. It doesn't turn up on a google search. Thanks, Jon

    Opened Inkscape on my Mac using their mickey mouse emulator X11.
    When I tried to import the CMX I got this error notice:
    Inkscape has received additional data from the script executed.  The script did not return an error, but this may indicate the results will not be as expected.
    You need to install the UniConvertor software.
    For GNU/Linux: install the package python-uniconvertor.
    For Windows: download it from http://sk1project.org/modules.php?name=Products&product=uniconvertor and install into your Inkscape's Python location.
    Don't know what to do with that.

  • Can't access old ver. 9, 11 & 13 clips after Windows upgrade

    In Sept. 2014 I downloaded PE 13 from B&H, worked fine and was able to access old PE9 & PE11 clips.  In Dec. 2014 had problems with Wind. 7 Home Ed. and had to upgrade to 8.1 (decided on Pro).  Installed 8.1 Pro end of Dec. 2014 and bought PE 13 DVD from B&H to reinstall after I backed up my hard drive.  Problem after install of 8/1 Pro and installing PE13 from DVD I can't access and restore old clips from 9, 11 & 13.  Tried everything I can think of....any suggestions PLEASE!

    Very good, I completely understand.  Please understand "I am not a computer geek!"
    With the old computer system, you have Premiere Elements 9, 11, and 13 projects. And, you import media into each and see thumbnails for each of your imports in the project media area of the program (in version 11 and 13, called Project Assets).  CORRECT!  Please as we go forward I have the PE 13 that was downloaded from B&H and worked perfectly with my previous assets in PE 9 & 11.
    When you go to open a project in one of these programs and go to the project media area, do the source media thumbnails still show as before with image in the thumbnail? Or does the thumbnail have a display of circular arrows? If the present as before, can you drag the file from the project media area to the Timeline? If you cannot, it that the problem? NO!  (First info is when I set up my new PE 13 after copying all data to a 1T desk drive and loaded Windows 8.1 Pro to replace my Windows 7 Home Edition, I set up the PE 13 and used 64 bit as suggested.)  NOW...When I locate my previous Project Assets on the 1T drive they show as "red blocks" with a play arrow in them where previously were thumbnails, but I can't retrieve them.  As such there is nothing to add to the timeline.  Last night I added to the NEW PE 13 a 22 min program I'm working on.  I have all those assets, thumbnails and everything is working as wonderfully as it did in 9, 11 and downloaded 13.
    Now in response to a previous question you asked:
    1. When you open Premiere Elements 13 Expert workspace, go to Publish+Share/Computer/QuickTime, do you see a list of presets when you explore
    the Presets" field there?  NO.... I can get to /Computer but there is no QuickTime there!  I did download QuickTime yesterday after your suggestion.
    2. You wrote
    Restarted PE13 and received the message "The selected file cannot be played becuse your system does not have the required compresser/decompresser (codec) installed.
    Where are you getting the selected file---- from Premiere Elements 13 Expert workspace Project Assets to where it was imported originally from a hard drive save location?
    Or other? What is the specific full name of one of these files that is giving the error message?
    With everything I've been trying, I'll have to recreate this series of events to answer directly.
    When you did the switch from Windows 7 Home to Windows 8.1, did you go 64 bit to 64 bit or 32 bit to 64 bit in operating system?  Help me with a way to determine what the bit was on 9 & 11!
    Were two separate computers involved or did you manage to change the operating all on one computer?  All on one Computer
    The major focus for me right now is to make sure I know what file triggers the ".....not have the required compressoer/decompressor (codec)"? And to know that
    you are in the Premiere Elements 13 Editor and not the Organizer 13 workspace.  Help me understand!!!!  I know the difference between "Add Media", "Project Assets", "Organizer", "Editor" and "Workspace".  But "Project Assets" and "Workspace" are part of "Editor", so I don't understand your question.
    WolcottVideo
        Can't access old ver. 9, 11 & 13 clips after Windows upgrade
        created by A.T. Romano in Premiere Elements - View the full discussion
    WolcottVideo (Mike Bruce)
    Thanks for the replies.
    My communications are in the threads or via Adobe Forums private message. The thread communication is preferred since then all share, and learn.
    Please try to reply to the post 4 questions or use the Adobe Forums private message system to send me a private message. To do the latter, click on my Adobe ID at the top of any of my replies in your thread. That should bring up my profile. Click on the orange envelope message icon to the right of what you see in order to set up and send your email to me directly. No one but you and I see the Adobe private message communications.
    Here is a basic description of where the details between us need to be confirmed...
    With the old computer system, you have Premiere Elements 9, 11, and 13 projects. And, you import media into each and see thumbnails for each of your imports in the project media area of the program (in version 11 and 13, called Project Assets).
    When you go to open a project in one of these programs and go to the project media area, do the source media thumbnails still show as before with image in the thumbnail? Or does the thumbnail have a display of circular arrows? If the present as before, can you drag the file from the project media area to the Timeline? If you cannot, it that the problem?
    We will be watching for your reply.
    ATR
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7087876#7087876 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7087876#7087876
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"      
    Start a new discussion in Premiere Elements by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

Maybe you are looking for

  • Voicemail issue with Samsung Intensity II

    Can anyone tell me how to reset the VM on this phone? I have contacted Verizon support & was told to try *228 option 1 & if that didn't work to try *228 option 2. Neither worked??

  • Print in report generation

    Dear all, I am using Report Generation Toolkit to create a report of my project. I am using "Word" type Report and want the VI to print it after creating the report. However i dont want it to open the MS Word and just want it to print it right away.

  • Viewing thumbnails of picture files in finder

    regarding .jpg files mainly: they appear in the finder with this default logo: http://img.photobucket.com/albums/v19/popeye467/jpg.jpg however, if i edit them in photoshop or whatever, after i save they appear like this: http://img.photobucket.com/al

  • Strange & Unique requirement

    need some great favour from you all. Please help me with your valuable inputs. I have R/3(ECC 6.0) and SRM5.0 systems. Now my communication is between R/3 & SRM-EBP(Component of SRM). I will have to send the PO data along with its attachments to SRM-

  • Editing playlists in iTunes

    My music folder from PC has many folders within folders. I want to copy these into iTunes in a similar way, but it would cause toooo many playlists. Is there a way to do sub playlists within playlists. Also, how can I remove the default checkmarks on