Audio export issue when using Multiband Compressor

I'm having an audio issue when exporting from Premiere Pro 5.5. I have a number of clips that I've used the Multiband Compressor on. Some audio clips are straight cuts with no gaps, some have a 3-frame cross fade. When playing back in Premiere everything sounds fine. When I export the sequence the audio drops out for about a frame in between each audio clip which contains the Multiband Compressor effect. This occurs no matter what codec used during export, and when only audio is exported.

I have the same problem. EXACTLY. I thought I became crazy, but not. What a pity, because Multiband Compressor is really impressive for a lot of situation, especially when there is voice.

Similar Messages

  • Bluetooth issues when using smartwatch on the z1s

    I'm having some Bluetooth issues when using my smartwatch. I usually use my z1s with my car radio via Bluetooth to listen to music and for making calls. Now that I got a sony smartwatch I always got problems with the calls. It looks like that the Bluetooth turns off during the call when I'm using the smartwatch. I already tried by deleting and pairing again the z1s, but nothing works. Not sure if maybe the z1s does not support the smartwatch and the care radio Bluetooth connection at the same time. However it works fine when playing music! The problem is just with the calls. This never happens before I got the smartwatch.

    I have the Tmobile Z1s and a SW2 and have the same issues with multiple devices:
    1) Bose Soundlink Mini
    2) Sony MBR-100
    3) My car's bluetooth
    4) Ford Sync
    5) Sony SBH20
    6) Motorola S305
    If the phone connects to the A2DB device, it will typically play fine for several minutes. Then, audio will drop out. If I do nothing, after several minutes my watch will vibrate to show it has disconnected. Sometimes audio then comes back, and sometimes it doesn't.
    Sometimes my phone will not connect to my car. Then, if I can get it to connect, it will only allow for phone audio, not media audio. 
    This issue has been on (2) Z1s's with the SW2. The first I returned due to touch screen issues, which the second one also has. All of the devices above worked perfectly fine with my Xperia Z, Galaxy S2, HTC One, etc. The Xperia Z and the SW2 never had any problems.
    Honestly, this phone has been incredibly frustrating. If the upcoming updates for either the SW2 or Z1S don't fix this issue, I'm going to return it and get something else.

  • JTable text alignment issues when using JPanel as custom TableCellRenderer

    Hi there,
    I'm having some difficulty with text alignment/border issues when using a custom TableCellRenderer. I'm using a JPanel with GroupLayout (although I've also tried others like FlowLayout), and I can't seem to get label text within the JPanel to align properly with the other cells in the table. The text inside my 'panel' cell is shifted downward. If I use the code from the DefaultTableCellRenderer to set the border when the cell receives focus, the problem gets worse as the text shifts when the new border is applied to the panel upon cell selection. Here's an SSCCE to demonstrate:
    import java.awt.Color;
    import java.awt.Component;
    import java.awt.EventQueue;
    import javax.swing.GroupLayout;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.JTable;
    import javax.swing.border.Border;
    import javax.swing.table.TableCellRenderer;
    import javax.swing.table.TableColumn;
    import sun.swing.DefaultLookup;
    public class TableCellPanelTest extends JFrame {
      private class PanelRenderer extends JPanel implements TableCellRenderer {
        private JLabel label = new JLabel();
        public PanelRenderer() {
          GroupLayout layout = new GroupLayout(this);
          layout.setHorizontalGroup(layout.createParallelGroup().addComponent(label));
          layout.setVerticalGroup(layout.createParallelGroup().addComponent(label));
          setLayout(layout);
        public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) {
          if (isSelected) {
            setBackground(table.getSelectionBackground());
          } else {
            setBackground(table.getBackground());
          // Border section taken from DefaultTableCellRenderer
          if (hasFocus) {
            Border border = null;
            if (isSelected) {
              border = DefaultLookup.getBorder(this, ui, "Table.focusSelectedCellHighlightBorder");
            if (border == null) {
              border = DefaultLookup.getBorder(this, ui, "Table.focusCellHighlightBorder");
            setBorder(border);
            if (!isSelected && table.isCellEditable(row, column)) {
              Color col;
              col = DefaultLookup.getColor(this, ui, "Table.focusCellForeground");
              if (col != null) {
                super.setForeground(col);
              col = DefaultLookup.getColor(this, ui, "Table.focusCellBackground");
              if (col != null) {
                super.setBackground(col);
          } else {
            setBorder(null /*getNoFocusBorder()*/);
          // Set up our label
          label.setText(value.toString());
          label.setFont(table.getFont());
          return this;
      public TableCellPanelTest() {
        JTable table = new JTable(new Integer[][]{{1, 2, 3}, {4, 5, 6}}, new String[]{"A", "B", "C"});
        // set up a custom renderer on the first column
        TableColumn firstColumn = table.getColumnModel().getColumn(0);
        firstColumn.setCellRenderer(new PanelRenderer());
        getContentPane().add(table);
        pack();
      public static void main(String[] args) {
        EventQueue.invokeLater(new Runnable() {
          public void run() {
            new TableCellPanelTest().setVisible(true);
    }There are basically two problems:
    1) When first run, the text in the custom renderer column is shifted downward slightly.
    2) Once a cell in the column is selected, it shifts down even farther.
    I'd really appreciate any help in figuring out what's up!
    Thanks!

    1) LayoutManagers need to take the border into account so the label is placed at (1,1) while labels just start at (0,0) of the cell rect. Also the layout manager tend not to shrink component below their minimum size. Setting the labels minimum size to (0,0) seems to get the same effect in your example. Doing the same for maximum size helps if you set the row height for the JTable larger. Easier might be to use BorderLayout which ignores min/max for center (and min/max height for west/east, etc).
    2) DefaultTableCellRenderer uses a 1px border if the UI no focus border is null, you don't.
    3) Include a setDefaultCloseOperation is a SSCCE please. I think I've got a hunderd test programs running now :P.

  • Can I get audio through iPhone when using apple tv?

    Can I get audio through iPhone when using apple tv?

    What do you mean exactly? Are you wanting to output the audio to your iPhone while say watching a video on your Apple TV?  If so, I'm afraid it's not possible.  However, you should post this in the Apple TV forums for a better confirmation on then.  There are some prettty knowledgable people who hang out there.
    https://discussions.apple.com/community/appletv
    B-rock

  • Does resteasy API have class loader issues when using via OSGi

    Does resteasy API have class loader issues when using via OSGi

    Hi Scott,
    THis isnt an answer to ur Question, but could u tell me which jar files are needed for the packages:
    com.sap.portal.pcm.system.ISystems
    com.sap.portal.pcm.system.ISystem
    and under which path I coul dfind them.
    Thnx
    Regards
    Meesum.

  • Odd issue when using UDT (user defined type)

    Hi all,
    11g.
    I ran into an odd issue when using UDT, I have these 4 schemas: USER_1, USER_2, USER_A, USER_B.
    Both USER_1 and USER_2 have an UDT (actually a nested table):
    CREATE OR REPLACE TYPE TAB_NUMBERS AS TABLE OF NUMBER(10)USER_A has a synonym points to the type in USER_1:
    create or replace synonym TAB_NUMBERS for USER_1.TAB_NUMBERS;USER_B has a synonym points to the type in USER_2:
    create or replace synonym TAB_NUMBERS for USER_2.TAB_NUMBERS;Both USER_A and USER_B have a procedure which uses the synonym:
    CREATE OR REPLACE PROCEDURE proc_test (p1 in tab_numbers)
    IS
    BEGIN
      NULL;
    END;And in the C# code:
    OracleConnection conn = new OracleConnection("data source=mh;user id=USER_A;password=...");
    OracleCommand cmd = new OracleCommand();
    cmd.Connection = conn;
    cmd.CommandText = "proc_test";
    cmd.CommandType = CommandType.StoredProcedure;
    OracleParameter op = new OracleParameter();
    op.ParameterName = "p1";
    op.Direction = ParameterDirection.Input;
    op.OracleDbType = OracleDbType.Object;
    op.UdtTypeName = "TAB_NUMBERS";
    Nested_Tab_Mapping_To_Object nt = new Nested_Tab_Mapping_To_Object();
    nt.container = new decimal[] { 1, 2 };
    op.Value = nt;
    ......This code works fine, but it raises an error when I change the connection string from USER_A to USER_B, the error says:
    OCI-22303: type ""."TAB_NUMBERS" not foundInterestingly, if I change op.UdtTypeName = "TAB_NUMBERS"; to op.UdtTypeName = "USER_2.TAB_NUMBERS", the error is gone, and everything works fine.
    Anyone has any clues?
    Thanks in advance.

    Erase and reformat the ext HD. Then, redo the SuperDuper! backup.

  • IPad 3 audio sync issue when video imported into CS5.5

    Hi everyone, long time lurker here, love the support you guys are giving!
    I'm hoping you'll be able to help with an audio sync problem I'm experiencing with videos recorded with the latest iPad 3 (well, that's what I'm calling it anyway).
    I believe the iPad 3 recording format is 1080/30p with 44.1Khz / 16 bit audio, but when I match those settings on a Premiere Pro CS5.5 project (or try 48KHz audio as a test), the audio gradually goes out of sync. If the video is several minutes long, it becomes quite obvious, and by 10 minutes, it's terrible!
    I should add the file plays back fine on the iPad itself and was imported to a Mac via iTunes. It also plays fine on the Mac itself in Quicktime.
    Does anyone have any suggestions on project settings that'd work?
    On a related note, I additionally captured the audio using a Zoom H2n which i intended to replace in Premiere, but foolishly I captured it at 48KHz, rather than the 44.1KHz of the iPad video file. Should I resample it?
    I actually managed to line-up the 48 and 44.1KHz waveforms from the iPad and Zoom in Premiere quite accurately, but again both gradually go out of sync with the video...
    I'm running Premiere Pro 5.5.2 on Mac OSX 10.7.3.
    Any suggestions greatly appreciated!
    Gordon Laing

    To update my original post, I have found this problem happens about half the time.
    Sometimes there's no issue and the audio is in sync when imported into Premiere, but at other times it's way off.
    I did however find a workaround which has resolved the problem on my iPad3 videos which were out of sync and that was to first import the video clip into iMovie on the Mac first, then simply export it again using the 1080p option. The subsequent file is much larger (so there's been an annoying re-encode), but when imported into Premiere, the audio is at least now in sync.
    I used this to fix the audio on a couple of the videos you can find on this page (all of which apart from the last one were filmed on the iPad3)
    http://www.cameralabs.com/features/Working_holiday/
    Since the video wasn't exactly critical to start with, I'm not too bothered by the re-encode.
    Let me know if this fix works for anyone, and also if anyone comes up with a different solution.
    Thanks,
    Gordon

  • Audio playback issues when editing quick swipe comp folders.

    My new Imac running ML 10.8.2 is having issues when I want to edit drums tracks that I have grouped together. I recorded the tracks before grouping them. After opening group settings and checking the 'editing (selection)' and 'phase locked audio boxes' I get a spinning beach ball for 10sec. I then expand my take folders to start editing and the computer performance becomes very sluggish and playback stutters and crackles, sometimes turning well recorded drum tracks into a non recognizable mush as various tracks are playing at once. It appears that when I group the tracks together prior to recording and check the necessary boxes that quick swipe editing works fine. When I open old projects on my new iMac that were recorded running Snow Leopard and my old MacBook Pro that use comp editing, it all works smoothly and I can continue editing no problems. So does this mean that these new tracks are somehow corrupted? How can I rescue them? I can't figure it out! I used to be able to set up groups and edit after recording raw on my old setup, surely this is some kind of bug caused from the upgrade to 10.2.8 and/or Logic 9.1.8? It's nothing to do with my Pro 40 interface I don't think as I unplug it and the problem is still audible through built in speakers. Might the recording be corrupt due to connecting Saffire pro 40 via a firewire 800 to thunderbolt adapter?
    I've tried copying/pasting regions into a new project, the regions are all the same length, there are no plugins on the channel strips, the recordings sound fine until I try to edit them, sample rate is consistent (24/48). The main difference to making editing possible seems to be grouping prior to recording or not, which shouldn't make a difference should it? Anyone who can shed a little light on this situation, I will be forever appreciative to! I've got work that needs doing ASAP!
    My setup is:
    iMac, i7 3.1Ghz, 16GB RAM, 1TB HDD, Mountain Lion 10.2.8
    Logic Pro 9.1.8
    Focusrite Saffire Pro 40 (connected to thunderbolt port via thunderbolt==>firewire 800 adapter)

    Anyone?
    This is serioulsy BS, it was all working fine before I went and upgraded everything and now it is worse than prior to upgrading. That's not how it's supposed to work.

  • Changing Export Location when using Publish Services to Hard Drive?

    Hi,
    I am aware that typically when using publish services it is not possible to change the export location once it has been set. This has put me in a very precarious situation; let me explain.
    I work for a distribution company that sells 15+ product lines. For almost every product, they have a photograph. I was asked to set up a system whereby a number of sales representatives could access these photographs in an organized fashion from their own computers. This is how I have set things up: A media computer (backed up onto an external hard drive) has all the raw files. In lightroom I have set up two publish services to hard drive. The export location for these two publish services was an external drive that was accessible throughout the company network. Unfortunately, while I was gone, the external drive was changed over to a cloud-based system. As such, the export location for my publish services no longer exists.
    Of course, I could go and re-create the publish services, but unfortunately that would be an incredibly laborious process because each publish service has 10 or so sets with 2-4 levels of folders amounting to several hundred folders that would need to be re-created. Moreover, because of the complexity of the system, I made them all smart-folders with specified attributes, etc. So re-creating all these folders would take a whole lot of time and could literally drive a guy crazy (I would know, I set the thing up and it did almost drive me crazy!)
    So, I was wondering if there is any lightroom wiz out there who knows a work-around for my issue.
    Now, I did do some digging already and I came across this article: http://blog.27shutterclicks.com/2012/03/how-to-change-the-publish-service-export-location- in-lightroom-3-4/    which outlines a method for changing the export location! However, as far as I can tell, I would still have to change the export location of each folder manually, which would basically be just as complex and confusing as recreating the publish service anyways. Am I correct in this thinking, or using this method is there a "root" folder than I can change, which will change every other folder?
    Hopefully I have outlined this clearly enough. I will really appreciate any response! Thanks and have a good day.
    -M

    MichaelKuby wrote:
    I am aware that typically when using publish services it is not possible to change the export location once it has been set. This has put me in a very precarious situation; let me explain.
    Yes, it is not possible to change the export location for a Publish service.
    But it is possible to set up another Publish Service with a different location.
    Under <Publish Services> right-click the header bar where it says "Hard Drive: .... " and select <Create Another Publish Service via Hard Drive>.
    See screen shot:
    In the editor that comes up select the "cloud" as location.

  • Can I disable the audio pitch adjustment when using frame rate conversion?

    We have a mov file containing digitized film material with audio scanned at 25 fps (1 frame film for 1 frame video) while the film should be 18 fps.
    So both video and audio are too fast.
    Compressor provides the framerate conversion so source plays at x frames per second.
    This works well for video but the audio slowed down remains the pitch it has in the original speed. A great feature but an unwanted result in this case.
    Audio should be at a lower pitch since it was recorded too fast.
    Can we disable the pitch adjustment, when using rate conversion, so the pitch is corrected (lower) as well?

    Hi Jason
    This does sound tricky - the only other suggestion that I can add to David's is to use the smallest GOP setting you can, I'm in PAL land so the default is 12frames but I push it down to 7, this forces more I-frames into your mpeg. It makes the file size higher but in a project your length it doesn't matter. Make sure you encode your audio to .ac3 (use the Dolby 2.0 preset in compressor). Although David's limit is 7.4, if I'm not playing back on a laptop I'll set my CBR to 8Mbps (in Compressor CBR is called 'one-pass').
    Once you create your mpeg, play it back in Quicktime first to make sure there are no artifacts full screen (with Simulators reduced size sometimes artifacts exist in your orig mpeg that you may not notice).
    Also as David said, DVDSP doesn't re-encode an existing mpeg so something else must be going on. Before you re-import your new mpeg, delete your DVDSP prefs and any menu mpegs that it has created.
    If you have Toast, try just doing a Build, instead of Build & Format. This will give a VIDEO_TS folder that you can then burn in Toast. Use the Data tab and select DVD-ROM/UDF.
    If this doesn't work I don't know what will.
    Good luck!
    B

  • IMovie 10.0.2 intermittent audio export issue

    Exported a movie from iMovie 10.0.2. Uploaded to Funny or Die: http://www.funnyordie.com/videos/8ada0e18d8/shock-a-russian-episode-1
    Audio is fine (bad quality is intentional) when link is played on desktop. Audio is not fine when link is played on a mobile device. One should hear a shutter sound, then "This is Rosemary Heffernan."  Can hear all of that on desktop. On mobile devices, only the overlayed audio tracks are audible and the actor's main audio is missing, so on mobile one can hear shutter sound but not "This is Rosemary Heffernan." What the??
    FOD says issue is with the uploaded file, yet that uploaded file plays fine at times, as described above. I have more editing/uploading to do, but pausing until I can understand how to resolve this issue.
    Any ideas? Thank you!

    ugh. Did my question not post? Sorry! Having iMovie related audio playback issue on mobile device but not on desktops. Realizing I may have exported in a format that is too HD for mobile playback. Does that sound right?

  • Audio cuts out when using Interfaces

    Just recently bought my first iMac, with plans to use it for multi-track recording. The audio is cutting out when using FireWire or USB interfaces to record and/or play audio. For instance, with an Edirol FA-66, even iTunes experiences brief periodic audio loss (every 20 seconds or so) when playing through the device. PreSonus Firebox works a bit better, with a 1 to 3 second loss every 40 seconds or so... this happens when using OSX as well as XP... the operating system doesn't seem to influence the problem. To be certain it wasn't a FireWire issue, I tested it with an M-Audio USB interface and had the same audio loss.
    Talking with tech support, the first guy just blamed everything on the 3rd party devices. That drove me CRAZY. Finally he got a specialist on the phone, who blamed it on the intel chip.
    Right now I'm just living with it... trying to record songs in smaller pieces. I wait for the audio to drop, then as soon as it comes back I hit record. I've got about 40 seconds (using the Firebox) which is enough to lay down a verse or chorus.
    I'm just hoping, HOPING that someone at Apple is looking into these things.

    Hello,
    This may be a stretch but your mention of " hard drive hanging" prompted me to suggest your problem may involve low data transfer rates. (I mean, the hard drive may have too slow.)
    When, for example, Final Cut Express or Pro are being used, they require high data transfer rates to avoid frame dropping. Apple's article on the HD requirements for those apps is here:
    <http://docs.info.apple.com/article.html?artnum=58636>
    eMac/ 1 Ghz / combo, 120 GB Mercury FiWi extnl   Mac OS X (10.3.9)  

  • M-Audio not connectin when using firewire 800 drive

    Computers that have both a FireWire 400 and a FireWire 800 port may be sharing the same FireWire bus internally. When using both, the 400 and the 800 port at the same time, you may experience problems like audio drop outs or loss of connection to the M-Audio FireWire interface. There's a variety of possible reason for this including but not limited to bandwidth limitations, clocking issues (400/800) and bus master problems with the devices connected to both ports. M-Audio recommends using the M-Audio FireWire audio interface on the computers original FireWire port while adding a separate FireWire interface card to the system (PCI or PCMCIA). Connect any third party FireWire 800 devices to the added FireWire interface card.
    But will this really fix the problem?
    M-audio says yes & apple says maybe.
    Sound like a serious flaw with apples firewire bus.

    Damian,
    Following are my experiences. My setup is listed down below.
    -Yes, that will fix the problem. The bottom line is, M-audio FW box doesn´t like to share disk drives on the G5 firewire bus (both 400 aand 800). So yes, 400 and 800 FW ports are somehow connected internally, sharing the same resources.
    -I had a spare FW 400 PCI card lying around, and I attached my disk drives to that. Didn´t start to look around for a FW 800 card though.
    -And although it seems like a fault on Apple´s side too, I can´t speak very highly on the FW410 box either. Every time I do an update on my system, the 410 install gets messed up (won´t show devices in AudioMidiSetup, the only cure is to uninstall and re-install).
    And the other interesting thing is that every time my Mac boots up, the 410 control panel mixer page is all messed up with funny pan positions and fader values. A reset does the job, but this has to be done every time I boot up. Maybe this is working in Tiger.
    I tried solving this with the M-Audio support, and after describing my problem, they just said I should call their tech support. Being on the other side of the world, I shurely don´t wanna max out my phone bill.
    Haven´t upgraded to Tiger yet, don´t want to keep upgrading all the time. In general the system is working nicely.
    B.R.
    J. Lampela
    www.neomusic.fi
    My setup
    G5 1.8 DP 2,5 Gb RAM
    Panther 10.3.9
    1 external S-ATA (LaCie)
    2 external FW
    M-Audio FW410 (1.5. driver)
    Logic Pro 7.1

  • Beginning of audio cut off when using digital optical out

    Hi all,
    This is my first post here since switching to Mac earlier this year.
    I'm having problems with the first second or so of audio being cut off when commencing playback using the Mac's digital optical out.  This happens with any source of audio in a variety of different applications (e.g. video, iTunes, even system sounds for notifications and the like).   I have used a mini Toslink to Toslink optical cable to connect from the Mac's audio out jack to the receiver of my digital speakers (Logitech Z906).  Once playback has commenced, audio plays fine; it's just the very first second or so which is usually clipped.
    The problem does NOT happen when using the built-in speakers.  I've also noticed that if I unplug the cable from the receiver end (leaving it connected at the Mac end) I can see the red LED light shining the optical signal down the cable, but this goes out exactly 30 seconds after audio stops playing.  If I start another audio playback within 30 seconds, there is no loss of audio at the beginning, but if I wait longer than 30 seconds (i.e. after the LED has gone out) I encounter the problems with the initial audio being clipped.   I therefore suspect that this is an OS issue which is shutting down the digital optical out when audio is not actually playing (presumably to save power or something).  I wouldn't have a problem with this if it actually worked properly when audio playback recommences, but it seems that there is a slight delay whilst the optical out service 'wakes up' again and this is leading to the clipped audio.
    I've done some searching of the internet (and these support communities) for this problem and there seems to be little information about it.  It does seem to affect a few other people though and some have resorted to third party applications or scripts which play silent audio at regular intervals to keep the optical output running permanently (e.g. SoundStay (https://www.macupdate.com/app/mac/39833/soundstay) - no longer maintained and the download link is dead).  However, these amount to a kludge at best which treat the symptoms rather than the underlying cause, which I would rather resolve.
    I tried to log a support case with Apple in order to have them call me, only to have the system tell me that my support has already expired, despite having purchased the Mac only 4 months ago.  It seems that my Apple One-Year Limited Warranty is actually only 90 days when it comes to telephone support.  So here I am! 
    Does anyone else have this problem with optical out, and how can I resolve this?  Any help would be gratefully appreciated.
    Thank you.

    Hello kcore66,
    Would it be possible for you to upload one of the files in
    question so that I can take a look. In Captivate 1.01 there is an
    intermittent problem where sometimes the audio is either cut off or
    just doesn't play when you publish / preview. To get around this
    simply moving the audio object back and forth along the timeline
    and then positioning it back in it's original position works 9
    times out of 10.
    HTH
    Regards,
    Mark

  • Audio delay problem when using UAD plug ins on aux track

    HI there,
    I've been trying to route my drum tracks to bus 1, then send bus 1 to the aux 1 track also and apply UAD compression plug ins to it to mimick the NYC parallel compression technique.
    But, when I do this, and add one of the UAD plug ins to the aux 1 track, the audio on that track becomes noticeably delayed by a few ms and you hear a kind of phasing/flamming sound as the bus 1 and aux 1 track combine slighlty out of sync. However, if i use logic's own compressors on the aux track there is no delay notivceable and it works fine.
    frustrating as i'd like to be able to use the 1176 or lA2A on the drum track on the aux bus!!
    any ideas?
    J Cee

    try this setting
    I suppose that you need software monitoring for use Logic Compressor and reverbs in live monitoring mode
    the setting is
    Sample buffer 256 or 128
    PDC set to Audio And Software Instrument...
    this set if very good
    I always use that with UAD plugins in Live mode on my professional studio
    No latency at ALL
    when Mixing set the buffer at 1024 and PDC to all...
    this set is very important only in th Mixing Phase
    feel free to ask for more advice
    Cheers

Maybe you are looking for