Missing Audio when Sharing to JVC Camcorder

When attempting to share my iMovie with my JVC camcorder via iLink, the video records on the camcorder but the sound does not. The camera is set to 16 bit sound. No sound comes out of the iMac or into the camcorder. When the iLink is removed, the sound plays fine on the computer.
Any suggestions?
Thanks,
Mike

Turns out the audio needed to be linked to the .motn sequence.

Similar Messages

  • **Missing Audio when Exporting to HD**

    Hi,
    I have been trying to find a solution to missing audio for sometime and there are many discussions on this forum regarding this topic. I have an external drive and in the past I have lost audio, I guess because the event and the project were on different drives, I have resolved that. Also, the problem that I have is not related to the speed of a clip or that I have more than 10GB in my events (I don't). There have been other audio issues and I have always been able to resolve them but this one has me stumped! I thought that perhaps the graphics card was not up to the task but this has just happened and now I am confused.
    I have just completed a project that was only 3 minutes long 403.5 MB. The movie was imported to iMovie from my video camera and listed as an Event, I also used movie clips and stills from iPhoto, I added titles and transitions. I then exported the movie to Media Browser (mobile size) so that I could import it into Garage Band to make an soundtrack. I then exported the soundtrack as an AAC to iTunes (as I have read that there are issues with MP3 and audio missing). I then opened iMovie and dragged the soundtrack into my project and republished the completed project to Media Browser in the HD size. No problem all works well, I was really happy! Onwards I thought and get another 2010 video finished, wrong!
    On my next project I have done everything that I have described above, this time the project is only 349.8 MB (smaller). The audio on the HD size has failed. I have copied all the files onto my desktop and reimported everything. I have tried exporting using Quicktime or as a Movie but still no audio. I have found that the 'consolidate media' is grayed out when I have all my clips in the project editor, because they are all on my hard drive. As soon as I add the iTunes track that I have exported from Garageband the consolidate media option becomes available. If I select this I then get the message that the iTunes track cannot be copied as it is not on my hard drive! It is on my hard drive (I disconnected all external drives so that there would be no confusion!).
    I cannot understand how the first project worked and the second smaller project failed using the same process! I thought that I would share this information with the forum in the hope that perhaps a solution can be found. I am able to publish the second project to my mobile me in the large and mobile sizes, it would be good to have the HD size for a DVD. There seems to be no logical pattern to the audio disappearing on export. Your thoughts or help would be very welcome.
    Kind regards,
    Watchthebat.

    In Soundtrack if you have selected to use only channel 2 of a stereo file (right click on stereo file and select mono->channel2) you will hear channel 1 when you export. Its a massive bug.
    Could that be the source of your problems? The bug can certainly create exported mixes that sound like stuff is missing.
    There's a recent thread around here about this.

  • Missing Audio when Converting from MPEG1 Muxed to Ipod using QT Pro 7

    I just got my video iPod over Christmas. After reading up on QT Pro 7, I purchased it over the weekend, and have attempted unsuccessfully the past two nights to convert home videos (taken with my Sony digital camera) to iPod format. My home movies play fine when I open them in Quicktime; however, when I export to the iPod format (and also when I export to mpeg4 format), I only get the video and not the audio.
    I've confirmed that my key for QT Pro 7 is successfully loaded, so that's not the issue.
    I've also confirmed that the format of the original video taken from my camera is "MPEG1 Muxed". Several internet discussion boards seem to indicate that missing audio is a common problem for people using Sony cameras and Quicktime. If this is the case, I'd prefer to simply refund my money and buy one of the other video to iPod converters available on the web.
    So, either help me solve this problem, or help me get a refund. I'm fine either way.
    -- Chief1Pat

    QT does not export the sound when exporting from muxed mpegs (mpeg-1 or mpeg-2). QT Mpeg Limitations
    You should be able to export both sound and video with this Windows freeware:
    http://www.videora.com/en-us/Converter/iPod/

  • MISSING TRACKS WHEN SHARING TO ITUNES...

    I just spent a long time creating a song on gband, then i "shared" (send the song to itunes)..when it showed up finished in itunes most of the tracks were not there.....and now most of the audio tracks in the garage band original piece are not there, although visibly they are. Strange. Any suggestions to get the audio tracks back...? thanks..

    Your audio tracks are still on your hard drive i hope if not you can not recover your data unless you buy a data recovery program. Are your tracks real-time or software tracks? software tracks can be performed again that's the only solution.. In addition the audio waveforms "can" show up as "automation reflections" as i call it, or as alias files.

  • Logic Pro X fading out audio when sharing to iTunes

    When I try to share a track I've edited to iTunes, the output has an unwanted fade out effect during the last 10 seconds, leaving the last 2 seconds unaudible. Is there any way I can stop this fade out from happening? I've tried turning off automations in the track, but that didn't seem to work.

    Check your settings in iTunes.... Preferences/playback tab
    You probably have Crossfade enabled... Uncheck it.. along with the other features in that same page... This then makes iTubes playback audio files exactly as they were created and intended to be heard.. without any enhancements.
    Finally make sure you do not have any external plugin enhancements for iTunes running....

  • Missing Audio When Burning A DVD For Grandma

    I've created a short 8 minute video with an audio track on top of it. The 8 minutes consists of a 2 minute video opening created in quicktime. 4 minute slide show imported from iPhoto and 2 minutes of closing credits created in iMovie. The 8 minute soundtrack was created in garage band using several iTunes tracks. (I'M TRYING TO BE ALL APPLE!!)
    Everything looks great when I preview in iDVD. However, when I burn the dvd the audio drops out about 3 minutes into the video and then starts up again at the very end (out of synch of course).
    I've tried everything I can think of - created an image in iDVD and burned using disc utilities , swapped out the audio tracks, changed the photos...still nothing works.
    Any suggestions?? We have a first birthday coming up and we really want to get this to Grandma. Thanks.

    Hi
    Can be audio from iTunes or strange file formats eg .mp3 etc.
    iTunes - Copy out as an Audio-CD .aiff
    Other audio formats - convert to .aiff 48kHz 16-bit
    Use this and it most probably works.
    Yours Bengt W

  • Missing Audio when Using MediaCapture to Record an Audio File

    When I use MediaCapture to record an audio file, save it to Azure Blob Storage, and then download it to play it back invariably the first 5 to 6 seconds of the recording are blank. Is there some fix to this? The code I'm using is the standard, as shown below.
    var settings = new MediaCaptureInitializationSettings();
                    settings.StreamingCaptureMode = StreamingCaptureMode.Audio;
                    settings.AudioProcessing = Windows.Media.AudioProcessing.Default;
                    _mediaCapture = new MediaCapture();
                    await _mediaCapture.InitializeAsync(settings);
                    _mediaCapture.RecordLimitationExceeded += new Windows.Media.Capture.RecordLimitationExceededEventHandler(RecordLimitationExceeded);
                    _mediaCapture.Failed += new Windows.Media.Capture.MediaCaptureFailedEventHandler(Failed);
                    var recordProfile = MediaEncodingProfile.CreateM4a(AudioEncodingQuality.Auto);
                    await _mediaCapture.StartRecordToStorageFileAsync(recordProfile, AudioStorageFile);

    Hi IMOsiris,
    Does the record file lost the first 5 seconds when complete recording in windows phone? We need avoid the confounding factors with Azure. Please test it.
    If lost, we can use the code sample from MSDN code gallery to test whether the problem is persists. Post the result here and I will check if this is a known issue.
    https://code.msdn.microsoft.com/windowsapps/media-capture-sample-adf87622.
    If not, that means there is something incorrect when downloading file from Azure. You need to post on Azure forum to report this issue.
    Feel free to let me know if you have any concerns.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate
    the survey.

  • Missing audio when sending to Soundtrack Pro

    I have a sequence that I'm sending to Soundtrack Pro. It sends and opens but I notice that there is audio missing from sections where I have .motn elements in my timeline. The audio is there in FCP...
    Is there a solution to this?

    Turns out the audio needed to be linked to the .motn sequence.

  • Missing audio when sending from FCP

    When I send my project to Soundtrack Pro from FCP, Soundtrack opens and loads everything up, but oddly some audio clips show no waveform, and contain no sound, but the sound is clearly present and working in FCP.
    What could be causing this?

    mrjam, I am having the same exact problem. I have a sequence in FCP and am using the "send to "Soundtrack Pro Multitrack Project" command. I have tried this almost 30 times now and only twice has it worked properly, i have no clue what was different these two time and tried to repeat the process the exact same way to no avail. What a pain. I have no clue why this function doesn't work. I have a mono pair in FCP and when i "Send to.." there are no waveforms in STP at all, and of course, no audio. Funny thing is it did work twice! Sounds like a major bug! Have you had any luck?

  • Missing Audio When I Play The Whole Movie, But Still in Clip

    I am working on a project in iMovie. I adjusted the audio for all of the clips and it played perfectly. I added a clip, and now if I play the whole movie, the audio of the following clip does not play. If I start playing at that troublesome clip, the audio is still there. Very weird issue.
    I have checked the levels of all clips and all seems normal. I tried restarting iMovie, my computer, repairing permissions, reseting PRAM, emptied the cache. Nothing seems to work.
    Any ideas?
    I should also note that the clip before the one without audio is in slow-motion. If I take the slow-motion off, the audio works fine. Maybe just a bug? Anyone know a way to solve the problem instead of just a work-around?
    Message was edited by: newmanjg

    Make sure that the slow motion is set to a preset value like 25%, 50%. There are tic marks on the slider for the pre-sets. If you use a custom percentage ike 37%, it messes up the audio.

  • Missing audio after sharing or exporting media

    quick time error -50?

    James,
    Did you ever figure this out? I am having the exact same problem!
    Colin

  • Skipping imported Audio when Camcorder is LP/12 Bit - HELP!!

    Hi all,
    I have searched this forum high and low and I have seen people alluding to the problem of skipping audio when importing from a camcorder which is on LP (i.e. 12 bit) mode.
    Has anyone got a solution for this? I have several hours worth of material I need to import - are we seriously suggesting that one cannot doing this with IMovie if the camcorder which is in LP mode??? Surely this can't be right!
    When I select 'filter audio' the imported audio skips (i.e. small parts of missing audio) and when I deselect this option the gaps are replaced with a high pitch beeping.
    Thanks for any help!
    Richard

    Hi Richard:
    Welcome to discussions!
    Sorry to say it is truth-you really do need to use 16-bit audio.
    iMovie: Use 16-bit audio for best results
    http://docs.info.apple.com/article.html?artnum=61636
    One workaround is to record it back to another camera and set it for 16-bit.
    The most logical way is to use iMovie to save the audio as a separate file and then use iTunes to convert it to 16-bit/48KHz.
    Sue

  • Dropped audio when sequence rendered to self contained quicktime movie

    last week i rendered my project to quicktime movie file and all was fine --today --after having done some minor tweeking of the project a clip is missing audio when i send project to quicktime--i've tried rebuilding the troublesome clip--the clip has a segment of audio with one segment that is linked to it and 2 other clips that xdissolve before and after the linked items --total duration about 30 seconds---i've checked audio on and made sure there are no track volume adjusters turned down---is this an fce hd problem or quicktime and might the sequence be corrupt?--i'm at a loss with this one? any ideas folks?

    Btian
    Try Mixing Down the audio just before you export.
    Al

  • TS2289 Audio in iMovie 11 files but missing in sections when shared to iDVD. The movie and audio plays fine in iMovie but my burned iDVD  movie is missing some audio .

    I imported a movie into iMovie 11 from a Canon Vixia HFR 300 SD card with no problem. I have a new iMac running OsX 18.8.4 I think. I added chapter markers and shared it with iDVD. And burned it to a DVD.  Towards the end of this 30 minute movie the sound just stops. I do remember some screen came up when I wanted to burn DVD that said something was wrong with files but I couldn't figure what do to fix it and allowed me to continue. Any ideas?

    Hi
    Either the problem is in iMovie or in iDVD
    two notes
    No Audio in iMovie
    Most common origin is use of audio from iTunes.
    Work around -
    • Select needed audio to one new playlist
    • Copy out this as an Audio-CD .aiff (not .mp3)
    • Use this in the movie-project
    Other origins are
    1. strange / alient file formats as -
    • .mp3, .avi, .wmv etc
    • Convert them into .aiff 48kHz 16-bit and use this
    2. the Mac is set wrongly in regard of midi -
    • Close iMovie and other programs
    • Start GarageBand
    • Make a new GB-project and play some notes
    • Close GB and Save
    • Now try iMovie again
    3. No audio when playback in iMovie 1 to HD 6.
    a. in iMovie pref. - deselect ” Playback via Camera”
    b. in System preferences - see that Audio out is not set to zero. Mine often does this
    without me knowing why.
    4. iMovie’08 & 09 & 11
    • Toggle audio-scimming by cmd-K
    Stuttering audio and video
    1. FileVault is ON - Turn it off
    2. More than 50 audio files in a movie-project
    Mix down to one audio clip
    3. Project is stored on one (USB) external hard disk - should be a FireWire one
    4. the External hard disk is not Mac OS Extended formatted - but
    UNIX/DOS/FAT32/Mac OS Exchange and this will not work for Video.
    5. To little free space on internal boot hard disk.
    I go for a minimum of 25Gb free space when project is imported and edited and this goes for
    4x3 SD Video. For 16x9 HD my guess would be about 5 times more at least.
    Neither Mac OS, iMovie or iDVD can address any other hard disk than the boot drive for it’s
    scratch files. (Unlike Final Cut Express/Pro where You select scratch disk/s)
    6. Network storage - DOESN’T WORK
    No audio on DVD disc.
    Most common origin.
    1. Imported audio from iTunes.
    • In iTunes copy out as an Audio-CD .aiff (Same as played on standard Stereo CD - no .mp3)
    • Use this in Your movie project
    2. Low - Free Space on Start-up/Boot/Internal/Mac OS Hard disk makes it hard for iMovie to work as intended.
    Down to 1.3 GB and it doesn’t work - especially audio don’t migrate over to Media Browser
    (iM’08 & 09)
    3. Material in iMovie’08 & 09 - Shared to Media Browser and here selected as Large
    large.m4v. It silenced out this project in iDVD. By making a slight alteration - provoking it to ask for a new Share/Publish to Media Browser and here selecting 640x480 - and audio was back when a new iDVD project was created including this movie.
    Minuscular - - 176x144
    Mobile - - - - - 480x360
    Medium - - - - 640x480
    Large - - - - - - 720x540    960x540
    HD - - - - - - - - 1280x720
    4. Strange audio formats like .mp3, .avi etc.
    • Change them to .aiff. Use an audio editor like Audacity (free)
    5. Main audio is set to off in System Preferences - Does this by it self - Don’t know why
    Cheque Audio-Out resp. Audio-In
    6. Ed Hanna
    Had the same problem; some Googling around gave me a kludgy, but effective fix
    Downgrade Perian from recent versions back to version 1.0.
    That worked for me, and so far I haven't encountered any deficiencies — except it takes more advanced versions of Perian to enable QuickTime to handle subtitles in .srt format — that I have noticed.
    7. GarageBand fix.
    In this set audio to 44.1 kHz (Klaus1 suggestion)
    (if this don’t work try 48 kHz - me guessing)
    Before burning the DVD.
    • Do a DiskImage (File menu and down)
    • Double click on the .img file
    • Test it with Apple DVD-player
    If it’s OK then make Your DVD.
    Burn at x1 speed.... (or x4)
    • In iDVD 08 - or - 09
    • Burn from DiskImage with Apple’s Disk Utilities application
      •OR burn with Roxio Toast™ if You got it
    Yours Bengt W

  • Missing Audio / Sound in imovie with .AVI files when imported from iphoto

    fortunately i don't need this answered, eventually figured it out my self, just thought it would be helpful to share the solution to this problem as I'm sure others have experienced it. The problem makes more sense when explained chronologically.
    My wife has a Casio digital camera, and had recorded many Movies on it, they all sat in iPhoto all worked fine until i upgraded to Quicktime 7.5, then the audio disappeared. i tried in vain to fix (reinstalled QT 7.5, removed plugins, reinstalled etc.), but to no avail, so i left it - this was all under Tiger, i decided I'd upgrade to Leopard and see if the problem went away.
    Before upgrading to Leopard i got iLife 08, when i first launched iMovie08 it pulled in all the movies from iPhoto, but they too had no sound.
    Then i upgraded to Leopard, now the quicktime missing audio issue got fixed, so i could hear the audio again when launching quicktime via iPhoto (turns out the issue was with how quicktime was handling adaptive PCM audio stream) - i expected all would be fine in iMovie... but it wasnt.
    after much experimentation i realised that i had to force iMovie to re-import all the video from iPhoto, this fixed the issue, but with no obvious way to do this, this is what i did:
    - opened finder, navigated to iphoto library, right click and chose 'show package contents'
    - navigated to the data folder and did a search on this folder only for all movie files (when imovie had originally converted iPhoto movie files into thumbnails it dropped all the thumb size movie files in this folder)
    - deleted all the movie files from the Data folder, making sure not to delete the movie files in any other folders & emptied trash
    - launched imovie, now all the iphoto movies were missing.
    - re-launch iPhoto, whilst holding down shift, option + command keys
    - checked 'rebuild the iphoto library database' only, once done, closed iphoto
    - re-launched imovie, this forced it to re-import all the movies from iphoto
    ... and then the sound was back.
    FYI
    this worked when using...
    OS 10.5.4
    QT 7.5
    iMovie 7.1.4
    iPhoto 7.1.4
    jb

    Hi MGW,
    I do not no how things are handled when using HDV and technical documentation is hard to find on this topic of how photo are handled using HDV but in iMovie and most non HDV video editing software the picture is always 72ppi regardless of what is was/is on the outside and the images that appear the worst are the ones with less.
    On a side note I don't use iPhoto because of all the superfluous files and thumbnails it creates and it disorganises my photos according to criteria that is completely irrelevant to me. I have had these thumbnails pop up in the browser in the past primarily with any photos that existed in the library prior to any updates. With what I have been working on as of late can understand how and why this could happen.
    If you scroll through the media browser dose it appear that the library you are working with duplicates itself somewhere along the line or do you see double images side by side?
    What are you machine specs and please include you screen/display size and graphics card information as this is the most relevant information at this point with what you are doing.
    W1

Maybe you are looking for