Audio Looping bug in rendered output

I've hit a recent issue where I'm getting audio looping / stuttering bugs in the rendered output. Doesn't happen at the start of the clip, but elsewhere if I fade everything down to black / nothing, and then fade up again into the next clip, the audio loops / stutters during that fade in. Using "Constant Power" to bring up the audio from nothing to full. Clip plays fine in Premiere, just the final output has the issue. Have encoded audio as both WAV and AC3, same issue.
Curiously, if I output a WAV file only (no video) straight from Premiere, it is clean. That's how I'm now working around this, and coding the AC3 track in Audacity when required. Also (even more curiously!) I recently installed Audition, I'm wondering if that has messed anything up in Premiere. Audition wasn't actually used in any of these corrupt projects (and the project I used Audition for was fine as far as I am aware), but I've never had it installed until 2 or 3 weeks ago.
Anyone else hit this, or know how to fix it? Between this and the video render issue I posted a couple of months back (still not resolved), I'm rapidly losing faith in Adobe's encoding tools.
I can post some example clips if anyone wants a listen. Reminds me of the XDCAM looping bug that existed a while back, although the scenario there was somewhat different (audio at the end of the clip looped, and my current video is AVCHD from a Sony NX5, not XDCAM).
Premiere Pro CC 7.2.1 (4)
Media Encoder CC 7.2.0.43 (64-bit)
Audition 6.0 Build 732 (64-bit)

Hi  madmaxmovies,
Thanks for posting on Adobe forums,
Please follow suggestion provide in this link http://forums.adobe.com/message/5997457
Thanks,
Sandeep

