Trying to convert wav file to mp3 using itunes?

Is there not an easier way to convert a wav file to an mp3.  I import my file or folder but it does not convert.  I have had to manually ask it to create an aac or aca out of each import.  shouldn't it convert audimatically when I import file or folder.  It did on the last version before this new update.  Please help.
Flustered

If Garageband doesn't work, try Audacity.

Similar Messages

  • How do you convert odm files to mp3 using itunes?

    I am trying to download audio books from my public library and then install them on my  mp3 player. the file format is odm.
    What is the process for doing this and what  software is required?

    ODM files checked out from a library usually are copy-protected and cannot be converted, by iTunes or any other software. If so, they can only be played in a device that can run Overdrive's software. You'll need to consult with your library and possibly with Overdrive to learn if there are any options that would allow the audiobook to be played on a standard MP3 player.
    Regards.

  • Urgent How to convert wav files into mp3?

    Can anyone plz tell me how can i convert wav file into mp3 using JMF? tell me any sample programme, any method in JMF........ help me plz

    Examples could be found on the JMF Solutions page.
    Only I can say about mp3 through network - it's hardly possible. I recommend GSM for compression2transmit. It could be used via GSM content descriptor. I'm not sure, but I suppose MP3 is supported only for files, there's no MP3.RTP or such (if you want to transmit files, it should not cause any problems).
    About JavaSound - it does not matter... You still need JMF to be installed on Client, and AppletCapture to be enabled. Futrher - would it be DirectSound, JavaSound, or anything else - just the deal of JMF.
    I tried to use JavaSound capture with proceeding AudioInputStream to JMF, but failed to do this.
    About your problem - best solution seems like that:
    capture sound
    put it into processor
    set format to GSM
    transmit
    so then, server receives it and formats it as it likes.
    If you want to transmit exactly files, you should use just some of pure java after capturing. java.net, or such thing.

  • Converting WAV files to MP3

    When trying to convert my wav files to mp3 in itunes, I get an error pop-up that says "The disk could not be read from or written to." These files worked fine before I updated to the new itunes.

    PaulSimpson wrote:
    The files are on my hard drive Steve. They were audio files that I downloaded from my personal camera. I didn't even think these kinds of files had permissions.
    OK just wanted to make sure. Sometimes, read/write errors occur when write protection is enabled on, say, an SD card. (that little tab on the top)
    All files actually have permissions under Mac OS X, one of the aspects of the underlying UNIX file system. Every file is capable of being readable, writable, and/or executable by either the owner, the group to which he/she belongs to, and/or everybody. Sometimes accessing files becomes erratic when the file's permissions unknowingly change, thus the good idea to "repair permissions" from time to time with Disk Utility.
    However, you mentioned that the original WAV files came from your digital camera. What happens if you try to open these WAVs with the QuickTime Player? Do they play as per usual?
    PaulSimpson wrote:
    If you still think repairing my permissions with my install disc is the way to go, I'm game, but I'm going to need a bit more step by step.
    We'll save that for a little later. Originally, I was leaning toward the feeling that the hard disk may have needed verifying/repairing (through Disk Utility) - because of the read/write errors. But it is possible that it may be an issue with the WAV files themselves.

  • Converting .wav files to mp3 format.

    Hi,
            I am trying to convert a wav file into mp3 format using the below code. I am not seeing any errors in the console but at the same time the mp3 file is created without any content. Any ideas on how to address this issue ?
      Format[] FORMATS = new Format[] { new AudioFormat(
      AudioFormat.LINEAR) };
      String srcFilePath = "C:" + File.separator + "Users"
      + File.separator + "vkiran" + File.separator + "Desktop"
      + File.separator + "test" + File.separator + "4a714ea2.wav";
      String mp3FilePath = "C:" + File.separator + "Users"
      + File.separator + "vkiran" + File.separator + "Desktop"
      + File.separator + "test" + File.separator + "4a714ea2.mp3";
      File srcFile = new File(srcFilePath);
      File destFile = new File(mp3FilePath);
      MediaLocator source = new MediaLocator(srcFile.toURL());
      DataSource d = Manager.createDataSource(source);
      ContentDescriptor cd = new ContentDescriptor(
      FileTypeDescriptor.MPEG_AUDIO);
      Processor p = Manager.createRealizedProcessor(new ProcessorModel(d,
      FORMATS, cd));
      p.configure();
      System.out.println((p.getDuration()).getSeconds());
      MediaLocator destination = new MediaLocator(destFile.toURL());
      DataSource ds = p.getDataOutput();
      DataSink sink = Manager.createDataSink(p.getDataOutput(),
      destination);
      sink.open();
      sink.start();
      sink.stop();
      sink.close();
      p.stop();
      p.close();

    You are converting the WAV files to mp3 format before transferring them to the iPod?
    You're using iTunes to do this?
    Just for the record, the iPod will not play mp3 files below a bit rate of 32kbps nor will it play compressed WAV files.

  • How do I batch convert wav files to mp3?

    Just wondering how I can convert a batch of wav files into mp3 files (including metadata).
    I was looking thru features in both soundbooth and bridge, but I can't find it (if it exists).
    Thanls

    Found this FREE easy to use mp3 converter called All2Lame, here:
    http://members.home.nl/w.speek/all2lame.htm
    You will also need to download LAME MP3 encoder, and copy the lame.exe & the lame_enc.dll files into the all2lame directory to get it to work:
    http://www.rarewares.org/mp3-lame-bundle.php
    The program offers a lot of command line type options, so you need to read the documentation to understand all your choices, but here's a 'quickstart' line you can put into the 'switches' line that will make highest quality stereo mp3's using variable bit rate technique:
    --vbr-new -V 0 -q 0 --resample 44.1
    If you prefer mono to save space, use this line:
    --vbr-new -V 0 -q 0 -m m --resample 44.1

  • Converting WAV files to MP3 files

    I have a USB turntable for converting my vinyl records to digital. When the files are imported to itunes they are large WAV files. I there a way to set up itunes to automatically convert the WAV files to MP3 files?

    Old thread, but still very useful. I too looked for a converter for Mac
    for ages and stumbled across your forum. Now you can use an app called audio converter for mac,  It costs a bit, but u can try it out free first to see if it works for what ,you need it for. Plz click the link below to get more info: http://www.mp3converter-mac.com/wav-to-mp3-converter-for-mac/

  • Converting WAV files to mp3 upon import

    I have changed my import settings in itunes preferences to encode incoming wav files to mp3, restarted my computer, but when I import the wav file, it stays a wav file, no matter how I set my preferences. Why can't I make mp3's, or that is how the F**K can I get my computer to do what I'm asking it???
    P.S. I still love my mac, but jesus, come on!!!

    I have changed my import settings in itunes preferences to encode incoming wav files to mp3, restarted my computer, but when I import the wav file, it stays a wav file, no matter how I set my preferences.
    Import will only convert to the selected format when your RIP from CD or select a file already in iTunes then menu Advanced -> Create {import settings} version.
    Make sure your Import settings are MP3.
    Hold Option, go to iTunes menu Advanced -> Convert selection to MP3, then select the WAV files you want to add to yoru library
    This will convert them to MP3 and add them at the same time.

  • Convert .aac files to .mp3 in itunes 11.0

    How do I convert files from .aac to .mp3?  I've changed my 'import as' settings to .mp3, and when I select a file, and click File->Create New File, all I can select is .aac format.
    Thanks.

    Janice.
    You can convert AAC files to MP3 by using the Advanced > Convert menu. However, you must first go to the Preferences > Advanced menu and change "Import Using AAC Encoder" to "Import using MP3 Encoder". This setting is used for both importing and converting. When you are finished converting, change the Preferences setting back to the encoder you prefer for importing.
    You can burn an MP3 CD if your CD player can play that format. You can fit a lot more songs on an MP3 CD than an Audio CD, but not all CD players can play an MP3 CD. Just go to iTunes > Preferences > Advanced >Burning and select the type CD you want. Note that songs must first be converted to MP3 format to burn to an MP3 CD. If your songs are in AAC format, iTunes converts them on the fly to AIFF when burning an Audio CD, but cannot burn them to an MP3 CD unless you convert them to MP3 files first.
    Hope this helps.

  • Convert AAC files to MP3 in iTunes?

    On my Mac, I can download from the internet in either MP3
    or AAC. I can also change MP3 files to AAC. But, can I
    change AAC files to MP3? I'm sure Apple had me do this one
    time to override some iTunes error, but I can't seem to do
    it now. I used this MP3 format for a long time so a lot of
    my downloaded songs are in this format. Now I'd like to
    change them back to AAC because it says I can't make a CD
    from MP3 files. Can I change the format or is there some
    way I can make a CD with MP3 files? I think I did it before
    on my old computer....I MUST have done it before because so
    many songs are in MP3 but it says I can't do it on the new
    mac.

    Janice.
    You can convert AAC files to MP3 by using the Advanced > Convert menu. However, you must first go to the Preferences > Advanced menu and change "Import Using AAC Encoder" to "Import using MP3 Encoder". This setting is used for both importing and converting. When you are finished converting, change the Preferences setting back to the encoder you prefer for importing.
    You can burn an MP3 CD if your CD player can play that format. You can fit a lot more songs on an MP3 CD than an Audio CD, but not all CD players can play an MP3 CD. Just go to iTunes > Preferences > Advanced >Burning and select the type CD you want. Note that songs must first be converted to MP3 format to burn to an MP3 CD. If your songs are in AAC format, iTunes converts them on the fly to AIFF when burning an Audio CD, but cannot burn them to an MP3 CD unless you convert them to MP3 files first.
    Hope this helps.

  • Distortion after converting wav file to mp3

    Hello,
    I am working with a .wav file of 8k sample rate, 16-bit, mono of a Skype conference call that was recorded through the computer. The wav is file is Microsoft ACM: Microsoft ADPCM. The audio quality of the original is not great, as you can imagine, but when I make my edits and convert to mp3 it sounds horrible. I don't know the technical term for it, but it sounds muffled and distorted--the effect you get when you cup your hand in front of your mouth and move it around while talking. I'm at a loss for what to do. Is there some setting I need to change before converting? I know it's a low sample rate (I usually work with 44.1K), would that contribute to the problem?
    Any help is greatly appreciated!
    Thank you.

    In a quick test, I was able to get significantly better results with an 8K, 16-bit source converting to MP3 when changing the MP3 setting to 16Khz.  In the File > Save As dialog, after selecting MP3, click the "Change" button next to "Sample Type" and change the sample rate there.  The file size was practically unchanged, but the audio quality was increased and looking at both files in spectral view showed a definite improvement.
    Edit:  Oops, I responded via e-mail and didn't realize this was posted to the Audition 3 forum.  I suspect the results will still be better with the MP3 encoder in Au3 - both are by Fraunhofer.  Here were the differences I saw when writing to 8K vs. 16K.  The resulting file was 29KB in both cases.
    MP3 saved at 8K Sample Rate setting
    MP3 saved at 16K Sample Rate setting.

  • Converting .wav files to .mp3 files in Adobe Audition 3

    I am trying to save a .wav file as an mp3. file.  When I go to Save As and click on file type/Mp3, it asks me if I want to overwrite the current .wav file.  When I say yes, it saves it as a .wav file.  How do get it to save as a .mp3 file?  I'm certain that there is an easy way to do this, but I'm missing it.  Any help from this knowledgeable forum would be most appreciated.
    thanks
    dk

    Next time you want to save as an MP3, type the full name of the file you want to save with the full extension in the file name box - so that would be {yourfile}.mp3. This will reset the default save to the correct extension.

  • Bug On Converting AIF files to mp3 on iTunes 8

    Is this a bug?
    I compose and produce movie scores and iTunes is an easy way to convert AIF masters to mp3 files to mail people . Is just me.... or is there a bug in the latest version what iTunes 8 just re- named - "create mp3 version" causes an UNKNOWN ERROR (-50)
    I have to say whilst I'm here visiting this forum - as a professional iTunes customer / user that has many of my own albums on iTunes ......... their recent "authorisation" updates (eg. burning an mp3 from an album etc) have become a pain in the whatsit-!!
    Also moving iTunes around from computer to computer whilst working on projects ...... it used to be possible in a worst case scenario - to burn an audio CD from iTunes tracks as a way of copying stuff onto other computers .... now that is impossible.
    The lovely APPLE CORP have become both a professional's best friend but also worst enemy. I'd love to report that iTunes has made me rich but the insulting per centage of money handed back to composer/artist/producers does nothing but add to Apple's billion dollar empire-!!
    DOES ANYONE KNOW OF A RELIABLE APPLICATION THAT CREATES MP3's FROM WAV OR AIF SOUND FILES ....... I find audacity has some sound quality issues. <Edited by Moderator>
    Best wishes to all
    Dick

    If you have a need to work on multiple computers then it seems sensible to use an external drive. Just put the Library data file, .xml file and the album artwork folder on the external drive.
    Create a folder named iTunes on the ext HD and nest everything just as if it were on your internal.
    Of course you have selected your import settings in iTunes prefs>General>Import Settings to .mp3.
    In iTunes v8.0 they have moved some of the settings panels around.
    MJ

  • I have QuickTime Pro 7 on a PC (win xp). I have several QT movies saved on my PC that I can play using QT. I would like to be able to play these movies on my iPad2. I've tried to convert them to iPad format using iTunes but that option doesn't

    I'm trying to figure out how to get QuickTime movies (taken with a video camera) off my pc and onto my iPad2. I can watch the movies on my pc using QT. I bought QT Pro and installed on  my PC to convert the files to a format that iPad supports (like mpeg4). I converting the files to mpeg4 but they didnt play on iPad. Do I need a different video player on iPad than the default video player? Do I need to do something else on the iTunes side?
    Thanks for any help...

    Movie mode
    continuous MPEG-4 video with audio capture/playback
    Movie image resolution
    VGA (640x480 pixels) at 13 fps
    QVGA (320x240 pixels) at 20 fps
    Movie length
    limited by capacity of memory card or 5, 15, 30 second clips
    Movie file format
    Still: JPEG/EXIF v2.2.1; Video: QuickTime MOV (MPEG-4 compression)
    This info is from the Kodak pages.
    My only guess at the error message is the very odd 13 frames per second recording. I don't know what to suggest.

  • Convert .au files to mp3 in itunes

    Is it possible to convert Audacity audio files (.au) to mp3 in itunes. So far, I've found very helpful you tube video to convert "most" audio files... but doesn't seem to work w/ .au...
    thanks,
    Kevin

    kevindmac wrote:
    Is it possible to convert Audacity audio files (.au) to mp3 in itunes.
    No.
    Why not simply export them from Audacity as MP3 to iTunes? You don't need any other converters...
    -> Exporting your Audacity Project into iTunes and iPod

Maybe you are looking for

  • Unexpected error when trying to reset Firefox sync

    Hello, I am trying to reset my password for Firefox sync with no success. When i enter my email address and hit "next" i get "Unexpected error". I don't want to create a new account with a different email address. Any help is appreciated.

  • Need to Upgrade IGS,JAVA Engine

    Hi folks, how to check out IGS kernel level? I need to do Kernel upgrade  for  IGS and Java Engine, can u guys please send me the steps how to do it. And what files i need to download from market place? right know i have sp-09 Thanks in Advance regar

  • Create Delivery with reference to seasonal stock transport order

    Hello Gurus How do we create a delivery with respect to seasonal stock transport order, in R/3 4.7. Thanks in advance

  • Reg : Stored Procedure to XI

    Hi, I need to know whether below is feasible using PI Stored procedure is executed in oracle Database by DB people and the response should come to PI. Please let me know if this is posible, if yes let me know how we can achieve this Thanks, Dinesh

  • Forename moved to the last name field

    There is a problem with the last version of N Suite with outlook contacts. The first sync works fine, once you start a second sync, the forename (first name) is merged to the last name field on the suite AND on the Outlook side. The only way to corre