How to convert surround back to stereo?

I've got into a problem with surround sound. One track from the loops library is in surround format and this seems to make it impossible to insert mastering fx in the normal way on the Out 1&2 tracks? (The insert slots have simply disappeared.)
Can anyone enlighten? How does a surround sound get converted back to normal stereo, and how do i go about restoring the insert slots to the out 1&2?
Thankz ahead,
Byz

More correctly, BufferedImage extends Image as Image is an abstract class and not an interface.
Shaun

Similar Messages

  • How to convert BufferedImage back to Image

    I have an Image from ImageIcon and i want to cut it using BufferedImage.getSubImage(...) and now from BufferedImage i want to turn it to Image again so that i can put in ImageIcon.
    Here is my code:
    URL img = new URL(location);
    ImageIcon imgIcon = new ImageIcon(img);
    Image image = imgIcon.getImage();
    //turn image into bufferedImage via graphic draw
    BufferedImage bi = new BufferedImage(..);
    Graphics g = bi.createGraphics();
    g.drawImage(image,0,0,null);
    bi.getSubImage(...);
    // how to turn bi back to Image newImage
    any ideas??

    More correctly, BufferedImage extends Image as Image is an abstract class and not an interface.
    Shaun

  • How to convert mono audio to stereo during import?

    When I shoot my videos for YouTube I use an external mic which works great but when my camera records it, it is mono sound, so only the left channel of my source videos contain the talking.
    In the previous version of iMovie 9 I used to be able to export using QuickTime and convert the audio to mono so the final video which is uploaded has sound coming out of both speakers.
    Honestly I don't care what format my exported files are in, as long as they're HD and the audio is good. So the new .mp4 file format is no problem for me with iMovie 10.0.1
    In the lastest version of iMovie (10.0.1) I can't see a way to convert my mono audio to "real" mono or stereo sound (whatever it's called) so the sound comes out of both speakers. Having the talking only coming out of one speaker now makes me look like an idiot on YouTube.
    I tried a stereo/mono adapter where the mic connects to the camera but it resulted in no sound. So I'm hoping I can use an audio fix somehow using iMovie 10.0.1 to fix 'er up. What are my options guys?
    Yes I'm aware I can still use iMovie 9, which is what I've reverted back to until I can fix this problem.
    Thanks.

    dainternetguru wrote:
    Yes I'm aware I can still use iMovie 9, which is what I've reverted back to until I can fix this problem.
    For now, I think that is the best choice.
    You could also buy QuickTime Pro 7 which will allow you to do the same mono conversion that iMovie version 9 does.
    http://www.apple.com/quicktime/extending/
    Matt

  • How to assign Surround output to stereo track

    Question says it. Does anyone know how to do this?

    Right, it doesn't change in the Inspector as well.
    Here's what I did. I had just installed Logic for the first time yesterday. I have an 828MKIII as my i/o. That was already set under Core Audio output. I created a new project and chose the empty project from templates. I then chose 1 audio track from the next dialog. I tried from there to choose a surround output, but it would only let me choose from a set of stereo outputs, i.e., Output 9-10 which is the 828's Main Out 1-2. So I chose that.
    At that point, I tried to change it from both the fader and the inspector, to no avail.
    EDITED: Spoke too soon. I recreated the project from scratch and I must have done something different the first time, because this time, from the inspector, I was able to choose surround.
    So thanks, guys

  • How to convert false (dual mono) stereo files ?

    I imported an enormous amount of regions from a Final Cut Pro project, and because the cameras each had mono mics but were recording audio in stereo, all the audio files are technically stereo, but contain only mono information.
    So I've got hundreds of stereo-interleaved files in my Logic session, but each file contains only mono information, so my project is twice the size it needs to be.
    Can anyone suggest a way to remove all that redundant information ? What I want to do is split all the interleaved files, then select all the .R files and delete them, but I don't see any way to accomplish this in Logic, other than file-by-file (I have 500 of them...)
    Anyone been down this path ?
    Thanks!
    -James

    Hey, thanks for all the suggestions, Seeren!
    I'm not sure how your method is generating only .L files for you--when I split interleaved, I always get both sides... but not a big deal. It's easy enough to delete half the audio.
    The real problem is getting the files replaced without losing all the arrange work: your method requires manually replacing the old stereo files with the new mono files in the arrange, which would be a ton of work in large projects like mine...
    But... I did find a solution to this--it's not exactly elegant, though, because it requires some filename hacking:
    Turns out if you have a reference to a stereo interleaved file in your project, and you replace it with a mono file of exactly the same length and filename, Logic will happily accept the substitution without a complaint. So the way to replace all the stereo files with the .L files is:
    1) Copy the stereo interleaved files into split stereo, then remove the new split stereo files from the audio bin (but leave them on disk)
    2) Close the project
    3) Remove the original stereo files from the "Audio Files" folder, and delete the .R files.
    ...that's all easy... then...
    4) Rename all those .L files, removing the .L so they have the same names as the original stereo files
    5) Reopen your project--Logic will now refer to the new mono files, not the original stereo files
    Step #4 requires some hacking to do efficiently: I used the command line to rename all those files quickly. There are probably utilities out there that could have done the job with a GUI, and AppleScript could probably do it, too.
    Anyway... this works, if it's helpful to anyone else.
    But ultimately I guess this is a feature request: it's cool that Logic makes it so easy to manipulate split stereo files as a single unit. But there are occasional times when you need to manipulate stereo files individually. There should be a track command in the arrange that takes a stereo track and replaces it with two mono tracks... rather surprising this doesn't seem to exist (it's one mouse click in ProTools [ducking])...
    -James

  • How to convert an int number to a byte array, and how to convert back?

    Hello, everybody,
    Just as the topic, if I have an int number(which should have 32-bit, or 4-byte), how can I convert it into a byte array. And also, how to convert it back.
    Thank you in advance!

    Alternatively you can use ByteBuffers to do this work for you
    // to a Byte Array
    int originalInt =...;
    ByteBuffer myBuffer = ByteBuffer.allocate(4);
    myBuffer.putInt( originalInt );
    byte myArray[] = myBuffer.array();
    // and back to an int
    ByteBuffer myOtherBuffer = ByteBuffer.wrap(myArray);
    int finalInt = myOtherBuffer.getInt();

  • How to create 5.1 from stereo tracks

    So here's the instructions I was able to find to use Waves UM plugin, which creates 5.1 surround output from a standard stereo track in Logic:
    1. Place your stereo file on a stereo track.
    2. Assign its output to the surround output or bus as required.
    3. From the Insert menu, choose UM226.
    *Please note that Logic must be set to Universal Track Mode - On
    The problem is, this is my very first project in Logic, and I have no idea how to do step 2. Can someone give a total n00b a step by step?
    Thanks.

    Here's a quick and dirty way to surroundize a mix, but you have to be careful and monitor it properly and check for stereo/mono compatibility since that's how lots of people will hear it.
    Take your stereo mix and change the panner to a 5.1 panner.
    Change the panning so that some center channel gets filled in like so
    !http://www.rdiv.com/screenshots/STP_51pannerFront.jpg!
    Then add a buss with a (let's say) Platinum reverb. Add a send to your stereo channel that feeds this buss. You should have a setup something like this.
    !http://www.rdiv.com/screenshots/STP_surroundized.jpg!
    Change the buss panner to 5.1 and shift it to the rear a bit.
    !http://www.rdiv.com/screenshots/STP_51pannerRear.jpg!
    Oh did I add that you need to monitor this properly and check for how it will downmix back to stereo and mono? Keep the reverb tasteful and short decay so that it doesn't make them sound like there in the bowels of the titanic.
    There's also the better way to do it, with [TC Unwrap|http://www.sweetwater.com/store/detail/UnwrapP>, however it's only available for Protools TDM or PowerCore.
    hth, jim

  • ITunes 11 has converted some songs to Quicktime movie format. How can I convert them back to MPEGs? format

    iTunes 11 has converted some songs to Quicktime movie format. How can I convert them back to MPEGs?

    I didn't mess with the iTunes Media folder previously, so I don't think that was the cause. Anyway, I manually fixed most of the songs, but I still can't figure out how to fix the movies that became listed as songs.
    Here is a screenshot of what it looks like when I click on "Get Info" for one of the movies (which has ended up in the music section on iTunes):
    There is no option to change the media kind to "movie" or "video" even though it is a movie and it still plays as a movie if I press play.

  • How does a user take an iTunes home movie and convert it back to iPhoto(slideshow) for editing and emailing?

    How does an user take an iTunes home movie and convert it back to iPhoto(slideshow) for editing and emailing?

    iOS: Importing personal photos and videos from iOS devices to your computer
    iOS: Unable to import photos or device not recognized as a camera

  • I downloaded a cheap PDF editor and it converted all my PDFs to their software. Then when I deleted it, I cannot open them in the Adobe format any longer. Please let me know how to get them back!

    I downloaded a cheap PDF editor and it converted all my PDFs to their software. Then when I deleted it, I cannot open them in the Adobe format any longer. Please let me know how to get them back!

    It's important to understand that when this sort of thing happens files aren't "converted" at all.
    In Windows and Mac, there is just one app (program) that it run when you double click a type of file. There's an app for Word documents (Microsoft Word). There's an app for PDF files. So all that happened is that you installed an app which can open PDF files.
    Nothing changed in the files. You can still open them the traditional way if you forget double click - start the app, use Open from the File menu.

  • Raw files converted to binary docs (exec).  Any ideas on how to get them back to raw?

    Ok. Short and sweet first post here.  Thanks in advance for any assistance.
    I've done this same process on jpegs many times without issue.  This time I forgot where I was in my workflow and tried a batch rename on my raw files.
    I selected all raw files in a folder, went to tools -->  batch rename and entered my file naming sequence as I wanted it to read.  Hit enter and watched the file names change correctly BUT the actual files were converted to "binary documents" and I can't figure out how to get them back to raw.  My thumbs are gone.  If I click on one of the files, the exec file tries to load in terminal.
    What happened to my raw files?  There are 255 images here from a wedding that I would rather not edit all over again.  Please help!
    Mac OSX 10.5.7
    Bridge CS3 2.1.1.9

    Ok.  The files don't read any particular extension as seen in my previous attachment.  F2 brightens my monitor.  It is not associated with any other shortcut.  Right click --> rename (not batch) brings the thumbnail back but without the edits.  All I did in the beginning was batch rename a folder full of raw images plus 3 psd files. Nothing else.  You can see that "new extension" is selected in the top field of the batch rename window.  is this the mistake and how can I recover my edits if it is.  
    There are 253 edited images in this folder.  Manual renaming will take ages.  Editing all of them again is also making me ill.    I was prepping the files for client submission which is due today when this happened.

  • XLSB file...how do I convert it back to XLSX?

    I have a large Excel spreadsheet that has just somehow managed to turn itself into an XLSB file! I have no idea how it happened and can't seem to find a way to convert is back.  I tried renaming the extension but it didn't work.
    I am using Excel 2008 for Mac 12.3.2 and operating on Mac OS X v.10.7.3.
    Can anyone help please?
    Carolyn

    You would probably be better off asking your question on the forums that MicroSoft provides for their products.
    Try here.

  • How do I go back to an earlier version of I-tunes? Since I updated to version 11.1.3.8 some stereo songs only play in mono and some only play through the front center speaker.

    How do I go back to an earlier version of I-tunes?

    My I-tunes hasn't worked since August and apparently its my fault, despite everything working fine until the update in August. No solution offered on these boards has worked at all.

  • How to convert vob files back in to single dvd file

    I was ripping a dvd to my macbook and originally, it came up as just a single file for DVD Player. I then decided that i would set the default media player to VLC. When I did this, the file broke down in to several VOB files by itself. Is there anyway i can convert them back in to a single file even if it is only playable on the DVD player? Thanks for any help.

    Put them all back in a TS-Folder and burn that.

  • How to convert LV Vi's from LV 7.0 to higher versions or viceversa.​I need the steps.

    For example i have labview 7.0 and i wan to open in LV 8.0 or still higher..so how to convert my VIs to higher versions or vice versa..I need the steps to convert.

    Hello,
    If you want to convert a vi written in LV 7.0 to a higher version (say 8.5) open the vi written in 7.0 with 8.5 and then save the same. (once you save it to 8.5, you can not open it with 7.0 since 8.5 is higher than 7.0. So male sure to back up your 7.0 version files)
    Now to convert a vi from 8.5 to 7.0 (for example) it gets a litle complicated becase you have load the vi in LV8.5 and then select the option File-->Save for Previous version and select the appropriate option (like 8.2, 8.0 or any other that gets populated in the drop down menu).
    Now say that you have selected the option 8.0, Again the vi saved in 8.0 and follow the same procedure to save it to 7.0 version of labVIEW.
    The reason i said it gets complicated becasue you must have installed all the version of labVIEW  (in the above case its LV 8.0) for a sucessful downgrade.
    Hope this helps you out
    Guru
    Regards
    Guru (CLA)

Maybe you are looking for

  • Printing Ical Server Calenders

    I'm trying to print the calender that I see on the Ical Server webpage. Is there anyway to print the week or month view so that it prints the way I see it. Right now it prints one column with time and without any borders or background. The events are

  • Final cut wont open AGP  card?

    my Final Cut express wont open and it says it is due to no AGP graphics card, wut does that mean and how can i fix it?

  • IBM WebSphere Connection

    Hello. I've been trying to add a server to the runtime tab of the Java Studio Enterprise 8. The location of the IBM Websphere installation directory is in another pc(our server pc). when i try to connect i would either get an null pointer exception o

  • After 1.5 upgrade, not able to sync to 1G iPod

    I connected my 1G iPod today and it responded that I needed to update the firmware to v1.5. The upgrade went well but immediately after the upgrade, iTunes does not sync to my iPod. Anyone have any idea what I can do to get this thing working?

  • ME 3400 PACKET LOSS

    e3400 packet loss I have a me3400 connected as follows: in port G1 / 0 fiber optic switch connects 7 WS-C2960-24TC-s. The switches are running vlans 2960 and serves to intervlan ME3400 routing. All of the GTW vlans are defined in the ME3400, in addit