Similar Messages

  • Audio Loops vs. Midi Loops

    I am new to Logic Express:
    Can Audio Apple loops be played on the "Apple Loops" tracks? Because as of now, when I just drag the audio loops into the track (and I've checked the instrument/output settings), they don't play. The Midi loops play just fine.
    Right now I can only get audio loops to play for me if I create an "Instrument" track and drop them into there.

    is this under sampling ... if you are using it as a sample, it should be in a sample friendly format: the sample should be dropped in and timesliced to your tempo
    sorry so vague but I am new to this as well

  • Bug on "rendered"

    Hi all,
    I had the following case which shows the bug on "rendered"
    TEST 1:
    <af:inputText value="#{'Y' eq bindings.v1Return.inputValue}" id="it5">
    <af:inputText value="#{'Y' eq bindings.v2Return.inputValue}" id="it6">
    The screen output :
    true
    false
    TEST 2:
    <af:inputText value="#{'Y' eq bindings.v1Return.inputValue}" id="it5" rendered="#{'Y' eq bindings.v1Return.inputValue}" >
    <af:inputText value="#{'Y' eq bindings.v2Return.inputValue}" id="it6" rendered="#{'Y' eq bindings.v2Return.inputValue}" >
    The screen output :
    true
    TEST 3:
    <af:panelGroupLayout id="pgl7" rendered="#{'Y' eq bindings.v2Return.inputValue}">
    .....// some af:outputText here
    </af:panelGroupLayout >
    The screen shows correctly except that this panelGroupLayout(with all children) is hidden
    TEST 4 (Bug):
    <af:panelGroupLayout id="pgl7" rendered="#{'Y' eq bindings.v1Return.inputValue}">
    .....// some af:outputText here
    </af:panelGroupLayout >
    Loading error... The page does not show up.
    TEST 5:
    <af:panelGroupLayout id="pgl7" rendered="#{'Y' eq 'Y'}">
    .....// some af:outputText here
    </af:panelGroupLayout >
    Everything shows correctly in the screen
    =============================
    I need to use the EL expression to control this panelGroupLayout rendered or not using v1Return and v2Return. They are the return values by invokeAction.
    However, it seems that there is a bug here...

    <UIXInclude><tearDownVisitingContext> Tear down of include component context failed due to an unhandled exception.
    java.util.NoSuchElementException
         at java.util.ArrayDeque.removeFirst(ArrayDeque.java:251)
         at java.util.ArrayDeque.pop(ArrayDeque.java:480)
    Action: Ensure that command line tool "adrci" can be executed from the command line.
         at oracle.dfw.impl.incident.ADRHelper.invoke(ADRHelper.java:1052)
         at oracle.dfw.impl.incident.ADRHelper.createIncident(ADRHelper.java:786)
         at oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl.createADRIncident(DiagnosticsDataExtractorImpl.java:688)
         ... 19 more
    I have soloved this wierd problem, it is not because of the component but position... see below...
    This is my page:
    <af:root>
    <af:panelGroupLayout1>
    <af:panelGroupLayout2>
    </af:panelGroupLayout2>
    <af:panelGroupLayout3>
    </af:panelGroupLayout3>
    <af:panelGroupLayout4>
    <af:inputText value="123" rendered="#{'Y' eq bindings.v1Return.inputValue}" id="it5">
    </af:panelGroupLayout4>
    </af:panelGroupLayout1>
    <af:root>
    The above page works fine.
    However if I remove panelGroupLayout4:
    <af:root>
    <af:panelGroupLayout1>
    <af:panelGroupLayout2>
    </af:panelGroupLayout2>
    <af:panelGroupLayout3>
    </af:panelGroupLayout3>
    <af:inputText value="123" rendered="#{'Y' eq bindings.v1Return.inputValue}" id="it5">
    </af:panelGroupLayout1>
    <af:root>
    Expression Error when loading the page
    So, on my first post, I add a <af:panelGroupLayout> to TEST 4, then It Is Working
    <af:panelGroupLayout>
    <af:panelGroupLayout id="pgl7" rendered="#{'Y' eq bindings.v1Return.inputValue}">
    .....// some af:outputText here
    </af:panelGroupLayout >
    </af:panelGroupLayout >
    So wierd..

  • For-Loop Bug in LV7.1

    There is a bug in LabVIEW 7.1 where you have a for-loop, a constant outside
    the loop, a constant inside the loop and a subtraction of the two constants.
    What you have to do to see the bug is:
    - Place a for-loop on the diagram
    - Wire a constant with any value to the count terminal
    - Place a constant on the diagram outside the for-loop, use any postive
    number
    - Place a constant inside the for-loop, use any positive number
    - Place a substract-icon inside the for-loop
    - Wire the constant outside the loop to the substract-icon
    - Wire the constant inside the loop to the substract-icon
    - Wire the result of the substraction to the output of the loop and disable
    indexing
    - Wire the input of the constant outside the loop directly to another output
    of the
    loop and disable indexing
    - Probe the output of the subtract.
    - Run VI
    What you will see is that the output constant is treated as 0
    Same thing with addition, multiplication, division...
    When you change the outside constant to a control it works.
    When you remove the direct output from the outside constant through the loop
    then it works.
    This has been submitted to NI as a bug report, so hopefully there will be a
    fix soon.

    Hi,
    Isn't this exactly the same bug as the bug reported a few days ago ("Major
    bug in LabVIEW math", by damsem)?
    It was painfull enough the first time...
    Regards,
    Wiebe.
    "Konima" wrote in message
    news:[email protected]..
    > There is a bug in LabVIEW 7.1 where you have a for-loop, a constant
    outside
    > the loop, a constant inside the loop and a subtraction of the two
    constants.
    >
    > What you have to do to see the bug is:
    >
    > - Place a for-loop on the diagram
    > - Wire a constant with any value to the count terminal
    > - Place a constant on the diagram outside the for-loop, use any postive
    > number
    > - Place a constant inside the for-loop, use any positive number
    > - Place a substract-icon inside the for-loop
    > - Wire the
    constant outside the loop to the substract-icon
    > - Wire the constant inside the loop to the substract-icon
    > - Wire the result of the substraction to the output of the loop and
    disable
    > indexing
    > - Wire the input of the constant outside the loop directly to another
    output
    > of the loop and disable indexing
    > - Probe the output of the subtract.
    > - Run VI
    >
    > What you will see is that the output constant is treated as 0
    > Same thing with addition, multiplication, division...
    >
    >
    > When you change the outside constant to a control it works.
    > When you remove the direct output from the outside constant through the
    loop
    > then it works.
    >
    > ----
    > This has been submitted to NI as a bug report, so hopefully there will be
    a
    > fix soon.
    >
    >

  • ILife 08 Audio Loops Don't Work In The Browser Of Soundtrack 1.5 ?

    Yes, I know this is the FCE forum but I also know a lot of you use Soundtrack !
    This had me puzzled for nearly an hour until I spotted what was "wrong".
    The iLife 08 audio loops are .caf files, not .aif.
    They DO NOT play in the Browser of Soundtrack 1.5 but they DO play when they are dragged into the Timeline. So it means they can't be previewed.
    Now here is the queer thing ....... they play perfectly in the Browser of Soundtrack Pro 2.0.
    So is there any way of making the Soundtrack 1.5 Browser play .caf audio or is it just not compatible? .............. It's strange that they are OK in the Project Timeline.

    Ian,
    It appears Amadeus Pro will let you convert the .caf files to something else. I suppose other programs will also convert the files and maybe that's not what you want to do. Here's a bit from the Amadeus Pro manual:
    3.7 The Apple CAF File format
    This is a format developed by Apple and designed to replace AIFF in the long term. It removes the 2GB file
    size limitation of AIFF and supports a wider variety of compression algorithms.
    While the CAF file format does in principle support sound data with many channels, the current version of
    AmadeusPro only supports the reading and writing of mono or stereo files in this format. AmadeusPro
    will therefore downmix multitrack documents to a mono or stereo file, whichever is more suitable.
    Metadata is lost when saving to the Apple CAF format (this may change in the future, as the format in
    principle supports the inclusion of metadata).
    Ross Hunter
    Orange, VA

  • No sound coming from Audio Loops

    Hi,
    I was in a studio session with an artist today and upon reopening Logic Pro X after a lunch break, the audio loops from the loop library are not playing. I've created a new project and dragged the loops into new tracks and they still won't play. It shows there are levels but no sound is coming out. I tried the same thing with midi loop files and those will play fine with perfect sound. I have double checked my speaker system and restarted Logic and the Computer multiple times but it still won't play any sound for any audio loops. Can anyone help me with finding a solution for this?
    Thanks!

    I had no idea what that was until I searched for it. But I found it and made sure it was set for "Built-in Input" for "Default Input" under System Settings, and also "Built-in Input" by Properties For... then down under Audio Input it has "Line In" as the Source... everything looks fine but I'm still not hearing anything. I even tried adding my mixer as a MIDI device(???), although I've no clue what I'm doing in that area...

  • Audio loops tempo sync

    Hi,
    Is it possible to load a loop in logic 8 which can automatically auto sync to the tempo like in ableton live ?
    I red on the manual that in order to be tempo synced, a loop must be :
    -apple loop format
    -bounce from logic and saved in the audio bin.
    So, If I import an standard audio loop (Wav or AIFF), I must put it first in the arrange page, convert it in an apple loop or bounce the track and import again from the audio bin and erase the first imported loop ?
    What a waste of time !
    Am I correct ?

    iMovie: Improving audio and video synchronization
    http://support.apple.com/kb/TA25603?viewlocale=en_US

  • Audio needs to be rendered every time

    I did a project this week which required me to change my sequence settings to PAL, 44.1KHz audio. I since changed back the sequence settings to easy setup DV NTSC, so I shouldn't have any problem with new sequences. Even so, any time I drop a QT movie into a new sequence, the audio needs to be rendered just to hear it. These are movies that play fine in QT. They are DV-NTSC movies with the audio rate at 44.1KHz. The latest is a project from iMovie; the audio rate on that project is 32KHz. Any setting suggestions so that I no longer need to render every imported clip?

    I understand. I have the sequence settings at easy setup NTSC. When I bring in CD tracks, they are 44.1kHz and I recognize that they will eventually need to be rendered, but they should at least play and not give me a red bar.

  • How do you adjust the duration of audio loop?

    How do you adjust the duration of the audio loop that you can setup to play in the main menu?

    Your best bet is to bring your audio into DVDSP at the length you need it. You can adjust the menu loop time in the inspector but this also adjusted your video as well. DVDSP is not an editor - only an authoring tool All adjustments need to be made outside the tool.

  • Is the audio sync bug (related to custom clip speeds) still present in iMovie 11?

    Is the audio sync bug (related to custom clip speeds) still present in iMovie 11? I encountered it in 09 and was wondering if it was fixed in the latest version.

    I haven't encoutered since iMovie '09.
    You can always call Applecare as ask if there have been reports to engineering.
    Calbe

  • Looping part of 6534 output buffer

    I need to loop a 16 bit output pattern that is only 1000 samples long. I want to loop this continuously but do not want to have to fill the buffer completely. Is it possible to loop only these 1000 samples in the buffer?

    Coxy,
    Yes, this is definitely possible. You don't need to fill the board's memory to perform onboard looping. Below, I have included links to a couple of example programs that you may want to examine:
    LabVIEW Example
    Continuously Generating Repeat Data from Digital Output Channels (Loop From Onboard Memory)
    NI-DAQ Function Calls Example
    Pattern Generation with Onboard Looping for the NI 6534 and C++
    Good luck with your application.
    Spencer S.

  • Bug in rendering  HTML content Apex 2.2 (in Apex 2.0 was OK)

    We have many PLSQL processes which are called through boolean function which return some message as well as the result.
    <br>
    function some_func (pid IN NUMBER,err_msg OUT NOCOPY VARCHAR2) RETURN BOOLEAN;<br>
    and at the end function looks like:
    <br>
      :err_msg := 'Pitanje <*b>'||TO_CHAR(p_id)||'<*/b> je OK!';
      RETURN TRUE;<br>
    Later, in "On load before header", we call this function and assign "err_msg" value to hidden item "P2_MESSAGE", placed on the same page. Assigment is done in an way like:
    <br>
      some_bool:=some_func (:P2_ID,:P2_MESSAGE);<br>
    In one HTML reagion, we put in "Source", code like:
    <br>
    <*class="t16dataalt">&P2_MESSAGE.</class><br>
    and until now, bold tags are applied as well as class-we get only text!
    <br>
    But now, in Apex 2.2, (original theme 16 used) in result we get all content as it is not recognized as HTML code.
    <br>
    In browser the result(in a case of OK result) is:
    <br>
    Pitanje <*b>1<*/b> je OK!<br>
    and the generated source is:
    <br>
    <*class="*t16dataalt">Pitanje &*lt;*b&*gt;1&*lt;/b&*gt; je OK!</*class="*t16dataalt"><br>
    Is that a bug or what?
    <br>
    Once more, before the same code was working nice, theme 2 used...
    <br>
    THX!
    <br>
    P.S
    <br>
    "*" is added to be read clearly!
    <br>
    P.S II
    <br>
    We have imported app that was exported on Apex 2.0 and the same problem occure!
    <br>
    So we think this is a bug in rendering HTML region!
    <br>
    Is there any hint to overcome that until patch come ?
    Message was edited by:
    Funky

    The issue is easy to reproduce. Create HTML region:
    User Interface Template-Reports Region
    Display point-Page template body
    Assign one hiden item in on load process with value:
    P2_MESSAGE := "< b>OK</ b<>";
    Put P2_MESSAGE in HTML Source with content like this:
    < class="t16dataalt">&P2_MESSAGE.</ class>
    and you have it!

  • Problem with SWF export and audio looping

    When I export from Keynote into SWF, I get an odd audio looping problem when playing the SWF files. Here's the workflow:
    Create Keynote presentation (includes transitions typically, but also happens with presentations that don't).
    Record audio using Audacity, convert using iTunes to MP3 in order to be able to export from Keynote to Flash (Keynote can't export WAV files).
    Drop in MP3s onto slides. Sync up my transitions with audio.
    Export Keynote file to SWF, including the audio.
    Play SWF file either directly using Safari or when posted using Firefox. Audio plays, but a certain length into the audio the audio file seems to re-initiate and play over itself.
    Anybody seen this? Anyone know how to solve it?
    This is pretty critical for us (work related). We are using Keynote to create educational content SWF files, and we only discovered this problem after release.
    Thanks for your help!
    Michael

    The helper class using IText:
    import java.io.ByteArrayInputStream;
    import java.io.ByteArrayOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import com.lowagie.text.Document;
    import com.lowagie.text.DocumentException;
    import com.lowagie.text.pdf.PdfContentByte;
    import com.lowagie.text.pdf.PdfImportedPage;
    import com.lowagie.text.pdf.PdfReader;
    import com.lowagie.text.pdf.PdfWriter;
    public class PDFHealer
       public static InputStream heal(InputStream in) throws DocumentException, IOException
          try
             ByteArrayOutputStream out = new ByteArrayOutputStream();
             PdfReader reader = new PdfReader(in);
             // we retrieve the total number of pages
             int n = reader.getNumberOfPages();
             // step 1: creation of a document-object
             Document document = new Document();
             // step 2: we create a writer that listens to the document
             PdfWriter writer = PdfWriter.getInstance(document, out);
             // step 3: we open the document
             document.open();
             // step 4: we add content
             PdfContentByte cb = writer.getDirectContent();
             int i = 0;
             while( i < n )
                document.newPage();
                i++;
                PdfImportedPage page1 = writer.getImportedPage(reader, i);
                cb.addTemplate(page1, 0, 0);
             // step 5: we close the document
             document.close();
             ByteArrayInputStream ret = new ByteArrayInputStream(out.toByteArray());
             out.close();
             return ret;
          finally
             in.close();

  • Speeding up an audio loop

    Speeding up an audio loop
    Hi. I am an animator and make my own audio tracks via Logic.
    I had Logic 8 and have upgraded to 9 in the hopes that Flex Time speed would do what I need logic to do.... (but it is a constant speed change and not a gradual change or can it do this???)
    I need European Waltz Long (apples own audio loop) to get faster and faster. The animation is of a merry-go-round that gets faster and faster. Firstly the file needed unlocking and bouncing. Now it seems ok... maybe. How do I get it or any audio to change gradually over time? I tried the tempo option too, but it will not work with audio tracks. or will it? Ideally I thought Pro 9 would use some sort of hyper editor type speed and time curve but cant seem to get it to work. Is it the loop or me? Can Logic do this?
    Anita Sancha
    www.anitasancha.co.uk

    There seems to be a problem with some of the jingles, I have tried out other jingles the jingles section of loops. They dont seem to work all the time..... They seem to be locked over and above my unlocking them in the finder info menus. Even taking the wavs into Audacity and re exporting them. Something is traveling back with them.. a mutant wav apple gene.
    However I have had some luck with using the time tempo curve AND bouncing in place AND using time flex all at the same time!!! But not sure what I did. Sometimes the same loop will also bounce in place and be a different length on the track. Sometimes too when I increase the tempo the track gets longer or does sometimes shorter..
    What have apple done to these jingle loops, so I can't do much with them. Or is it me?

  • My MacBook Pro has no audio.  Sounds preferences showing output is Optical digital-out port.  How do I change this to built-in speakers?

    My MacBook Pro has no audio.  Sounds preferences showing output is Optical digital-out port.  How do I change this to built-in speakers?

    I experienced this same problem yesterday on my MacBook Pro,  still searching for a solution, several other posts here indicate people have been experiencing this since at lease 2007.  I have  yet to find a clear solution. 
    It appears that occasionally inserting headphone causes this, it turns on the Optical digital-out port feature (red light glows inside the headphone port) and takes away the internal speakers option.   Restarting did not restore it, but for some reason after sitting asleep overnight the sound started working again and the internal speaker option return in the Sound - Output Window, and the Optical Digital-out option went away. 
    Here is another post with some ideas on this 
    https://discussions.apple.com/message/4160477#4160477

Maybe you are looking for

  • 5 months after the exchange upgrade.....

    Evening, how normal is this.....got the email from BT at the end of March indicating that my exchange had been upgraded etc etc etc. However, for some reason I am still connecting at ADSL1 (my router doesnt actually display the modulation mode but si

  • Yellow status loading to psa

    hi in source i have 14 records, i am trying to load psa in BI. its shwoing 14-14 but still status is yellow only past 1 hr? please let me know once i deleted and loading again, still same problem,

  • Any left in UK Apple stores?

    Has anyone in the UK been into an Apple store either today or yesterday? If so do they have any stock left or are they sold out by now? Also if sold out, any suggestion they may expect some delivered soon?

  • IAB Studio by WorcsNet Inc - Rich Internet Application development platform

    Hi, I was wondering if anyone used this tool? I came across it a couple days ago, it seems like it's a very different approach from Struts or .NET. They claim that it creates some rich web applications, which have the same performance and GUI capabil

  • Servlet 3.0: Annotation-Scanning although "metadata-complete=true" allowed?

    Hello, according Servlet 3.0 spec a "metadata-complete=true" in web.xml MUST deactivate the annotation scanning in deployment phase. That is EXTREMELY important for huge web applications. Is annotation scanning also forbidden while application STARTU