How do I mute the sound on a movie clip that I'm using in iphoto slide show?

I cant get rid of the sound on a movie clip I'm using in an iphoto slide show. I want to mute it as I'm using music on the slideshow. Thanks!

Did your Mac come with iMovie preinstalled?
Then you could export your video, import it to iMovie and remove the audio track. iMovie has two methods to silence a video clip - you can either select the clip in the project and use the command "Detach audio" or chance the audio settings of the clip and set the volume to zero. Then render the video new and import the silent version to iPhoto to use in the slideshow.
Regards
Léonie

Similar Messages

  • How do i mute the sound in a movie clip using action script?

    assuming my movie clip is named "movie"

    You should use SoundTranfrom object and soundTransform property of your movieClip.
    At first you have to instantiate soundTransform object and assign value of 1 to it's volume property:
    var soundTr:SoundTransform = new SoundTransform();
    soundTr.volume = 1;
    Than a simple toggle function, which changes volume property of soundTr and assigns the object soundTr to your movie's soundTransform property.
    function toggleMute():void
        if(soundTr.volume == 1)
            soundTr.volume = 0;
        }else{
            soundTr.volume = 1;
        movie.soundTransform = soundTr;
    Regards,
    gc

  • How do I get a movie clip to play fully in an iphoto slide show.

    How do I get a movie clip to play fully in an iphoto slideshow.  Right now it only plays for a few seconds, while the complete clip is 22 seconds.

    Bring up the Settings pane for the slideshow and click on the movie clip in the tray at the top.  Then in the Settings pane click on This Slide button and set the play time to the actual length of the movie clip. 
    OT

  • How do I mute the audio of a video clip in PS 6

    I have video clips on several layers in the timeline and want to mute the audio of specific video clips - they are on video lines, not the audio line

    an interesting development as I proceed with the video. I guess I'm missing an integral concept here. It appears that some of my cideo clips import into the project and the segments have a blue color. These offer an option to fade in or out the audio, to mute the audio or adjust the volume.
    Other vidoe clips import purple, like the still image files, and hence these do not offer any audio options, just motion objects.
    So, what am I doing wrong? Why do some video clips import (purple) as image files?

  • How can i delete the duplicate pictures and movie clips on my macbook pro

    how can i delete all the duplicate pictures and movie clips on my macbook pro. it is telling me i have no memory

    By 'no memory' may I assume you are out of space on your hard drive?
    Obviously you can delete them one by one, but this is tedious and will take a long time and you wish to do this quickly and efficiently.
    This is my suggestion and it may not be worth a lot:
    If all of your duplicates have a unique characteristic common to them that the originals do not, this MIGHT work.  For example if you make a duplicate of an image, it will have the same title as the original, but will insert the word 'copy' in its' title.  (It should do some thing similar with movie clips).
    Go to Spotlight in System Preferences.  Click on Privacy (near the top of the pane) and then the + sign (near the lower left hand corner).  This will result in a drop down menu.  Select all the places you do not want Spotlight to search.  You should leave only Music and Movies unless you have pictures/movie clips in other places.
    Enter into spotlight the unique characteristic (ie; copy) and it should (I hope) list all your duplicates.  Perform a Select All, and put them in Trash.
    Otherwise do them one by one or write an Apple Script Program.
    If my convoluted idea does not work, perhaps you will be lucky and a more savvy person with a real solution will come forth!
    Caio.

  • How to build a custom movie clip that will be used as a cell renderer for column in a grid ?

    i want to build a datagrid that shows a picture and underneath it a name.
    the problem is i dont want to see all of the pictures, but all the pictures that have certain requirements, so i cant just make one movie clip that includes all the pictures and names.
    so my question is how do i build a movie clip that contains photo and text?.

    You do not create movieclips on the timeline using code, though you can create them and add them as children of something that has been manually placed in the timeline.
    To create a MovieClip using code you use: 
        var mc:MovieClip = new MovieClip();
    If you need to add an image, then however you intend to acquire the image, after it has been acquired, you add it to the MovieClip using:  
        mc.addChild(img); 
    where img is the instance of whatever form of object the image takes (Bitmap, Loader)
    If you need to add a TextField to the MovieClip then you use: 
        var tf:TextField = new TextField();
        mc.addChild(tf);
    and you can set up properties for the textfield such as the font and color and position as well after it has been instantiated (the first line).

  • How do I mute the sound from the video camera when burning a DVD

    Hi there.  I'm a new user of Elements 8.  I have compiled some clips and added a soundtrack to the movie,  When you preview the file you don't hear the sound from the video camera but when I burn it to a DVD you still hear the video background.  How do I burn the DVD without the background sound from the video camera?  On the DVD I only want to hear the soundtrack I added.
    Thank you,
    Doug

    Thanks guys.  Both options worked.  Dowside to deleting audio (option I went with) appears to be that you lose the audio forever.  So if I ever wanted to bring the audio back I wouldn't be able to.
    You are partially correct in that the Audio is no longer on your Timeline. It is still in your Project Panel, and you can move it back to your Timeline if ever needed. The complete removal from the Timeline is why I work with the Audio Mixer in cases like this. Also, on could alter the Gain on a Clip by Clip basis.
    With using the audio mixer it appeared I had to mute each clip separately.  When I highlighted all the clips and selected mute for audio 1 it wouldn't mute all of the selected clips.
    The Audio Mixer works at the Track-level, and not at the Clip-level. That is why I use it so often - one click, or slider adjustment affects the entire chosen Track. If it did not work at a Track-level for you, something is wrong. Now, if one has Clips on different Tracks, then Muting of all of those would be required, or one would have address things on a Clip-level basis.
    Any way to use the audio mixer to mute the clips in mass?
    See above for how it should work, and also the exceptions - Audio on several Audio Tracks.
    Good luck, and remember that your Audio still resides in the Project Panel, should you ever need it again.
    Hunt

  • How to detect the end of a movie clip:  what eventListener to use?

    I'm doing a rather fancy button with up,down,rollover,rollout,and static states, something the standard flash button structure isn't capable of as far as I can tell, and believe me, I've tried it.
    Here's the setup:  My main timeline has a series of frames with stop(): scripts, and each frame has a movie clip representing what should happen during that state:  still, rollover, rollout, mousedown, mouseup
    I can't get the mouseup event  to work.
    Here's what I've tried so far that doesn't work:
    1. in the imbedded movieclip, no script at the end.  Result: This just loops the embedded clip.
    2. in the imbedded movieciip, put gotoAndPlay("NextFrame"), where "NextFrame" is the label in the root movie where I want to go. result: loops clip
    3. in the imbedded movieciip, put root.gotoAndPlay("NextFrame"), where "NextFrame" is the label in the root movie where I want to go. result: error
    I think what I need to do is write an eventListener for the root actionscript, but I don't know what event to listen for. 
    What event is thrown when a movieclip finishes playing?
    :<)McFrisco

    You have to create your own mechanism(s) for detecting the end of a movieclip being reached.  You can either build code into the end of the clip itself, possibly dispatching an event that is being listened for by a containing timeline, or you could continuously monitor the currentFrame of the clip to see if it equals the totalFrames value.

  • Newbie: How to go to the next frame after movie clip is complete

    I know this should be the simplest thing to do, but I can't
    figure it out. I have a movie clip on my timeline. I want it to
    play completely before the timeline moves to the next frame. Can
    someone point me in the right direction?

    On the last frame in the movieclip, place this code (it's
    Actionscript 2).
    _parent.nextFrame();

  • How can I convert my animation into a working movie clip that can be used with a new scene?

    Hello all,
    First and foremost, I AM A TOTAL FLASH NOOB. I want to preface this and make it incredibly clear how new this all is to me. I LITERALLY started using flash this morning; that is precisely how new I am.
    With that being said I am going to do my best to explain what I'd like to do.
    I have created an animation of a spider moving its legs back and forth. I want to be able to combine all of the layers into 1 simple animation that can be imported into new flash scenes with the animation exactly how it stands. I have figured out how to convert the whole animation into a symbol AND I have figured out how to import the movie clip from the library. However, herein lies my problem. When I open a new flash scene and import my animation, I play it and it does nothing at all. It's just the static image of the spider I created with no movement.
    I've spent the last couple hours trying to figure out (and doing my own research) what I have done or didn't do to get to this point. I'd be willing to bet I am just going about the entire process incorrectly and I'm simple overlooking a basic facet of the program.
    Any insight to fix my ignorance is greatly appreciated.
    (P.S. Hell, I don't even know if I am using the correct terminology so for all I know I am confusing every person who has taken the time to look at my question. If I am using incorrect terminology please correct me to avoid future hang ups. Thank you.)

    Ned! This totally worked! Thank you! I knew there was a tiny piece of this whole thing that was preventing me from making everything work. Unfortunately as my luck would have it, although I have the movieclip working the spritesheet converter I'm using now no longer recognizes the movie clip. The converter says there are 7 frames in the animation, but doesn't display any working sprites. Just a blank sheet. Frustrating to say the least.
    I'm just going to throw everything out on the table here:
    This is the video tutorial i'm using to convert my animation into a spritesheet. I've done the steps exactly as directly up until the point I actually click "Begin Conversion." When begin conversion is selected, it shows the movieclip exists on the bottom left underneath "list of movieclips" but doesn't actually show any individual sprites.
    Here's the simple sprite converter I am using.
    The irony of this whole situation is that you have successfully helped me make a working movieclip (which was the important piece), but the converter no longer recognizes it. Whereas before, it would at least show the image on the 1 frame of animation it had.
    If you wanted to to take a stab at it and see if you can successfully get it to work I'd be appreciative. If not, I totally understand as you have already been incredibly helpful and have my eternal gratitude for getting me this far. These animation programs can be quite overwhelming when they so vastly differ from one another. Don't even get me started no Anime' Studio Pro.

  • How can I change the date of a movie clip?

    I just digitized some Video8 analog tapes into iMovie and iMovie filed them under 2012 category (since analog tapes have no metadata I suppose). Is there any way to assign the correct year (i.e. 1998) to the clips so they will be filed under the correct year?

    Hi Karsten
    Me just adding in - tried this date and time change and as I get it
    • iMovie'08 - can't be done - Right-Click or Shift-Click or whatever-Click - just don't work
    • iMovie'09 (and most probably iM'11) - Exactly as describet - BUT one must ctrl-Click on one CLIP at a time - Can't be done to a full Event in one stroke (at least I can not figure out how)
    (Now I did figure it out - Select Clip one - keep Shift-key down and select last clip in Event - then when all is selected ctrl-Click in one of them and Change Date & Time and all will change)
    Yours Bengt W

  • How can i change the date of imported movie clips from mini dv?

    i imported 1 hour of video from the same tape and created 1 event for all of them.but the date of it is today so imovie is showing it under 2011 when it is 2008? i tried the terminal command touch -t 200806061200 and then draging the event from movies-imovie events to the terminal, i also tried the touch -mt but its not working The folder itself changed dates but not all the clips inside it?

    Hi Karsten
    Me just adding in - tried this date and time change and as I get it
    • iMovie'08 - can't be done - Right-Click or Shift-Click or whatever-Click - just don't work
    • iMovie'09 (and most probably iM'11) - Exactly as describet - BUT one must ctrl-Click on one CLIP at a time - Can't be done to a full Event in one stroke (at least I can not figure out how)
    (Now I did figure it out - Select Clip one - keep Shift-key down and select last clip in Event - then when all is selected ctrl-Click in one of them and Change Date & Time and all will change)
    Yours Bengt W

  • How do I mute the microphone on a MacBook Air?

    How do I mute the Microphone on a MacBook Air?
    I am using a converting program and a USB turntable to convert my vinyl record to CD for my personal use.  During the recording session, environmental noise/room noise gets recorded at the same time via the built in microphone.  Is there anyway to mute this microphone or disable it?  I could do that on my old Toshiba with its Window program.
    Nantais

    Turn the input volumn down all the way for the Mic. You do that in the Sound Applet In System Preferences.

  • How do I mute the startup sound

    How do I mute the startup sound on my imac

    The start up sound is there for specific reasons, for example if you do a Safe Boot or PRAM reset  you need the start up sound to do those key functions. I would recommend against masking it and follow Apple's suggestions.  Please read your owners manual, where Apple states:
    Putting Your iMac to Sleep
    If you‘ll be away from your iMac for less than a few days, put it to sleep. When your iMac is in sleep, its screen is dark. You can quickly wake your iMac and bypass the startup process.
    This means don't turn it off, my iMac is about 5 years old now. The only time it's restarted is when I'm doing updates, it has reliably that way and has never given me any problems. In short, let it sleep when it's not being used.

  • Just got fcp, how do mute the sound on the video clip so it does not come through the audio track?

    just got fcp, how do mute the sound on the video clip so it does not come through the audio track?
    Please help

    Don't edit the audio into the timeline. Or pull the audio level down to zero in the inspector or on the audio waveform in the timeline.

Maybe you are looking for

  • T400 shuts down when connected to external display

    I have a visiting user , who has a T400 6475-BD7 ( i believe)   that blue screens whenever connected to an external display. I have updated the BIOS, Video driver ( Intel) and Presentation manager, but the problems still remains any one has a similar

  • Apple Magic Mouse and Headset

    As soonas i run my Apple Magic Mouse together wit my samsung hm3100 my mouse is loosing the connection as soon as i switch of muy head set everything is fine Macbook Pro 17 inch snow 10.6.8 Any idea Thanx Frank

  • Date format in ESS

    Hi Portal Gurus I have a requirement of changing the portal date format in ESS screens and other km documents modified date. Now it is in mm/dd/yyyy format  and should be in the dd/mm/yyyy format. already in  su01 user-profile date format is in dd/mm

  • In depth information about SAP SRM

    Hi, i was wondering if there is a source or may somebody personally who can answer me some general questions about sap SRM, which go beyon the 10 page 40000feet-white paper of SAP. - what is the main difference between MM and SRM - how difficult is t

  • Bank partner selection

    Hi all I want vendor bank partner field available for selection while doing either FB60 or MIRO thanks Pushkaraj