Separating sound into its component channels

i did an interview using two separate mics plugged into a HD camera. one of the mics picked up a lot of sound from the wind and i'd like to remove this channel from the audio. is there any way to do this within Imovie? I can find no way of separating the sound into its component channels.

I suspect that both 'Up' and 'Africa' were broadcast in surround sound so this would fit with the problem.
A warble is a very good description of the noise and if I didn't have the option of a surround amp to aleviate the problem it would drive me mad. I used to watch the hd channels through the tv tuner before the youview box arrived and I did notice the substantially lower volume but never the warble, so I am convinced the box is the problem.

Similar Messages

  • [svn] 4492: Simplified how an accessibility class gets hooked into its corresponding component class .

    Revision: 4492
    Author: [email protected]
    Date: 2009-01-12 14:47:10 -0800 (Mon, 12 Jan 2009)
    Log Message:
    Simplified how an accessibility class gets hooked into its corresponding component class.
    We now do the hooking in the static method enableAccessibility(), which is called by code that is autogenerated by the compiler. Previously this method did nothing and the hooking happened at static initialization time. This allows us to remove the static var accessibilityHooked and the static method hookAccessibility() in each accessibility class.
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Deepa and Alex
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccordionHeaderAccImpl. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AlertAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ButtonAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/CheckBoxAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ColorPickerAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ComboBaseAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ComboBoxAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/DataGridAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/DateChooserAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/DateFieldAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/LinkButtonAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ListAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ListBaseAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/MenuAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/MenuBarAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/PanelAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/RadioButtonAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/SliderAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/TabBarAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/TitleWindowAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/TreeAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/UIComponentAccProps.as

    Was it really necessary to post the whole API description?!?
    Locale[] locales = Locale.ENGLISH();ENGLISH is not a method in class Locale, so do not add the braces "( );".
    Also, the constant ENGLISH is not an array, but just a single Locale object.
    You didn't say what your problem was. What do you want to achieve with your program and what is it that you don't understand?

  • How to get an event both in custom component and into its instance

    I have a custom component that extends a Jtree
    I want to know when a node is clicked both , into my component and after into the component sited into Jpanel
    now, I can only detect it into the component, but I dont know how to detect it at the component I have in my Jpanel
    I have 'addTreeSelectionListener' in both places ...
    xxxxx.addTreeSelectionListener(new javax.swing.event.TreeSelectionListener() {
    public void valueChanged(javax.swing.event.TreeSelectionEvent e) { .....
    Any help ?
    Thanks

    tonnot wrote:
    Thank you.
    I think that a good answer can be ' Revise your code, because there must be a problem' Well, that's the life of a programmer. If you want to post an SSCCE, I'm sure somebody can help if you get stuck.
    And ...
    Why are you extending JTree? I'd bet you shouldn't be.Why not ? ....
    Why SUN develop the 'extends' functionality ? You should use extends if you're changing the behavior of an existing class. An example of this is extending JPanel and overriding the paintComponent() method to do some custom painting.
    You should not use extends if you just need an instance of an existing class. An example of this is extending JFrame instead of simply creating a JFrame instance.
    Without seeing your code, I can't be sure you're misusing extends. But many people do.
    Here's an example.
    Bad:
    public class MyProgram extends JFrame{
       public MyProgram(){
          setSize(200, 200);
          setVisible(true);
       public static void main(String [] args){
          new MyProgram();
    }Better:
    public class MyProgram{
       public MyProgram(){
          JFrame frame = new JFrame();
          frame.setSize(200, 200);
          frame.setVisible(true);
       public static void main(String [] args){
          new MyProgram();
    }

  • Is it possible to deconstruct an existing video to get its component parts?

    I made a video http://gallery.mac.com/lorna6#100193 years ago from footage taken in about 2000 and 2001. In a prior thread I mentioned having somehow losing the AUDIO component. Well, disturbingly, I went and watched the video from my old iMovie '06 and discovered that it was the video clips that were missing, not the audio. In the picture below, those black frames represent no video to be seen. I think that the exclamation mark in the yellow circle means the same thing or that something went awry.
    Here is a picture of the clips in the work space part -- the upper left quadrant, of my iMovie '06 project.
    To clarify: I forgot how I made that video because it was so long ago. I know from reading about iMovie '09 that I will probably do more videos on it because it sounds less complex but equally good for the most part.
    Someone in this forum, John, encouraged me to go over the highlights of that old video using the iMovie '09 program and I liked that idea........ so you can imagine my dismay when I returned to the program, opened it up, and now see that I lack not the audio, but the most precious video.
    Sadly, the original footage is lost due to external hard drive crashes. I might have kept a memory chip that had it but after all these years and me being disorganized, I do not know where it is.
    Is there a way that I can use the iMovie 06 video that you see at my Mobile Me Gallery to extract the clips and the audio? Or if not the audio, then at least all of the video clips? *Is it possible to deconstruct an existing video to get its component parts?*
    ~L

    I have had a series of iMovie applications but I used them all too infrequently, partly out of Fear of Trying. Now with the iMovie '09 out, I think I can do it. Yes, I know that I made the Cheyenne video with a previous app, but I found it confusing at times, and look now and see how I bollixed it up, losing some clips in ways I do not know.
    You (John C.) wrote:
    That's a miniDV camera, which uses tape. It's very similar to my earlier camera, as listed in my details below - the Sony DCR-TRV20. I now mainly use a high definition AVCHD Sony HDR-SR7 - that's why I've switched from iMovie HD 6 to iMovie '09.
    .......... Lorna says ...........................
    John, I call that a Pandoa's Box paragraph up there! First of all, I am left thinking that the type of videocam that I use will determine which kind of iMovie application I use. Yes? Can I assume that since you with your Sony DC-TRV20 have high definition AVCHD, then my DC-TRV11 might also have it.
    I have my user manual in front of me and looked in the Index for both HD and AVC (what is the C in AVC?), and neither is listed. I cannot find anywhere in the manual that tells whether my mini digital TRV11 also has high def AVDHC.
    How important is that in using the new iMovie '09? If my Sony does not have it, then does that simply mean that I cannot make use of the HD capability of iMovie '09?
    All of this would have been a moot question because earlier I had decided to just use the video component in my Canon digital camera, but then getting my Sony mini digital out and seeing and touching it, and remembering it worked, I began thinking that maybe I should use the camera video for when I am away from home and the Sony for when I am here at home.
    There is one thing I would say about HD: It is a memory gobbler, and if you make videos for YouTube, you might feel the constraints within that platform. It might be better for showing things to family and friends on your home tv with no megabyte or time restrictions.
    You/John C. continued writing:
    Your thoughts on archiving and backup sound sensible Lorna. I must admit, I don't backup as often as I should. I've been using the old Apple Backup program, but am considering moving to Time Machine, with an appropriate hard drive to match - maybe Time Capsule like you are using.
    .......... Lorna says ...........................
    John,if you decide to get Time Capsule to work wirelessly and continuously with Time Machine, then I suggest you consider a 2 terabyte capacity. I began using the Apple Back up but found it confusing and ultimately insufficient.
    You/John C continued writing:
    Currently (as listed below), I have 4 external hard drives - 3 are FireWire 400 and the largest one is FW 800. None of these has ever given me a problem (touch wood) - they are LaCie 120GB (not your favourite!), and 3 Maxtor's - 250GB, 300GB and 1TB. The 1TB drive is RAID enabled, having two 500GB drives in the enclosure, which I'm effectively using as one drive, that is, one is not a mirror of the other - so if one fails I've lost all the data! A good reason for using Time Machine.
    .......... Lorna says ...........................
    John I still am not clear on what RAID is and I guess I will Google it to find out. What is the purpose of having two separate drives housed in a shell? Is it about saving space? Or is it about ports? Or what?
    Of course, if you get the one that was mentioned by someone earlier, than it would warn you when something is about to go wrong and you could act pre-emptively. But that was suggested for a business or a pro, neither of which I am.
    You/John C wrote:
    As my HD camera is a hard drive model (60GB), I archive the footage to the Maxtor 1TB drive, using iMovie's "Archive All" feature. From there, it's easy to import clips into an Event, which is also stored on the Maxtor - so double jeopardy! I had better get cracking on updating my backup strategy
    .......... Lorna says ...........................
    I am lost. What do you mean, your HC camera is a hard drive model? And what you wrote sounds like something important that I should understand more precisely. I am thinking that the salesguy at Best Buy was right: I should get yet another hard drive in which to store specifically and only my homemade video stuff, my iTunes, and my photographs. I don't know how I would do that, though, if I want them to be stored ALSO IN MY 2TERABYTE SEAGATE as a double archive.
    -L
    John

  • Trying to remove itunes and its component get this"the feature you are trying to use is on a network resource that is unavailable

    trying to remove itunes and its component get this"the feature you are trying to use is on a network resource that is unavailable" click ok to try again or enter an alternate path to a folder containing the installation package "itunes.msi'

    tiburon77 wrote:
    trying to remove itunes and its component get this"the feature you are trying to use is on a network resource that is unavailable" click ok to try again or enter an alternate path to a folder containing the installation package "itunes.msi'
    Unfortunately, this sort of trouble has gotten more complicated to deal with ever since Microsoft pulled the Windows Installer CleanUp utility from their Download Center on June 25. First we have to find a copy of the utility.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for at least version 3.0 of the Windows Installer CleanUp utility. After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove".
    Quit out of CleanUp, restart the PC and try installing iTunes again. Does the install go through properly now?
    (If you do find a clean download site for the correct version of CleanUp, please don't tell me where it is. Without wishing to sound paranoid (although I grant it does sound paranoid), there is a non-zero chance that posting links to download locations for the utility here at Discussions leads to that download location being shut down.)

  • How can I save a page and all its component parts in a single file, like IE does as an MHT - it's much easier for mailing to people where page address not available?? (as in output from an airline booking site, for example)

    how can I save a page and all its component parts in a single file, like IE does as an MHT?
    It's much easier for mailing to people where page address not available?? (as in output from an airline booking site, for example)
    It is simply too painful to have to zip everything up into a single file to send. MHT format has been available for years now from IE, and with every new FF release it's the first thing I look for. I have been using FF for years, and hate having to come out of it, over into IE |(which I even took out of startup) and key everything in again, in order to send somebody something in a convenient format that they can open with a single click.
    I can't believe this hasn't been asked before, so have you looked at it and rejected it? Have MS kept the file format secret?
    Thanks
    MG

    This is not really an answer just my comments on your question.
    I am sure I recollect efforts being made to get mhtml to work with FF.
    Probably the important thing to remember about .mhtml is that if other browsers do support it they may need addons, and may not necessarily render the content correctly/consistently.
    There are FF addons designed for archiving webpages, you could try them, but that then assumes the recipient has the same software.
    You could simply save the page from FF to your XP pc; then offline open it with and save it using IE, before then emailing using FF, and attaching the .mht or mhtml file that you have now created on your PC.
    As an alternative method, in some cases it could be worth considering taking a screen grab of the required page, then sending that to the recipient as a single email attatchment using either a bitmap or jpeg file format for instance.
    Something such as an airline booking may be designed with a print option, possibly it could be worthwile looking at sending the print file itself as an email attachment.

  • How to copy header items and paste it into a new channel

    Hi everybody,
    i'm trying to customize my tasks with DIAdem and got some big problem. I have a channel table in VIEW with 295 columns and have added a new column.In this column i want to write all the Header Items i've got.
    I've created a new channel with:
    Call ChnAlloc("Betriebsdaten_akt_Monat", 295, 1,DataTypeString,"Text")
    Call Zusfassg.Columns.Add(296)
    Then I use this command to read the header items:
    Set MyHeaders = View.ActiveSheet.ActiveArea.DisplayObj.HeaderItems
    But how could i now paste all these items into the new column i've created?
    Thanks in advance for your help.
    Kind regards
    Patrick
    Patrick Etoumann

    Hello Patrick,
    to be honest, I did not completely understand what you are trying to do - so if the answer does not fit 100%, please give me some more information about your task.
    Within the DIAdem Help (topic: Object HeaderItem) you can find this short script:
    Set oMyHeaders = View.ActiveSheet.ActiveArea.DisplayObj.HeaderItems
      For Each oMyHeaderItem in oMyHeaders
      Call MsgBoxDisp(oMyHeaderItem.Name)
    Next
    It calls a messagebox for each configured headeritem. If you want to write the titles of these items into a new channel you can use the ChT() variable. Specify the row and a textchannel as parameters of this function.
    But because you created a textchannels with a length that equals the numlber of displayed channels i think you rather want to copy the content of a specific header property to the rows of that column. In this case it might be most convenient to program a for loop and use the loop variable to reference the individual channels. With the command ChnPropGet(), the channel number and the property name you can read the value of a property.  Even here, use ChT() to store the data into the new channel.
    Ingo Schumacher
    Systems Engineer Sound&VibrationNational Instruments Germany

  • In GarageBand how can I record a mono source into both stereo channels?

    I am working on a project that has only 1 track (Casio keyboard plugged into my Mac's audio input). This obviously, results in a mono recording using the left channel only. Is there any way to copy that track into the right channel, so at least the recording sounds balanced? Right now it is very heavy on the left, with a little sound leakage into the right channel. Adjusting the pan position of the track doesn't seem to help. Anyone have any ideas?

    If it is an head phone output it should be a sterio output.
    (You can verity it with headphone)
    But your guit. jack is a mono cable. ( 1/4" unbalance I think)
    You would need and 1/4 balanced cable and be sure that your 1/8 adapter is
    sterio. (they usually are, but checking alwas good)
    Your could get an 1/4 sterio to 1/8 sterio adapter plug into your keyboard output
    ane have an 1/8 cable from that to your mac.
    Or anything else it is basicly a cable thing you have to work out.

  • Transfer Posting 1 material into many component material

    Hello Gurus,
    Good Day! I would like to seek some help with regards to a scenario wherein after a Finished Good is produced and found out in QI that it is rejected, this FG will be disassembled.
    For example the BOM below:
    Finished Good: FG1
    Semifinished Good : SFG1, SFG2
    Raw Material: RM1, RM2
    In the scenario, the Finished Good will be rejected and will go to blocked stock.
    From the Blocked Stock, it will be dissassembled into its seperate component.
    The Semifinished Good (SFG1, SFG2) of this material will go to other storage location were it will be processed and will undergo crushing so it can be used again.
    The Raw material (RM1 and RM2) will go to QI to be inspected if this material can be used again.
    Question is how we will be able to do this transaction in the system. We are not using Repetitive Manufacturing so we cannot use the backflush functionality.
    I tried to use movement type 310 Transfer posting Material to Material Reversal, but it needs 1 unit of material per Component which makes it incorrect.
    Please let me know any ideas you can share.
    Thank you,
    Raymond

    hi
    try this
    copy movement 201 and 202 as zxxx  and zyyy
    >nwo From the Blocked Stock, it will be dissassembled into its seperate component.
    create new costcenter for this dept say DDDD
    now issue fin1 with ZXXX
    then receive the SFG1 and 2 by ZYYY
    >The Semifinished Good (SFG1, SFG2) of this material will go to other storage location were it will be >processed and will undergo crushing so it can be used again.
    now agin issue SFG1 and 2 withZXXX for EEEE cost center (for crushing)
    receive withZYYY RM1and 2
    while receiving choose quality stock
    >The Raw material (RM1 and RM2) will go to QI to be inspected if this material can be used again.
    hope it helps
    regards
    KI

  • Copying a project into development component project

    hiii,
    I have a webdynpro project called DP_OrderEntry developed in NWDS 7.0.9. I need to copy it into development component dc_OrderEntry in NWDS 7.0.14.
    Can anyone tellme the steps for doing it?
    Can any error can crop up due to the difference in the versions?
    Regards,
    parama laha.

    hii,
    the project is imported but I am getting an error:
    Error               The project was not built since its classpath is incomplete. Cannot find the class file for com.sap.security.api.IUser. Fix the classpath then try rebuilding this project.     LocalDevelopmentdc_oentrlntinfotech.com
    Is this because the project i copied from was on NWDS 7.0.9 and currently this project is on NWDS 7.0.14 ??
    I have already done 'repair project structure and classpath'
    How to eradicate dis error??

  • Mac is making a double note ( sound) on its own?

    My mac makes an intermittent double note sound on its own without any keys being pressed? Is there something open that needs closing or erasing?

    Hello
    I know this is an old thread - but did you ever find the solution to this.
    My colleagues come into the office this morning and said my iMac was making a sound similar to a drill. The iMac was not hot or vibrating.
    Worried as I am now sat in front of it and not wanting it to blow up!
    Many thanks
    Lewis

  • How to SPLIT ONE STEREO TRACK'S L & R CHANNELS INTO TWO MONO CHANNELS

    Does anyone know if this is possible: How to SPLIT ONE STEREO TRACK'S L & R CHANNELS INTO TWO MONO CHANNELS?  There's got to be a way, but I just can't find out how.
    I recorded a podcast -- me and a guest, with each mic going to its own mono channel. When I opened it in Audition it mixed them into one stereo channel. 
    Thanks in advance for any help.
    Best,
    Shawn 

    You're a big help! Thanks very much.  Simple yet I must be going blind because I didn't see that in the menu.
    Take care and THANKS AGAIN.
    Shawn

  • Audio export sounds like its in a tin cup

    I have exported my project multiple times with different settings but each results in sounding like its in a tin cup, or sounds like its from  a cheap cell phone.  I imported the audio into audition and exported it to my desktop and it sounded fine but if I use premire it ruins the audio.  It just started doing this in the past few days and I haven't changed anything that I am aware of. Please any help would be great as this is for my employment!

    The audio like you mentioned "sounds like it's from a cheap cell phone" only happens when you cut out the top end and low end frequencies, which clearly looks like a work of an EQ (or any other similar) plugin. Are you sure you heard the exported audio on your desktop and it sounded normal? If yes, then make sure the audio track in premiere doesn't have any effects on it. Also make sure your audio jack's inserted properly. Also listen to something else and see how that sounds just to make sure your speakers/headphones didn't snap.

  • Stereo sound into 7.1

    Hey guys,
    Anyone know a tutorial i can follow or some setps on making windows media player play stereo sound (two channels) into 7.1 sound? I have been told that some players have a setting to convert stereo sound into 7.1 surround sound. Any help is appreciated.
    Cathal

    AT LONG LAST!! a reply!

  • Separate number into its individual digits

    hi Everyone!
    how can i separate digits and print them?
    - input one number consisting of five digits, separate the
    number into its individual digits and print the
    digits separated from one another by three spaces
    each. it is needed to use both division an modulus
    operations to "pick off" each digits.
    my coding is like this:
    import javax.swing.JOptionPane;
    public class Ex32
         public static void main(String args[])
              String digit;
              int oneDigit;
              digit = JOptionPane.showInputDialog("Enter a five
    digit number");
              oneDigit = Integer.parseInt(digit);
              JOptionPane.showMessageDialog(
                   null, "The number is " + oneDigit, "Result",
                   JOptionPane.PLAIN_MESSAGE);
              JOptionPane.showMessageDialog(
                   null, "The numbers are " + oneDigit + " " +
                                                 oneDigit + " " +
                                                 oneDigit + " " +
                                                 oneDigit + " " +
                                                 oneDigit, "Result",
                   JOptionPane.PLAIN_MESSAGE);
              System.exit(0);
    please help me.
    thanks in advance,
    Tuci

    This just involves some simple math tricks. Say you have a 5 digit number: 12345. You need to get each individual digit. Let's start with the one's digit. This is where the % operator comes in handy. When we divide our five digit number by 10, the remainder is the one's digit--in other words, 12345%10 = 5. Voila, we have the first digit separated. Now we move on to the ten's place, the number 4. This would be a lot easier if 4 was the last digit, because then we could just do a %10 like we did to get 5. So let's get rid of the 5. 12345/10 will give us 1234, since the .5 is truncated. So now, 4 is in the one's place and we can just do a 1234%10 to get the 4. Repeat as necessary.

Maybe you are looking for

  • Report for subcontracting material

    Dear all, I need your help. we have two plants suppose plant 1 and 2 plant 1 have sent some material to plant 2 by subcontracting challan so i need a detail like 1) material sent via 57f4 2) input material (raw material) 3) output material (finish ma

  • Storing resultset data to vector and then passing this data to JList

    hi every body I am facing this problem since two days I tried but could't get correctly,I am new to java and I need to pass the result set data from the database to a JList having JCheckBox I think I need to store the resulsetdata to a vector or arra

  • My itunes 11 keeps freexing

    hi since i have upgraded to itunes version 11 it keeps freezing on me all the time,ive un installed and reinstalled 5 times now and its still the same? it was working fine untill i got the new version i run windows 7 at the moment PLEASE HELP ME aaaa

  • Error when trying use the Maintenance Optimizer Transaction

    I have finally gotten through a major headache setting up a SM box, but now when I try to use the maintenance Optimizer, i get the following messages and it won't go any further. Information Procedure 8000000051 Saved Warning Status was reset by syst

  • SSD Installation issues help please

    First off, apologies! I know this has been covered plenty but I've been reading for hours and hours on how to install my new SSD and I'm more confused as there seem to be a million and one ways of doing it but I'm not sure which is best. What I have: