How to add audio to exactly start of clip

i have an edited project, created new compound, exported the audio as mp3 and edited audio in soundtrack pro. i then saved the audio as an aiff-c audio file. when i drag it back in to fcpx, its really hard to have it line up exactly to the start of the compound clip. when i do drag it right to the start, it replaces the video instead. what's the best way to get the imported audio to line up exactly with in sync with the video?

so, just to clarify, i put the playhead at the start of the compound clip, select the aiff file from event library, then hit "Q"?

Similar Messages

  • How to add audio to image sequence?

    I've imported a Photoshop image sequence into FCP X 10.1.1.  Dropped it on the timeline, created a compound clip.  So far I can't figure out how to add audio of any kind.  I've tried starting over, making sure properties had audio setting enabled.  No change though.  No matter what I try, no audio tab in the inspector.  What am I missing?
    Thanks,
    Michael

    Are you importing an audio file that is seperate? Otherwise it is attached to your video. in the timeline, choose expand audio & video. You can import almost any format. Import it into the same event that you are in - a song from your desktop or from your folder where you copied all your contents from your camera card or music from ITunes (in which case you use the audio tab on the far right of the timeline UNDER THE INSPECTOR).
    How did you import your media?:
    Help?

  • I forget how to add audio to a document I have made.

    I forget how to add audio to a document I have made.

    lola2610 wrote:
    I can duplicate but that is not what I am looking for.
    This is what it is for. Save As doesn't change the behaviour of Autosave. All changes always get saved at all times. If you want to save as a new document, then do that. If you want to do a save as, just don't make any changes beforehand.
    Second problem is the load of internet pages! It is sooooo slow...
    Try a new DNS server such as OpenDNS. The ones your ISP gives you can be very bad.

  • How to add audio to individual slides?

    According to the Keynote User Guide 2009, on page 70, it is possible to add a sound file to an individual file so that the sound stops when you go to the next slide and you can use a different sound file. What I want to do is use three or four songs on one power point presentation. It says you can do this but does not tell HOW to do it! There is an illustration of how to add sound for an entire slide show, but not for individuals slides. When you place the sound file in the window in the Inspector it goes for the entire show. But not indication how to do it for individual slides. Please inform, thank you.

    Just drag the audio file onto the slide, and it will play when the slide appears. You can also use Builds to start and stop the audio.

  • How i add audio publisher/audio subscriber in my chat applcation

    hello,
    I try add audio publisher/audio subscriber  in chat applcation im using flash bulider 4 however i watch the example in smp applcations
    that have in sdk but what i need i include inside chat applcation button to start and stop audio in chat applcation i treid many times
    to do it but always give me error so what is the way to add audio publisher/audio subscriber  with button for user hit button run audio hit again stop audio, also need to add other button "logout" to user can logout from applaction when finish but after i add button is dosent work too.
    Need help
    Thanks

    Oh nigel sorry i really forget say what is th error however i gonna paste the code to see where is the error buttons "logout" and "start my audio" dosent work
    I dont know why here is the code,
    thanks nigel
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="500" minHeight="500" xmlns:rtc="http://ns.adobe.com/rtc" width="590" height="590" backgroundColor="#3D3B3B" preloaderChromeColor="#999393">
        <fx:Style source="client.css"/>
        <fx:Script>
            <![CDATA[
                import mx.events.FlexEvent;
                protected function txtUsername_enterHandler(event:FlexEvent):void
                    // TODO Auto-generated method stub
                    connectRoom.login();
                    labelUsername.visible = false;
                    txtUsername.visible = false;
                protected function btnZoomScreen_clickHandler(event:MouseEvent):void
                    // move screenShare
                    if(btnZoomScreen.label == "zoom in"){
                        moveEffect.targets = [scrShare,labelScreen];
                        moveEffect.xTo = 10;
                        moveEffect.yTo = 10;
                        moveEffect.play();
                        resizeEffect.target = scrShare;
                        resizeEffect.widthTo = 520;
                        resizeEffect.heightTo = 479;
                        resizeEffect.play();
                        btnZoomScreen.label = "zoom out";
                        btnZoomScreen.y = 5;
                    }else{
                        moveEffect.targets = [scrShare,labelScreen];
                        moveEffect.xTo = 294;
                        moveEffect.yTo = 296;
                        moveEffect.play();
                        resizeEffect.target = scrShare;
                        resizeEffect.widthTo = 250;
                        resizeEffect.heightTo = 293;
                        resizeEffect.play();
                        btnZoomScreen.label = "zoom in";
                        btnZoomScreen.y = 296;
            ]]>
        </fx:Script>
        <fx:Declarations>
            <s:Move duration="500" id="moveEffect"/>
            <s:Resize duration="500" id="resizeEffect"/>
        </fx:Declarations>
        <rtc:ConnectSessionContainer horizontalScrollPolicy="off" verticalScrollPolicy="off" id="connectRoom" autoLogin="false"
                                     roomURL="http://connectnow.acrobat.com/jannaali/mymeeting"
                                     x="0" y="55" width="590" height="535" backgroundColor="#323131" contentBackgroundColor="#FFFFFF">
            <rtc:authenticator>
                <rtc:AdobeHSAuthenticator userName="{txtUsername.text}"/>
            </rtc:authenticator>
            <rtc:SimpleChat  x="10" y="10"  width="274" height="479" chromeColor="#CCCCCC"/>
            <rtc:WebcamSubscriber x="292" y="23" displayUserBars="true"  width="250" height="250"/>
            <rtc:AudioPublisher id="audioPub" height="0" />
            <rtc:AudioSubscriber id="audioSub" height="0" />
            <s:Label x="292" y="10" text="Ahmed's webcam" fontFamily="Verdana" fontSize="9" color="#040404" chromeColor="#CCCCCC"/>
            <rtc:ScreenShareSubscriber id="scrShare" width="250" height="193" x="294" y="296"/>       
            <s:Label id="labelScreen" x="295" y="285" text="Ahmed's screen" fontFamily="Verdana" fontSize="9" color="#060606"/>
            <mx:LinkButton x="474" y="296" label="zoom in" fontFamily="Verdana" color="#0712A9" id="btnZoomScreen" click="btnZoomScreen_clickHandler(event)"/>
            <s:Button x="19" y="497" label="start my audio" height="28" width="106"/>
            <s:Button x="133" y="497" label="logout" width="106" height="28"/>
        </rtc:ConnectSessionContainer>
        <s:Label id="labelUsername" x="165" y="191" text="Enter a username and press Enter:" color="#4A0606" fontSize="13" fontWeight="bold" fontStyle="italic"/>
        <s:TextInput x="165" y="205" width="221" textAlign="center" id="txtUsername" enter="txtUsername_enterHandler(event)"/>
    </s:Application>

  • How to add audio track to Final Cut Express

    Does anyone know how to add a audio track to Final Cut Express? My default is four available tracks. What if I want to have 6? How can I add a additional two to the timeline?

    Move your cursor into the gray area below the A4 audio track, then control click and select Add Track.

  • Anyone know how to add audio without image and still use autoplay feature?

    Does anyone know how I can add audio to a webpage without having to add an image and still be able to use the autoplay feature? Adding as hyperlink doesn't accomplish what I'm after. Thanks in advance for the education!

    You can use the "hidden" song file method...
    http://roddymckay.com/Satellite/CatchTheTide.html
    You don't have to hide it completely if you don't want to - just reduce it to a small dot.

  • How to add audio to an PS-animation

    How can I add audio to an PhotoShop CS5 (ext)  animation?
    Fred

    Maybe you should check over at
    http://forums.adobe.com/community/design_development/animation
    or the Fora dedicated to one of Adobe’s video editing program’s – not that there may not be free programs available for such tasks.

  • How to add audio files.

    I'm using Premiere Elements 11 on my iMac.  I can't for the life of me figure out how to add music files to the 8 or so that come with the program.  Anybody else having this problem or am I just dumber than most?

    Comstar 11 wrote:
    As I put in my original post I might be dumber than most and that's still a possibility.  I also tried the "Use Smartsound" same feeling that I didn't like the add on that just took me to another site to sell me music.  I couldn't find the "Project Assets" box after looking almost everywhere.  But.....  I was in the "Quick" mode.  Knowing I was a rank beginner I avoided the "Expert" tab.  But after looking everywhere else I opened that tab and "It's A Miracle" there it was.  Still stumbling through the learning process so thanks for your kind help.  If I hit the wall again I'll make another post looking for help.  Thanks Again.
    I tried the Quick mode.  When I did 'add media' in the upper left corner, video files went straigt to the project box.  Then I tried an audio file and it went below the video in the project box.  So, I see where in 'Quick' the 'Project Assets' box and step are skipped.  Sorry about misleading you.
    Either way, audio files get to the project box when you pick them up as a file on your computer.
    There are two great sources to speed the learning process.  lynda.com has courses that are like a personal demo of everything PrE does with a great coach explaining it.   http://www.lynda.com/Premiere-Elements-tutorials/Up-Running-Premiere-Elements-11/109763-2. html  A few if the chapters are free as a trial.  The fee is $25 for a month of access.  One month is more than enough if all you want is the one course. 
    If you prefere owning a course on a disk, video2brain is an alternative, but I don't think it is as thorough.
    Bill
    Bill

  • How to add audio to keynote on iPad

    I want to add audio to a presentation on keynote but I don't know how? There isn't an option to add audio in the media section.

    Hello Cami231100,
    Thank you for using Apple Support Communities!
    It looks like you will have to add the audio in Keynote on your computer, then import the project to your device from iTunes.
    Keynote for iOS (iPad): Animate objects on a slide
    http://support.apple.com/kb/PH3486?viewlocale=en_US
    You can also include music and sound effects in your presentation by placing an audio file onto a slide. To add an audio file to your presentation, you must first import a presentation that contains the audio file you want to use, and then copy and paste the audio file to any slide or presentation on your iPad.
    This article will help you get the project to your computer, so you can add the audio, and will help you get the project back to the iPad.
    Keynote for iOS (iPad): Share presentations by connecting to your computer
    http://support.apple.com/kb/ph3497
    Cheers,
    Sterling

  • How to add audio to sequence of slides, not whole presentation nor individual slide?

    I want to add an audio track which will play during a sequence of slides in Keynote, but I can only find how to add to a single slide or add to whole presentation.

    Question asked and answered many times. Here is one…
    https://discussions.apple.com/message/12787720#12787720

  • How to add Audio Track to Existing AVI File

    Dear Friends,
    I have a AVI file, which contains only the Video Track.
    Now i want to add Audio track to this existing Video Track AVI File.
    Please suggest me with samples.
    Regards
    Senthil

    Try next:
    Get a datasource from the avi.
    Get a datasource from the audio track.
    Create a MergedDataSource with both.
    Use a datasink to write to a file or play it with a player...

  • W2371D MONITOR HOW TO ADD AUDIO

    I have this monitor and wish to add audio so I can play utube, attend webinars etc with sound
    Can anyone assit with the best way to add audio please as therre doesnt appear to be a plug in for standard speakers
    Thanks   

    Hi,
    Based on the following specs:
       http://www8.hp.com/au/en/products/monitors/product-detail.html?oid=5269331#!tab=specs
    It does not have speakers. It ONLY has VGA and DVI-D connectors therefore one option: buy a set of external speakers and plug to your computer. You can mount them to your the monitor if you wish.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to add Audio to a button

    Exactly as the title says, how can I add a ding to one of my buttons whenever the user clicks it?

    Hello,
    This is relatively straightforward once you understand how to work with a Var in Siena
    Assuming you start from blank screen
    add your sound via App Data / Media (right click for the media
    add an "Audio" control to you screen (right top cross)
    in the "Autostart" of your Audio1 put "bstart" without the quotes
    in the OnSelect of the button put
    UpdateContext({bstart:false});UpdateContext({bstart:true})
    So far you will then have a button that plays you that sound.
    You will have to decide what to do with the action you have behind. If the action is within the same screen you can add directly after the OnSelect of the button.
    Most likely you will need to move to another screen and then you should add the action in the OnEnd of your audio control
    Navigate(Screen2,ScreenTransition!Fade)
    Two remarks
    You can set the visibility of your Audio1 to "false" (select the audio and go to express view "visible". If you want to select it again and toggle the visibility you can use the control drop down on the top left to select your Audio1
    If you have multiple buttons you want to add the sound the safest way is to add a few other players as otherwise the OnEnd will be quite tricky if you just use one. You can safely point the audio control to the same media file but replace the bstart
    I mentioned above to "bstart1" for the first, "bstart2" for the second, etc.
    Hope this explains it a bit.
    Regards
    StonyArc
    http://www.stonyarc.com http://www.xboxlivenation.com

  • How to add table attributes to start stop html table item

    Hello,
    I want to put a frame around a number of items between a start/stop html table item. How can I do that?
    Can I add border= "1" somewhere?
    Thanks for the help

    Hello,
    You would do something like this
    <style>
    .formlayout{border:1px solid red}
    </style>
    But how can I put it on and off then? You could use some javascript to do it or use the region id and then get the second table in the region body with that class name, there are a couple different ways to do it but none are simple and out of the box.
    If you can out an example page on apex.oracle.com it will be much easier to help you out with the exact code.
    It will be much simpler to do in 3.1 which is why that enhancment was put in.
    Regards,
    Carl
    blog : http://carlback.blogspot.com/
    apex examples : http://apex.oracle.com/pls/otn/f?p=11933:5

Maybe you are looking for