Insane duration of audio rerender in Multicam Timeline - is there a workaround? (CS6)

I am using the Multicam function (CS6) on timelines with a duration of 60 to 120 minutes. Sometimes I have to cut out a small portion of the video, and then Premiere needs to rerender the audio - which is quite annoying because it takes several minutes to do so.
But now it has grown even worse. I cut a small portion of the timeline, marked and copied it, undid the cuts and inserted the copied part at the end of the timeline. Then I wanted to continue editing but Premiere still started the audio rerender process - but it says it would need more than 8 hours for this?!? Seriously? (It finally rerenders a lot faster (25 minutes), but still that is more than annoying, just because I did a cut and undone it... .
So is there a way to work around this behavior or can it be avoided at all? Needless to say that an 8 hours pause in my working schedule is not acceptable at all.

Hi Discover-Truth,
So is there a way to work around this behavior or can it be avoided at all? Needless to say that an 8 hours pause in my working schedule is not acceptable at all.
I've seen this happen to users when their sequence settings for audio sample rate do not match the clip settings for audio sample rate. Can you check on that?
Thanks,
Kevin

Similar Messages

  • How to sync to clips to audio without using multicam ?

    Hi there,
    I want to sync a video clip to sync with an audio file on the timeline.
    How do I do this without using multicam ?
    Thanks

    You can't sync clips in the timeline unless you manually sync them. Otherwise, use the sync function in the browser and replace what you have in the timeline with the  synced clip.
    Russ

  • How to make audio track respond to timeline

    I'm starting a project and need the ability to control the speed of an audio file playback using the timeline.
    There are specific events that happen at certain times in the song, and i need the ability to scrub forward and backward on the timeline, including the audio. is this possible?
    I have a mechanism to scrub through the timeline of a symbol, but i can't get it to recognize the audio track.
    I use this code on the stage in a "composition ready"
    var symDur = sym.getSymbol("timelinePlay").getDuration(); // Get the timeline length of timelinePlay. We'll reference this later in the code. var mySymbol = sym.getSymbol("timelinePlay"); // Get the symbol timelinePlay. We'll reference this later in the code. var scrubber = sym.$("scrubber"); // Touch this to scrub the timeline of timelinePlay var bar = sym.$("bar"); // Bar the scrubber follows sym.$("mobileHit").hide(); // Added an extra invisible div to increase the hit region for mobile (hard to grab otherwise) var dragme = false; // Set the initial dragme function to false // Detect if mobile device, and if so swap out mouse events for touch events. This is pretty much duplicated code with touch events swapped. if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) {     sym.$("mobileHit").show(); // Show the extra invisible div to increase the hit region for mobile (hard to grab otherwise)     $(function () {         scrubber.bind("touchstart", function (e) { // Enable the scrubber on touchstart             e.preventDefault(); // Cancels the default action of the mobile device - used to ensure our touch events are fired             dragme = true;         });         scrubber.bind("touchend", function () { // Disable the scrubber on touchend             e.preventDefault();             dragme = false;         });         scrubber.bind("touchmove", function (e) { // Make the magic happen on touchmove             if (dragme) {                 var touch = e.originalEvent.touches[0];                 var possibleX = touch.pageX;                 var leftX = bar.offset().left;                 var rightX = (leftX + bar.width()) - scrubber.width();                 var scrubWidth = rightX - leftX;   // Confine the scrubber to the width of the bar                 if (possibleX < leftX) {                     possibleX = leftX;                 }                 if (possibleX > rightX) {                     possibleX = rightX;                 }                 scrubber.offset({                     left: possibleX                 });                 var relativeX = possibleX - leftX;                 var stopTimeline = Math.ceil((relativeX / scrubWidth) * symDur); // Make the scrubber scrub the timeline length of timelinePlay                 mySymbol.stop(stopTimeline); // Stop the timeline of timelinePlay when the scrubber is released             }         });     }) } else $(function () {     scrubber.mousedown(function () { // Enable the scrubber on mousedown         dragme = true     })     $(document).mouseup(function () { // Disable the scrubber on mouseup         dragme = false     })     $(document).mousemove(function (e) { // Make the magic happen on mousemove         if (dragme) {             var possibleX = e.pageX;             var leftX = bar.offset().left;             var rightX = (leftX + bar.width()) - scrubber.width();             var scrubWidth = rightX - leftX;             // Confine the scrubber to the width of the bar             if (possibleX < leftX) {                 possibleX = leftX;             }             if (possibleX > rightX) {                 possibleX = rightX;             }             scrubber.offset({                 left: possibleX             });             var relativeX = possibleX - leftX;             var stopTimeline = Math.ceil((relativeX / scrubWidth) * symDur); // Make the scrubber scrub the timeline length of timelinePlay             mySymbol.stop(stopTimeline); // Stop the timeline of timelinePlay when the scrubber is released         }     }) }) 
    and have an group called 'scrubber' that contains a div called 'dot' and a box called 'mobileHit.' There's a horizontal bar that's not included in the 'scrubber' div (representation of a timeline) called 'bar' on top of which the 'scrubber' sits.
    the whole contraption controls a symbol called "timelinePlay"
    If there's any way to get the audio included in the timeline and give me the ability to scrub through the timeline /and/ audio, (imagine manually fast forwarding and rewinding a VHS tape) that would be wonderful!!!

    anybody?

  • I'm trying to reverb an audio clip in my timeline and I can't find the effect tab in the browser to drag to my audio clip to reverb. I can reverb the clip in the viewer but can't it won't drag to the timeline. I'm using FCE

    I'm trying to reverb an audio clip in my timeline and I can't find the effect tab in the browser to drag to my audio clip to reverb. I can reverb the clip in the viewer but it won't drag to the timeline. I'm using FCE

    You cannot drag the effects themselves to the timeline.  You add them to a clip in the Viewer, just as you have done. 
    If the clip was already in the timeline when you  opened it in the Viewer (by double-clicking it in the timeline to open it in the Viewer) and then added the reverb effect, there is nothing further to do, you have added the effect to the clip.  You don't drag it back to the timeline.
    You only have to drag the clip to the timeline if the clip was not already in the timeline (for example, if you opened the clip from the FCE Browser; or set different In and Out points in a master clip to use a different portion of the master clip in a different location in your timeline).
    Depending on the effect you add, you may have to render the timeline after adding the effect.  But I don't think reverb requires immediate rendering.  One other note, you said you were working with an audio clip ... audio clips need to be AIFF (not MP3 or something else) and preferably 16-bit stereo.

  • NO AUDIO DURING PLAYBACK ON TIMELINE

    Ever since I tried using the Narration tool in Premiere Elements 12, I have had nothing but problems with audio.  The narration tool itself cause Premiere to crash.  I decided not to use it again, but I continue to have problems.  I can hear audio in the clips when i play them through the source monitor, but if I drop it on the timeline, then there is no audio during playback.  I've already checked my audio output settings and I've already tried restarting Elements and my Macbook.  I've even tried to change the audio output devices just to make sure I didn't screw it up when trying to activate the microphone for narration.  Please help!
    *NOTE - this is only a problem in the current project.  When I made a new project, it played back fine.  The problem is that I have hundreds of assets that I've renamed with descriptive file names, as opposed to the formatted file name the camera gave them. 

    Good morning Steve.
    Yes, there is a waveform on the clips.  However, when I open Audio Mixer, I do not see any audio registering. 
    Also, I do not have a USB microphone plugged into my computer. 
    Finally, I have done the Audio Hardware check.  I have tried using both "Built in Output" and "System Default Input/Output" but neither works. 
    Not sure if it helps to know this, but I have also tried to add music files to both Audio 1 track and also Soundtrack track.  Neither one will play back audio on the timeline, even though I can clearly see the waveform on the file.  It also does not register on the audio mixer.  This tells me that it;s definitely an issue with this specific timeline.  Is there any setting or mute button I may have accidentally changed?  None of the mute buttons are checked off in the audio mixer.

  • How do I see the duration of a clip in the timeline ?

    Hi there,
    How do I see the duration of a clip in the timeline ?
    How do I change the duration by typing in a number (instead of dragging its ends) ?
    Thanks

    Tom Wolsky wrote:
    Select the clip. The display at the bottom of the timeline window will tell you the clips duration.
    Control-D will open the duration display in the dashboard.
    Control-D is the same as right click & select "Change Duration" ?
    But where is the dashboard ? Nothing pops out ! (ie no new windows appear)
    Any ideas ?

  • How do I see the audio waveforms in the timeline

    How do I see the audio waveforms in the timeline
    G5   Mac OS X (10.4.6)  

    In Sequence Setting (cmd-0) set the "Show Audio waveforms" in the Timeline Options tab.

  • Why can't I see audio waveforms on my timeline?

    Hi,
    I was just upgraded to CS6 Production Premium from CS5 and I can't see any audio waveforms on my timeline in Premiere Pro. Is there some setting I need to change?
    Thanks.
    S.

    There's no setting for this.
    Have you waited for all media to finish conforming?

  • Audio flat-lines in timeline

    Today my large project will not play audio from the timeline, on any of the edits. The audio is flat-lined.
    But here is the strange thing: very few clips play fine in the timeline, but there are a few that do. When I play any individual clip, the audio is fine, plays normal with no problems.
    So its inside Premier. It can't be hardware.
    If I take a clip, the identical one that is used in the edit, that will not play audio, and put it from the bin into the same timeline, the audio plays fine.
    So something is happening to the audio clips after they have been in the time line for a while. A rendering issue??
    SO very annoying and frustrating.
    I found this post in the support history a few times, but nobody has come up with a solution yet.

    System specs?  Versions?  Help us help you.

  • I can't see the Audio Waveforms in the timeline. No triangle button to click. Just switched from FCP. Help!?

    I can't see the Audio Waveforms in the timeline. No triangle button to click. Just switched from FCP. Help!

    When I click on the wrench or right click to customize the box, these are the options I'm given.  I don't see waveform.  I've edited in Adobe Audition for years, and see the waveform panels in all the Premiere Pro tutorials, am I missing something?  (besides a brain?)

  • Can you 'zoom' the audio waveform in the timeline?

    Unable to find a solution in the help or the FAQ, so I'll post my first question here :-)
    I would like to vertically zoom into the audio waveform in the timeline. My situation is that I have a 24-bit audio mix of a classical concert with a fairly large dynamic range, i.e. very loud bits and very quiet bits in one single audio file. I don't see enough waveform detail in the quiet parts, even when I enlarge the track vertically. I haven't found an official way of zooming in, at least in the timeline. The audio-waveform-only display in the source monitor does offer a vertical zoom.
    The official help only offers this:
    "To see more volume detail when viewing an audio waveform in a Timeline panel, increase the track height."
    Which seems to imply that 'zooming' in further to bring out the really quiet parts is not a feature.
    I found a bit of a workaround, which is to adjust the clip gain -- the audio waveform changes accordingly. However I'd prefer not to be changing the audio volume every time I need a different vertical zoom on the waveform.
    Thanks,
    3p

    While you can't zoom and the vertical adjustment is limited (which sucks because you can zoom in Audition)` there are still a few more options that might help increase the vertical size of the tracks window.
    First, to adjust the vertical space of each track in the timeline place your selection tool over the line between the tracks over on the left side of the track where audio controls are and drag the track bottom up or down. You can also increase the workspace of the timeline by dragging it up using the same technique, or if you have another monitor put the timeline over there and make it much bigger.
    Second, use the tilde key to expand the entire timeline window. It's the key to the left of #1 key at the top left. Hit it again to return. It will expand any window that is selected. I use this one to get a better look at the waveform. You can also drag the tracks to make them larger.
    good luck!

  • Loss of audio panning effects with timeline audio of Sync type "Stream"

    I have a Flash animation which is loaded into a parent master Flash file. In the animation, there is voice audio embedded in the timeline which is synced with a character animation. The Sync type of the audio is set to Stream, which is essential for the mouth movements to match the audio. When I try to pan the voice audio so that it comes only out of the right speaker, it sounds fine during preview playback, but after publishing, all of the panning effects are lost. If I change the Sync type to "Event" or "Start", the panning effects work fine, but the audio is terribly out of sync with the animation.
    The source audio is a mono audio file. Not sure if that has anything to do with it. I've tried changing the publish settings for both the parent and the child animation Flash files to be Speech, Mp3 mono, Mp3 Stereo and just about every other option, with no desirable results. I have also tried publishing and running the animation without loading it through the parent file, also no results.
    Is there some kind of rule in Flash about Stream versus Event audio and panning? Do I need to use a stereo audio source file? I don't currently have access to the original audio files, but I can get them. Are all Stream type sounds automatically converted to mono at runtime or something??
    Thank you thank you thank you

    According to the Adobe installation information the trial version of Premiere Elements 11 is fully functional and the watermark is only present until a licence code is purchased.
    I have edited AVI footage from a camcorder using the program with no problems (and no loss of audio sync) and the watermark is also present with this.
    The odd placement of audio and video was caused by my not dragging the clip carefully enough.
    What is odd is that the clip plays completely normally using WIndows Media Player and VLC Media player so I would expect Premiere Elements to be able to handle it without problems.
    I think that there is some sort of bug in Premiere Elements' handling of mpe4 files (both in versions 10 and 11) rather than there being anything wrong with my computer.
    Is there some way of communicating this directly to the Adobe programers ?
    I enclose screenshots of the project settings:

  • Changing Audio Tracks in Multicam

    I have a multicam project that I am done editing.Now that I am finished with the cutting, I realize that the audio I was using is from the camera  that got wrecked half way through the shoot.( Motorcycle racing and the camera was on a boot that hit a haybale)
    Can I change to the audio from a different camera. I would like to keep the same audio in the entire clip. The sound changes from camera to camera.
    Thanks,
    Randy

    I found this tutorial on Mixing Multicam Audio in FCP X. It has some great workarounds for some of the limited audio mixing capabilities when using Multicam. For example, you may want to use more than one camera's audio at the same time but Multicam only allows one at a time. Watch and see. Maybe they'll make this easier some day.

  • Replace audio tracks in a timeline

    Hi all.
    This is actually kind of embarrasing, but here it goes:
    I've made a rough cut of some source material with 4 audio channels, channels 1-2 with environment audio and track 3-4 with interview audio.
    Me being stupid, I did not enable the second audio track on the timeline onto which the clips where going, hence I've got a timeline with only the environment audio, but no voice.
    Is there an automated way to replace the tracks? Edit done in cs6.
    Best regards, Norway.

    I found the solution my self.
    Mark all the clips with wrong audio channels. Hit "Clip" on the upper menu bar, Modify>Audio Channels and do the replacement in the dialog that pops up.

  • Audio track missing on timeline when I insert clip from source monitor

    I have the following problem with PP CS6: my media contains two alternate mono tracks (one with the signal boosted as an insurance) and I have PP set up to treat them as two mono tracks, rather than one stereo track. Everything works fine when I drag media directly to the timeline from the project panel. But when I use the source monitor to select in and out points, and then insert the chosen clip into the timeline, only one of the two audio tracks appears on the timeline. Can anyone please explain how to make sure I get both tracks on the timeline via this route?
    Thanks
    DM

    Hi Jim,
    Thanks for replying. Unfortunately this doesn't apply to my case. I've set PP's default behaviour to import as dual mono in Edit\Preferences\Audio. This allows me to drag media from the project panel to the timeline and get two sediscrete mono channels. My problem is that when I go the source monitor route, any clip that I insert does not display two audio tracks on the timeline, just one. I have discovered I can switch the source channel from left to right, which to all intents and purposes fixes my problem, but I would like to maintain the option of getting both channels displayed separately on the timeline if possible.
    Thanks
    DM
    Sent from my iPhone

Maybe you are looking for

  • Clearing Open Items

    Dear Friends, This is an issue regarding clearing of open item. When a Business Partner pays an excess amount over the Open invoice items, it should normaly post it as a payment on Account. Any excess payment paid by the Customer Consumption Charges

  • Program not responding

    I started having problems recently with Photoshop Elements 8. It would freeze up, and lately, when I try to change the font, it says 'Photoshop not responding'. Today. I purchased Elements 10, installed, and have the same problems. Any ideas would be

  • Run macro in PDF form created in LC

    I have created a form in LiveCycle Designer with a text field that can expand to several pages if need be.  It works great.  Now when the person fills it out and emails it back to us, we need to be able to pull all of the comma-delimted text out of t

  • Lightroom Serial Number in Creative Cloud

    I have been using Lightroom everyday with no problem then today it has started up as if it is loading for the first time & asking for a serial number. I am using the Creative Cloud for Photographers & I don't seem to have a serial number. can anyone

  • 10.5.3 Update Breaks Applications

    I resolved the issue, but I was just wondering if anyone else has had any issues where right after you restart your computer after the 10.5.3 update, all your applications don't open and freeze up. It happened to me several times, and I eventually ju