Importing and joining movie clips

hello ! here's my question to you. I'm working on a video project  (home movies) and I have 12 video clips from various tapes saved to my hard drive. I've managed to import them one by one  into the latest version of iMovie (10.0.6 I believe) and they import correctly. However, I cannot seem to, for the life of me, join all of these video clips together to create a full movie. I've tried selecting all of the clips, then share, then file. I click on it, then nothing.  I can export clip 1,2, etc, but that's not what I want. I want the whole thing all together
thanks for any help
John B

thanks, GeeD. It's been a while since I used iMovie and the last version I used was 8 or 9 (back when I had my single quad core Mac Pro). Things sure have changed. Frankly, I like some of the older controls better, but what can you do? it is what it is---and it works
Movie done
thanks, sir
john B

Similar Messages

  • Quicktime 10 - joining movie clips?

    I used to be able to join movie clips together in QT 7 (Pro upgrade) simply 'by dragging and dropping', but cannot seem to be able to do it in the new QT (SL). Is there a solution?
    Message was edited by: Liamo

    As Wyodor said, use QuickTime 7 Player. It should be in the Applications -> Utilities folder on your computer.

  • Drag and Drop Movie Clips onto Plugin

    Hi All,
    We've built a plugin for Adobe Flash CS5.5, with a tree control in the plugin.
    We wish to be able to drag and drop movie clips from the canvas onto the plugin. Wondering if anyone could point me in the right direction?
    regards,
    -amit

    Hi,
    If you are developing the plugin in Flash, have you tried to listen to NativeDragEvent.NATIVE_DRAG_ENTER and NativeDragEvent.NATIVE_DRAG_DROP ?
    Once the plugin behaves like an AIR Application, you should have access to its API.
    I hope it helps !

  • Importing H.264 movie clips

    I have taken a lot of 1060p movie clips on my Canon 60D.  They imported directly into iPhoto.  I want to now make a movie.
    I am not sure which is the best method of importing them into FCE4.  I can drag and drop them from iPhoto Events into the Browser, or I can export from iPhoto to MPEG Streamclip and export as a QT movie which can then be imported into the browser.  Or I wonder if I would get better quality if I used log and transfer directly from the SD card in the camera?  Can anyone advise please?  Thank you.  Keith

    Thank you Al and David.  I looked at this information carefully. I have set up a new preset for loading in MPEGStreamclip using AIC, dropped in a movie clip from iPhoto, made a movie and then imported that into the browser in FCE.  I was able to place that on the timeline without the need for rendering. This seems to be the best procedure for my particluar project.  Am I correct?  Thank you for your advice.  Keith

  • Importing 16:9 .mov clips

    I've searched the discussions and the apple site for an answer but no luck so far.
    I've imported some .mov clips in 16:9 aspect ratio but when I share the finished project with iDVD the resulting movie is "squished", for lack of better word, and the people are elongated (pillarboxed?). So far I've tried unchecking the pillarboxing/letterboxing option in the iMovie preferenes but I think this is for importing from cameras only. Anyway, it didn't work; the resulting movie is still affected. If I drag the .mov clips directly into an iDVD project the finished DVD is in 16:9, except now I have 5 short movies rather than one feature length movie. Is there something I'm doing wrong or is this a shortcoming of iMovie?
    Thanks, Dennis

    Klaus,
    I'm not using QT as an intermediary but only to view the .mov files I downloaded from the internet. I compare that with the disc image I burned in iDVD. I use QT to view the original .mov files and Apple's DVD player to view the disc image.
    To summarize, I downloaded 5 .mov "acts" which make up an entire movie. It was available for download this way instead of the entire movie all in one file because it was too big a file (I guess), or maybe it was made in 5 different acts available at different times. Anyway, I wanted to put them all together into a complete movie using my existing software options. I thought to import them into iMovie and then share to iDVD and burn a DVD. I can do all that but in the final product the actors are elongated, so I figured the original was in 16:9 format. The problem seems to originate when I import the files into iMovie. So, I viewed the original .mov files with QT to see if they looked elongated and they did not. I even put the origiall .mov files directly into a iDVD, not "stitching" them together with iMovie, burned a disc image, and they look fine. I assume importing the .mov files into iMovie "squishes" them together and they come out elongated. I just can't figure out what I'm doing wrong. I thought maybe your suggestions would solve this probem but it didn't. Should I convert the .mov to some other file first, such as .avi or .mpg4?
    I really appreciate you trying to help me.
    Dennis

  • How to add a code so my drag and drop movie clip will not stick  once it is dragged to final place o

    Hello all and kglad, I have to use the old drag and drop code on my movie clips, but the problem is when I drag the movieclip to the area on my .swf file once i release it, it sticks to the hand mover.
    I am encloseing the action script I am using could someone or kglad tell me what is missing from the code so that once it is released it will not stick, see code below
    circle.onPress = function(){
    startDrag(this);
    circle.onRelease = function(){
    stopDrag();
    I am desparate for help on this must get project ready for this afternoon
    Seal55

    there's nothing wrong with that code but it would be better to use:
    circle.onPress = function(){
    this.startDrag();
    circle.onRelease = function(){
    this.stopDrag();
    but that won't solve your problem.  there must be something else going on like a depth issue.  you may need to use swapDepths() to bring your circle under the mouse when releasing.

  • Loading and Unloading Movie Clip

    I'm trying to create a timer that would affect when a movie
    clip reloads after it has intitially unloaded using AS2. Could
    anyone offer any possible options.
    Thanks in advance.

    Look into the setInterval and setTimeout functions

  • Drop menus with mask and invisible movie clip

    please see this navigation interface:
    http://www.hearightnow/yogamater/
    when the mouse is outside of the drop menus, the drop menus "hide" behind the outside of a mask, when the mouse enters the drop menus, they move up. An invisible movie clip the traces the frame of the photos is in place to insert ROLL_OVER and ROLL_OUT code to "block" the event listener that functions the "yoga" drop menu.
    This is all done in one frame, the scripts do all the animation of the drop menus.
    the current code for this menu allows the mouse to travel from the photos to the "yoga" drop menu without triggering the menu to go up, however if the mouse travels from the "yoga" drop menu to the photos, the drop menu locks up until the mouse leaves the photos.
    any ideas how this can be fixed? also, how do I apply the script on the invisible clip to all the drop menus?
    definitely a newbie to AS3 so all help is greatly appreciated!!
    here is the main script:
    stop();
    addEventListener(Event.ENTER_FRAME,upyoga);
    addEventListener(Event.ENTER_FRAME,upteach);
    addEventListener(Event.ENTER_FRAME,upsched);
    addEventListener(Event.ENTER_FRAME,uppriv);
    addEventListener(Event.ENTER_FRAME,upcont);
    var speed:Number=.222;
    function upyoga(e:Event) {
    if ((yoga_menu.mouseY<yoga_menu.height&&yoga_menu.mouseY>0) &&
    (yoga_menu.mouseX<80&&yoga_menu.mouseX>0)) {
    yoga_menu.y-=(-58+yoga_menu.y)*speed;
    } else {
    yoga_menu.y-=(-134+yoga_menu.y)*speed;
    function upteach(e:Event) {
    if ((teach_menu.mouseY<teach_menu.height&&teach_menu.mouseY>0) &&
    (teach_menu.mouseX<80&&teach_menu.mouseX>0)) {
    teach_menu.y-=(-65+teach_menu.y)*speed;
    } else {
    teach_menu.y-=(-118+teach_menu.y)*speed;
    function upsched(e:Event) {
    if ((sched_menu.mouseY<sched_menu.height&&sched_menu.mouseY>0) &&
    (sched_menu.mouseX<80&&sched_menu.mouseX>0)) {
    sched_menu.y-=(-42+sched_menu.y)*speed;
    } else {
    sched_menu.y-=(-96+sched_menu.y)*speed;
    function uppriv(e:Event) {
    if ((priv_menu.mouseY<priv_menu.height&&priv_menu.mouseY>0) &&
    (priv_menu.mouseX<80&&priv_menu.mouseX>0)) {
    priv_menu.y-=(-28+priv_menu.y)*speed;
    } else {
    priv_menu.y-=(-74+priv_menu.y)*speed;
    function upcont(e:Event) {
    if ((cont_menu.mouseY<cont_menu.height&&cont_menu.mouseY>0) &&
    (cont_menu.mouseX<80&&cont_menu.mouseX>0)) {
    cont_menu.y-=(-40+cont_menu.y)*speed;
    } else {
    cont_menu.y-=(-88+cont_menu.y)*speed;
    and here is the script on the invisible clip:
    invisiClip.addEventListener(MouseEvent.ROLL_OVER, invisClipOver);
    invisiClip.addEventListener(MouseEvent.ROLL_OVER, menuBack);
    invisiClip.addEventListener(MouseEvent.ROLL_OUT, invisClipOut);
    function invisClipOver(event:MouseEvent):void {
    removeEventListener(Event.ENTER_FRAME,upyoga)
    function menuBack(e:Event) {
    yoga_menu.y-=(-134+yoga_menu.y)*speed;
    function invisClipOut(event:MouseEvent):void {
    addEventListener(Event.ENTER_FRAME,upyoga)

    I was having trouble attaching a zip or fla to this post so they can be retrieved at
    http://www.hearightnow.com/yogamater/menu_45b.zip
    or
    http://www.hearightnow.com/yogamater/menu_45b.fla
    the "menu" layer contains the mask that the drop menus hide behind
    the "invis" layer contains the invisible movie clip that has the code that removes and adds the event listeners that move the "yoga" drop menu
    the photos seen at http://www.hearightnow.com/yogamater/ are added with HTML DIV tags.
    thanks!

  • How can I make a drag and drop movie clip to disappear when it's dragged in a specific area?

      I have a movie clip that also has the function to duplicate. What I want is that if the user dosent want so many duplicates, to have an area where if he drags the duplicates, they will disappear.  Thank you.

    I've search on google but I did not found any tutorial for this particular thing. I found instead this code : 
    on (press) {     startDrag ("", false);   
    this.swapDepths(_global.depth++);
    on (release, releaseOutside)
    stopDrag ();   
    this.swapDepths(_global.depth++);   
    if (this._x > 493.250000 && this._x < 636.050000 && this._y > 142.900000 && this._y < 271.350000)   
       this.removeMovieClip();   
        } // end if
    but I don't know how to make the _x/_y to work, better said I changed  the values but nothing happend, did I did something wrong ? The first _x/_y stands for the position? I've played with the range values but cant seem to make it happend.

  • Capturing and Importing a DVD movie clip into iMovie

    I am making a movie of my trip to Vegas.
    I need to capture 20 seconds of video off of a DVD and
    insert it into my home iMovie.
    Any suggestions how to capture the clip, what format to save
    it in and how to import it to the iMovie template?
    Thanks in advance!

    NJ Ron wrote:
    .. Any suggestions ...
    yepp, make use of the Search Feature of this board
    welcome NJ Rose to the  iMovie baords ..
    usual advice:
    DVDs are in a socalled delivery format (mpeg2), which isn't meant and made for any processing as editing...
    in recommended order, choose one of the following tools/workarounds:
    DVDxDV (free trial, 25$, Pro: 90$)
    Apple mpeg2 plugin (19$) + Streamclip (free)
    VisualHub (23.32$)
    Drop2DV (free)
    Cinematize >60$
    Mpeg2Works >25$ + Apple plug-in
    Toast 6/7/8 allows converting to dv/insert dvd, hit apple-k
    connect a miniDV Camcorder with analogue input to a DVD-player and transfer disk to tape/use as converter
    http://danslagle.com/mac/iMovie/tips_tricks/6010.shtml
    http://danslagle.com/mac/iMovie/tips_tricks/6018.shtml
    http://karsten.schluter.googlepages.com/convertdvdstodvs
    (advice is for imports to iM... )
    none of these methods or tools override copy protection/DRM mechanisms.. advice on 'ripping' is a violation of the ToU of this board ..
    be nice to copy rights ...

  • Importing and organizing video clips

    I have a question about iMovie. I've made a few movies with it but am no pro. I am really anal about organizing my photos, music, videos, etc. and for that I love iPhoto. If i've just taken some pictures on my digital camera but don't quite have a use for them yet I can just name the roll and save them in iPhoto. With iMovie it's a different story. Whenever I hook my DV camcorder up I have been importing the video i took into iMovie, BUT it makes me save it into a project. What if I don't have a project in mind yet that I want to use this footage for but I just want to get it off my camera and store it on my computer or in iMovie for future use and easy access when I do decide to use that footage in a project or a movie I am creating? Any idea or suggestions?

    One way is to do it manually. When you import to iMovie it stores the clips in a folder inside the project called "Media" and the video files are usually Clip 01, Clip 02, etc. Ya not very descriptive names, but you could rename them all after importing to give them meaningful names. If you don't need the project other than to import them, then import, rename, then drag and drop those to your storage folder(s). Trash the project or use it again to import more.
    Then you can create a generic folder structure to help you organize. Something like this...
    Video Clip Archives
    . . . Vacations
    . . . . . . Aruba
    . . . . . . Disney
    . . . Family
    . . . . . . Kids
    . . . . . . Aunt Martha
    etc.
    Inside the folders put the clips in. Give them date names or something to help. Like 060798-01, 060798-02 which would be the first two clips from June 7th 1998 and if they were in the Aruba folder then you know they are from a vacation you took to Aruba in June of 1998.
    Nice thing about this system is you are not dependent on some application which may or may not be around years from now and in fact you are not even dependent on having a Mac. You could move this folder structure to another computer since the clips are generic DV formatted files, they can be read on other systems.
    Patrick

  • Importing and Editing .MOV Files

    Hello,
    I would like to know if After Effects can edit .MOV files or should these type files be converted to another format? I imported a .mov file to After Effects and although I can view the movie in the composition window. I don't see any other information that would allow me to edit the video. No layer info.
    Can someone fill me in on why this is happining?
    Thank You
    Tontyp

    Hi,
    Thank you all for your advice and help. I only wanted to change some text in a video template that was created with the Adobe After Effects program. As you said it is proving to be more trouble than it is worth. I will go back to the drawing board so to speak and start from the begining  Mean while I will just create a new video with another software. I do thank you very much for your input as it may have saved me hours of wasted time.
    Thanks Again,
    Tontyp

  • Problems to import Samsung NV24HD movie clips into iMovie08

    I have a Samsung NV24HD Camera:
    - iMovie recognizes the camera
    - iMovie shows that there are film clips, but without thumbnail content
    - iMovie creates an error message after clicking on the import button -> iMovie can't import the video files, I should check them!
    What can I do ?
    thx in advance.
    kd

    im not an expert but you might need to search for a converter. or buy Final Cut Express which recognizes lots more formats but is a bit more complicated to use.
    Hope it helps

  • Importing and Joining songs

    Hi All:
    I have recently upgraded to V6. When I go to preferences, there is no Import tab. Does it make a difference that I have it set to manual? (Import is the only tab missing.)
    Next, when I try to use the "join CD tracks it is ALWAYS grayed out. It does not matter if I highlight the tracks in the import or otherwise.
    Thanks

    Hi Darryl,
    You might want to post this in the iTunes for Windows Forum to get a quick response.
    I presume you mean V6 iTunes as the nano is only at V1.1
    The import options are on the Advanced tab but I'm using a Mac not Windows.
    Not sure about the 'Joining tracks' bit though.
    Regards,
    Colin R.

  • How do i import and convert movies from my Sony DCR-SR40?

    is there a qay to do this?

    Googling, "DCR-SR40 and Mac" I came up with this link (one of many):
    http://forums.cnet.com/7723-7594_102-231072/handycam-dcr-sr40-and-mac-pro-is-the re-any-hope/
    You can google too.

Maybe you are looking for

  • Can't crop arbitrary selected pages in combined PDF?

    I'm getting weird behavior or seeing a bug when I try to crop selected pages in Acrobat XI. Steps: 1. Click Create->Combine Files into a Single PDF 2. Add files and combine them as usual 3. Click on the Page Thumbnails view on the left 4. Control-cli

  • GL Legacy Data Conversion

    I have a question for the data conversion strategy. We are planning to store 2 yr detailed transactions and 4yr balances in Oracle system. In terms of the data conversion process, we were also going to take the same method. It would, however, cause s

  • Java EXE - Passing Attributes

    Hi, I have a java application that performs many functions. I have compiled this application into an exe file. I would like to automate things. E.g. using Windows Scheduler to run the app at 2am - execute function1, 4am - execute funtion2. etc.. Is i

  • Download assistant quits every time launched

    im on a mac os x version 10.6.7 and ive attempted to download adobe illustrator many times (trial). ive downloaded air as well as the downloading assistant. when i click download, the assistant launches but then quits right away and i get an this "ad

  • J'ai installé adobe reader 9 pour les fichers PDF et !!!

    des que j'essaie d'ouvrir un ficher PDF, il me retourne au Download de Adobe 9. je suis avec Windows 7,sur un portable. Quelqu'un peut-il m'aider.