Converting to AIFF and editing the track

1. How do you convert a single track into an AIFF in iTunes?
2. What software can I use to edit an audio file? I need to cut the beginning part of the track to use for an iMovie project.
Thanks.

Rick
iTunes -> Preferences -> Advanced -> Importing -> Import using -> AIFF Encoder
Then select the track and go Menu Bar -> Advanced -> Convert Selection to AIFF
Of course, you can edit mp3 directly with apps such as Fission
http://www.rogueamoeba.com/fission/
Otherwise you can edit the AIFF with lots of things: Audacity springs to mind
http://audacity.sourceforge.net/
Or search on MacUpdate
Regards
TD

Similar Messages

  • In trying to edit a track - I want to "Delete and Move" the track to automatically fill the area that I deleted - However, after selecting a section to delete - the "Delete and Move" option is grayed out. How do I fix this?

    In trying to edit a track - I want to "Delete and Move" the track to automatically fill the area that I deleted - However, after selecting a section to delete - the "Delete and Move" option is grayed out. How do I fix this?

    Thank you for your attempt to help me. I appreciate that.
    I think I figured out how to fix it-
    I found that if I only delete a small amount at the beginning and at the end of the section that I want to remove - and then highlight that section - Then (and only then) does the "Delete and Move" function work to remove the unwanted section and automatically close the gap between the surrounding sections. I was trying to select a whole section and could only delete it - and then manually move it.
    Problem solved.

  • Unable to edit the tracks number

    Having updated iTunes 12.01 with Yosemite 10.10.2 I'm unable to edit the tracks number, as I used to do, select a song then get info and edit whatever I want, everything looks fine except the possibility to edit the track number. Any thought?

    You can still edit the track number ... it just involves a scrolling action with the new iTunes.
    Go to the song's "Get Info" as you used to do.  Once you open the "Details" tab, scroll down to reveal the track number which you can edit.

  • How open and edit the coherence.xml file?

    How can I open and edit the coherence.xml file?
    I cannot find the coherence.xml file in the coherence.jar package.
    Thank you,
    June

    If you are intent on changing the coherence.xml file, then you could use the JAR command (that comes with Java) to extract the coherence.xml file from coherence.jar and the later repackage the coherence.jar file using the udpated coherence.xml file, e.g.:
    C:\java\opt\coherence-331\lib>jar -xvf coherence.jar tangosol-coherence.xmlextracted: tangosol-coherence.xml>
    Instead of using JAR, on Windows you can associate the .JAR, .WAR and .EAR extensions with WinZip and use it to access / modify the contents of JAR files.
    However, the suggested approach is as follows, and does not include any changes to the tangosol.jar file:
    The tangosol-coherence-override-dev.xml file can be found in the coherence.jar file. After editing this file (in this case to define a unique value for the port system-property value for the multicast listener), save the file and add it to the server's classpath. When the server is executed, the values in the tangosol-coherence-override-dev.xml file will override any corresponding settings in the tangosol-coherence.xml file.Peace,
    Cameron Purdy | Oracle Coherence

  • My iP5 will not play any track not purchased from itunes Store, red circle with red square inside appears and skips the track, any ideas?

    my iP5 will only play songs purchased formmthe itunes store.
    all over songs, uploaded from cd's on my laptop and dragged into itunes will no longer play, a red circle with a red square in the middle appears and skips the track.
    anybody know why Itunes / iP5 will no longer play all tracks, has worked for years, only stopped with the latest itunes update.

    Hey Kelsieee,
    First, I would try to resolve the issue with the ! in a circle that you're seeing in iTunes. There's some steps in the following article that go over what that ! usually means and how to fix it:
    iTunes: Finding lost media and downloads
    http://support.apple.com/kb/TS1408
    Welcome to Apple Support Communities!
    Best,
    Delgadoh

  • Why does after i i have unzipped and edited the classes...

    Why after i have unzipped and edited the classes in the jar file and zipped them together again, it gives me the message "CAN NOT FIND MAIN CLASS"?
    This is after i have edited any class in the .jar zip.I did not edit the Manifest text file,can someone who has experienced this problem show me how to overcome it.
    Thank you.
    Edited by: Blade_runner on Aug 6, 2008 3:04 PM

    I hope you realize you're in the wrong forum.
    This is not a forum for Java issues experienced when doing some programming on a desktop computer.
    This is a forum for questions and issues about the graphical environment named Sun Java Desktop System (JDS) which runs on Solaris and Linux ...
    http://en.wikipedia.org/wiki/Java_Desktop_System
    Instead, you might consider:
    http://forums.sun.com/index.jspa?tab=java

  • Trouble with viewing font on spine of Photo book.  I can't find a way to view and edit the text which appears on the spine of the dustcover or the book itself when printed.

    I can't find a way to view and edit the text which appears on the spine of the dustcover or the photo book itself.  When I preview the book it appears on the dustcover and the book, but not when I'm back in the creation or editing windows.  I've printed 4 books in a series and two spines are one font size, and two others are a different font size.  One of the books has a shortened title on the book spine.

    The text on the spine will be the same text that is in the Title text box on the title page.  You can change the font and style of that text just like you change any text in Aperture. Aperture will size and center the spine text for you
    If you want the content or the font and style  of the text to be different from your Title box text then you have to trick the program a bit.  Put the text that you want in the spine into the Title text box and then move that box to a place on the page where it will not be visible when printed ( Y coordinate -1.0 inches for example).  Don't move it too far away or it will be hard to get back to in order to make an edit.    Then make a new text box on the title page and put the text you want on the cover in that.  (Or make a book without text on the cover , but with text on the spine). 
    You are 100% correct in that you can not preview this unless you preview the printed book

  • How do you post on the forum and edit the wiki?

    I'm interested in efficient ways of posting and editing the wiki. Do you know / use any?
    I'm currently using firefox + pentadactyl. Pressing Ctrl+i in a text area opens vim
    set editor='st -e vim'
    and I'm all set :-)

    Over two years ago, /dev/zero posted this interesting piece: https://bbs.archlinux.org/viewtopic.php?id=143444
    And this thread got me searching for "vim bbcode", and immediately, something interesting:
    Use Markdown Instead Of BBCode With Vimperator
    looks like a good idea. Or maybe just use something that makes editing bbcode easier (e.g. vim-surround rule, wait, I'll look that one up.)
    ... OK I'm done looking it up; here is one:
    let g:surround_{char2nr("c")} = "<code>\r</code>"
    let g:surround_{char2nr("u")} = "<url\1url: \r..*\r=&\1>\r</url>"
    The first one's basic; surrounds the target with code tags with the "c" replacement.
    This will prompt for URL and surround the target with proper URL bbcode if you use the "u" replacement.
    Combine such rules with autocmd and some bbcode syntax highlighting, it would make life easier with bbcode.
    Note I've used '<>' instead of '[]' to not confuse bbcode.
    As for the topic question, I use Firefox with pentadactyl in a tabbed container in i3. When I press Ctrl-i in a textarea, a VIM editor opens in a new i3 tab, at full size. This makes editing focused. When I need to look at the original web page, I just switch to the previous i3 tab and take a peek.
    Last edited by lolilolicon (2014-08-03 14:48:46)

  • Can I see and edit the adress book phone tags?

    Hi.
    Does anyone know if it's possible to see and edit the list of standart and costume phone tags on the Lion Adress Book?
    And can you sync it with iCloud with an iPhone?
    Thank you for the help.

    Have you tried using iMovie?

  • I shared a movie in iMovie and created a file with the movie but then now I cannot go back in and find the original version to make future edits. What am I missing here? how do i go back and edit the original?

    Hi! I need help! I created an imovie and then shared it and cannot go back in and edit the roigianl now. I am new to Imovie and am trying to figure this out quickly as i have to get this done by tonight. Thank you

    You might try using the add-on 'NoSquint' which allows numerous zoom options specific to each page you visit & keeps your settings - https://addons.mozilla.org/en-US/firefox/addon/nosquint/
    If you want to go back to 3.6x, you will find it here:
    http://www.mozilla.com/en-US/firefox/all-older.html
    In most cases you can simply "upgrade" (meaning downgrade) directly from the installation. It would be a good idea to save your passwords & bookmarks just to be on the safe side.

  • How can I split my Dj mix into separate tracks and export the tracks

    How can I split my Dj mix into separate tracks and export the tracks. I'm trying to burn my Dj mix to cd and I don't want it to be one long track.

    Henryfrommo wrote:
    How can I split my Dj mix into separate tracks and export the tracks.
    http://www.bulletsandbones.com/GB/GBFAQ.html#exportsections
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Is it possible to import a mock up from Omnigraffle into Reflow and edit the mockup on Reflow ?

    Is it possible to import a mock up from Omnigraffle into Reflow and edit the mockup on Reflow ?

    I don't have omnigraffle so I can tell for sure, but the main way in would be if you can get those things in omnigraffle to come into photoshop as layer shapes. Is there an omnigraffle forum to ask about better PSD export? Once you have the layers in the PSD then the import to Reflow should work well.
    Hope that helps,
    Chris

  • How to see and edit the SOURCE

    I'd like to see and edit the source of my pages on iWeb, is it possible ?
    Thanks

    A favorite among many is Taco. There is also a collection of other iWeb tools and resources here.
    -Mark

  • Where to go and edit the existing link URL link name

    Hi,
        I need to edit the existing link for our portal, please guide me where to go and edit the name of our url.
    eg: current url is https://www.abc.eu/irj/portal    want to change it to
           new    url is https://www.abcdef.eu/irj/portal
    regards,
    Afzal.

    Hi Afjal,
    This link will help your requirement.
    http://wiki.sdn.sap.com/wiki/display/EP/ChangePortalURL
    Thanks & Regards,
    cbr

  • HT204053 support states you can't merge apple ids, but it does give you an option to edit. Im sure there's a reason, but why can't I sign in to 1 account and edit the name to match the 2nd account?

    support states you can't merge apple ids, but it does give you an option to edit. Im sure there's a reason, but why can't I sign in to 1 account and edit the name to match the 2nd account?

    Shelady wrote:
    ... (wasn't even aware my gmail account had anything to do with Microsoft) ...
    It doesn't.  Gmail is owned by Google.
    Shelady wrote:
    Also can someone tell me how I report spam on my iPhone and iPad in a gmail account?
    Report it to Google:

Maybe you are looking for

  • Printing bug with logical page numbers

    I have a PDF file set up with logical page numbering. If I want to print page 7-10 and type this in the Pages field, Reader prints physical pages 7 through 10 from the PDF file instead of logical page 7-10. I tried it in Reader X and XI and the probl

  • HT4759 How to sync if one has Snow Leopard

    I upgraded to Lion because I wanted to continue with the "cloud in the sky" access, syncing my calendar, contacts, photos, and especially my documents in iDisk. Lion was so unstable that I had it removed and the computer restored to Snow Leopard. Now

  • Memory Leak in cwui.ocx (graph control)

    Hi! I'm using cwgraph control (cwui.ocx V2.0.3.413) in VB6. Once I have assigned the graph properties to set UI appearance, I sent 2d arrays to update the plot only (either .plotY or .ChartY, doesn't matter). The application then consumes more and mo

  • Selection screen in spanish

    Hi Friends, when the user logon to Spainish my report selection screen  names want in spanish. when the user logon to  'EN' user is able to see in english. Only 2 languages. Please let me know we can approach on this. regards, vijay

  • Need xslt processor API

    So that we may better diagnose DOWNLOAD problems, please provide the following information. - Server name - Filename - Date/Time - Browser + Version - O/S + Version - Error Msg where to download oracle java api's for XSLTprocessor. thanks in advance