Save logic .aiff as quicktime file

Hey,
I posted this question in the iweb board and got some interesting ideas but was curious if anyone here had any other thoughts.
I'm adding short .aiff's to an iweb site for people to right click and save.
-I'm making the .aiff using logic express.
-Bouncing to desktop.
-under "get info" I'm changing the .aiff to "open using quicktime player" which makes the file look like a quicktime file with the big "Q" on it. When I double click on the file, it opens with quicktime player. All's good!
-I create a text box in iweb and link the .aiff (actually they are .aifc) file to text box, just regular stuff for creating links for files.
-After I publish site to folder. When I go in and right click on the link to save to desktop, the file I thought used quicktime player becomes an itunes associated .aiff file with the itunes colors (green) and opens using itunes, thus adding the file to my itunes library.
I'd like people to be able to click on the .aiff and quicktime player would automatically open and play the file, this way unwanted stuff won't be added to people's itunes library. Maybe I'm making a mountain out of a mole hill, but it would be nice to stay out of peoples itunes libraries, it's kind of annoying when stuff is added to mine that I don't want. Know what I mean (in a cheesy Elvis voice)?
Any thoughts on how to keep the file a quicktime associated file after download?
Thanks, byt
ps, I've been looking up the difference between .aiff and .aifc. It looks as though they are about the same except you can compress .aifc. Does it really matter which is which if you're not compressing or anything and just clicking and playing?

iWeb only uses QuickTime formats (or those it can play) in your html files. It (version 1.1) uses special javascript files to hold the source code and for non "standard" QT formats it use the special qtsrc tag to "force" the browser plug-in to play the file.
Setting the Get Info properties on your computer doesn't change the file format for other users or viewers of your file.
Since the QuickTime browser plug-in will be opening the file only QT Pro users will be able to "save" it.
If you are "linking to a file" instead of using the browser plug-in the viewer will either get a download or the file will open in a new browser window. If the QT browser preferences are set to open .aiff (or aifc) your file will open in new window. You make these settings via the QuickTime sys prefs/Advanced and clicking on the MIME Settings button. You'll see .aiff under Audio.
If you want to "force" a download you should use the Finder to create an Archive. Your file will now become something.aifc.zip and users will download it when the click the link.
It will still open in iTunes for those users that have .aiff set to open in that app.
Better would be to convert it to .mov format which is always associated with the QuickTime Player. You would still want to archive it before adding it to iWeb so that it downloads instead of playing in the browser window.

Similar Messages

  • Save as quicktime file so quicktime player can be used after right-click

    Hey,
    I'm adding short .aiff's to a site for people to right click and save.
    -I'm making the .aiff using logic express.
    -Bouncing to desktop.
    -Changing file to "open using quicktime player" which makes the file look like a quicktime file with the big "Q" on it. When I double click on the file, it opens with quicktime player.
    -Creating text box and linking .aiff (actually they are .aifc) file to text box, just regular stuff for creating links for files.
    -After I publish site to folder. When I go in and right click on the link to save to desktop, the file I thought used quicktime player becomes an itunes .aiff file with the itunes colors (green) and opens using itunes, thus adding the file to my itunes library.
    I'd like people to be able to just open the .aiff and quicktime player would automatically play the file, this way unwanted stuff won't be added to itunes library.
    Any thoughts?
    Thanks, byt
    ps, I've been looking up the difference between .aiff and .aifc. It looks as if they are about the same except you can compress .aifc. Does it really matter which is which if you're not compressing or anything and just clicking and playing?
    imac g5   Mac OS X (10.4.5)   Woodwinds, presonus firebox, Garageband and Logic Express, iweb

    -After I publish site to folder. When I go in and
    right click on the link to save to desktop, the file
    I thought used quicktime player becomes an itunes
    .aiff file with the itunes colors (green) and opens
    using itunes, thus adding the file to my itunes
    library.
    I think this is a function of how someone's browser is set up or maybe system preferences that associate file types with certain default applications. For instance, you can take the .aiff file on your desktop that is currently associated with iTunes (and has the iTunes icon)....right click on it and select "Open with..." In the opened window select QuickTime player and then check the "Always Open With" box. This will make QuickTime player the default player of .aiff files instead of iTunes. So you see how it is a user defined variable in terms of which application opens which document.
    I'd like people to be able to just open the .aiff and
    quicktime player would automatically play the file,
    this way unwanted stuff won't be added to itunes
    library.
    An alternative would be to convert your sound files to .mov files that will by system default be opened by QuickTime player directly...just like iTunes is the system default for .aiff sound files.
    If you have found any of this information to be useful to you, please take the time to provide me with feedback by marking my reply as "solved" or "helpful" using those little buttons that you see in the title bar of this reply. I'd really appreciate it!

  • Can one DISBALE "Save as Source/Movie" for a Quicktime file on the Web ?

    I recently learned how to assign quicktime files to links on the web.
    When you select a link, a new window opens up and the sound file begins to play automatically.
    I noticed that the listener can save this file to their desktop.
    IS IT POSSIBLE TO PROTECT SOUND FILE SO THEY CAN NOT BE SAVED TO A DESKTOP ?
    In other words, can one have a quicktime file without the "Save as Source" or "Save as Quicktime Movie" active, but greyed out instead ?
    Thank You,
    Marcello
    12 powerbook   Mac OS X (10.3.9)  
    12 powerbook   Mac OS X (10.3.9)  

    Thanks for the info.
    I have been able to post music to my site http://www.nunu.com
    Sound files are located under SOUND.
    (1) Is it possible for someone to hack the sound files ? I would like to post the tracks in their entirity, but only if they can be protected.
    (2) How exactly do you protect sound files with Apple Script ? Why is this a better way ?
    (3) Where can I learn how to save sound files in a movie wrapper ?
    Thanks again for your help.
    - m
    The html tag to do this is:
    object tag
    param name="kisokmode" value ="true"
    The embed tag
    kisokmode="true"
    This will remove the disclosure triangle (lower
    right) to save and also prevent Control-click
    (right-click on a PC).
    A better way is to use existing AppleScripts to make
    a copy of your file "Un-Editable" (the name of the
    AppleScript Droplet).
    To "test" the exploit try and save or edit one of my
    files:
    http://homepage.mac.com/kkirkster/64
    The page should load with a "poster.mov" file and the
    link to the href file isn't invoked until the viewer
    "clicks" on the poster movie.
    Once the href linked file opens even owners of QT Pro
    are prevented from "saving" the file.
    You'll need to save your .mp3 files inside a .mov
    "wrapper". They will still work as intended inside
    your html code with the .mov file extension.
    12" powerbook   Mac OS X (10.3.9)   1 GB RAM

  • I can't save Logic Projects/Files since updating to Lion. Help?!

    I can't save Logic Projects/Files since updating to Lion. Help?!

    I just had the same problem, after working on a project for a couple of hours and thinking it was saved, I go back to work on it some more and all the work I had done was not there. This is totally frustrating. I posted here as well and haven't had any responses. Good luck to you.

  • Quicktime player saves a much smaller audio file than qt 7 pro

    I export the audio part of an m4v video file using QuickTime Player and Quicktime 7 Pro. The latter saves a 10 times larger file regardless of the setting I use. For example an Opera video of 3.72 GB is reduced to 147 MB file by QT player and to a 1.3GB file by QT 7 PRO.
    Any idea what is wrong?
    thanks
    joshua

    in qt 7 pro:
    in qt player:

  • I updated imovie and I Used to be able to save as Quicktime file, now not an option & files are so large when I save as mpeg4 and just rename them. Please help!

    I updated imovie and I used to be able to save as Quicktime file, now not an option & files are so large when I save as mpeg4 and just rename them. Please help!

    Actually it is easier than I thought. It is H264 but the wrapper is m4v. You can just change that in the finder to .mov and drop it into iDVD. iMovie will send it to iTunes so just right click on it in iTunes and select reveal in finder and then copy/paste to desktop and change to .mov. Then drag into iDVD. Really easy.

  • How to save an iTunes purchased video as a Quicktime file?

    Hi,
    How do I save an iTunes purchased video (which is an .m4v file) as a Quicktime file?
    Thank you!
    C

    Thanks for this. I see how I can play the video as a Quicktime, but I wanted to save it so I can import it to iMovie... I can't import a .m4v in iMovie, only Quicktime. Any ideas?
    Thanks!

  • Quicktime File with Chapters to iDVD?

    I was getting "multiplexing" errors with a particular iDVD project that I imported from iMovie 6 so I thought I would export the project as a full Quicktime file and then drag the Quicktime file into iDVD. Will the chapter markers still show up in iDVD?

    Hi
    My list on *Multiplexing Error*
    PART One.
    Use of strange video/audio material eg .avi, .wmv, .mp3 etc.
    I only use.
    Video - StreamingDV (miniDV tape via FireWire) and
    Audio = .aiff (as on audio-CDs) (else coverted to this .aff 48KHz)
    Using strange letters in video project name eg +,/; etc. keep to a-z and 0-9
    strange letters in project name eg +
    as described by Donnyboy69. Does the title of your project have any symbols or decimal points in it. If so, that is why you are getting the error. I had a project that had a + sign which caused the same problem. I renamed it without the symbol and low and behold, it worked.
    PART Two.
    from Robert Modero.
    "Multiplexing Error. Problem during initialization of tracks"
    Simply remember to add subtitles to your Quicktime files and menu buttons.
    Once I did that, I was back in business.
    from Boise Jim
    Do a safe reboot (by holding down the shift key until you see the spinning gear on grey background, then release, then restart when your start-up screen appears).
    I always makes a DiskImage first and test this so that it runs OK
    I use only - Verbatim DVDs
    I use only - DVD-R
    I burn at an as slow speed possibly eg x1
    This gives good DVDs
    PART Three.
    Multiplex Error
    Chuck, Chicago 2/7/2009.
    Back again. Here is what I have found to work. I also have and use a LaCie DVD-R/RW DL external drive and a LaCie external hard drive as well. Since yesterday I have tried a few ways to burn a themed iDVD project having four 56 minute movies on it, amounting to 226 minutes onto a DVD DL disc, capacity 240 minutes. Apple tech support really didn't know what to do but gave me a very good tip. I had two options left. Apple tech support's tip was to try disc image. One of the replies on a thread with this subject said not to, but my experience today is good. Put your project onto "Burn to disc image," under "iDVD, file." Yesterday encoding took me 23 1/2 hours. Overnight for iDVD disc image, encoding took 21 1/2 hours (again) while I slept. This morning I tried to copy/burn disc image to a DVD with Roxio Toast 7, and it stopped near the end of the burn with some kind of "error" message. So then I tried Utilities> Disc Utility> Burn icon, and followed it through. Be sure to click the DVD DL drive in the window "Burn disc in.". I had one other problem though. At the end of a 46 minute copy, it started to verify, and at the end of verify it rejected the burn. So I tried again, and when "verify" appeared, I clicked on "Skip." The disc finished burning and is doing fine and well. A long and tortuous process, but at last something works. I made several additional copies using Disc Utility. Best wishes. Chuck, Chicago.
    2. Disconnect any other external devices not absolutly needed.
    eg external USB/USB2 hard disks, other FW hard disks etc.
    3 Chapter marks in transitions - minimum 2 sec from
    FROM Bev.
    (Not a 'guy' but I will answer!)
    First, I do not think that mixing widescreen and standard makes a difference in iDVD.
    Second, you should use a better brand of DVD disk. Also, many of us have experienced fewer problems on playback with DVD-R disks. Recommended brands here are Verbatim, Maxell and Taio Yuden. Memorex and TDK are not consistent and may not give you a correct burn. They apparently have fewer layers in the composition of the disk. I have always used Verbatim DVD-R disks and have not had any burn problems.
    Also, choose a slower burn speed, 4x or less.
    Third, to determine if the iDVD project will burn properly, create a disk image file (from within iDVD, go File->Save as Disk Image) and test it. Mount the disk image and then open DVD Player (in Applications) and view your project. If it plays correctly, you can then burn the actual DVD disk from the disk image file using Disk Utility.
    From. Boise, Idaho
    I did everything I've seen suggested, but a friend (who used to be an Apple Genius) suggested that I do a safe reboot (by holding down the shift key until you see the spinning gear on grey background, then release, then restart when your start-up screen appears).
    It worked, and I got a clean burn from iDVD.
    Hopefully this can help other people.
    by dheb0422
    Well, I finally got it, and it was odd enough to post here incase anyone looks this topic up again. Many things were tried, including burning the uneditited film, the edited film without titles and chapter markers, abbreviating the chapter markers in case length was the issue (remember the old iMovie used to truncate them when moving to iDVD?). In the process, I noticed that one, and only one, chapter marker was on the same line as the title marker. All the others were on the line above. The only way I seemed able to change that was to clip a few seconds of film. After that last clip, the offending marker took a place on the line above, as were all the others. That run published, compiled completely and burned. That's one for the books.
    Yours Bengt W

  • Is there a way to always save as folder, not session file

    Is there a way to make Logic X always default to saving as a folder, not a project file?
    I am using Logic X for production and Pro Tools for vocal tracking/mixing. This is a great solution for me, and while I'm sure being able to save a logic session as one file is great for others, I need it to not be an option if possible.
    It is essential for my workflow that I use the folder version so I can keep bounces as well as the stems I export within the one folder. However, my clients often just hit save without looking, then when they go to bounce they have to save the bounce somewhere else, and if they don't name the bounce the same as the logic session, I have to back-track and open every session to see if it is the one I am looking for or not.
    Furthermore, Logic X does not remember my preference of saving to folder. If I could select it once and it would stay the same, no one would change it but it seems there is a bug that after a certain amount of time, or if the computer dies or is restarted, the preference is reset to project file.
    Maybe I'm the only guy with this problem as I can't seem to find any other threads on it, but if anyone has anything to say here, it is greatly appreciated.

    Furthermore, Logic X does not remember my preference of saving to folder.
    It saves that setting for me...... so I assume you have a permissions or prefs issue of some kind going on where that status is not being saved..
    Try first deleting Logic's prefs and see if that fixes things....
    Delete the user preferences
    You can resolve many issues by restoring Logic Pro X back to its original settings. This will not impact your media files. To reset your Logic Pro X user preference settings to their original state, do the following:
    In the Finder, choose Go to Folder from the Go menu.
    Type ~/Library/Preferences in the "Go to the folder" field.
    Press the Go button.
    Remove the com.apple.logic10.plist file from the Preferences folder. Note that if you have programmed any custom key commands, this will reset them to the defaults. You may wish to export your custom key command as a preset before performing this step. See the Logic Pro X User Manual for details on how to do this. If you are having trouble with a control surface in Logic Pro X, then you may also wish to delete the com.apple.logic.pro.cs file from the preferences folder.
    If you have upgraded from an earlier version of Logic Pro, you should also remove ~/Library/Preferences/Logic/com.apple.logic.pro.
    Restart the computer.
    If not then something else is causing the issue on your system.

  • How do I export from FCP to a QuickTime file with multiple audio channels?

    I'm delivering a project where the first step is to generate an HD Cam SR master, which I will be doing at a post-production lab. They will then do a QC check for me. To generate this HD Cam SR master, they need to me to bring in my 98-minute long movie on a firewire hard drive, in five equal parts -- QuickTime files. From these five QT files, the lab will then be creating an HD Cam SR master that will have...
    dialogue on tracks 1 and 2
    effects on tracks 3 and 4
    music on tracks 5 and 6
    MY QUESTION
    a) I don't see any way to separate these audio tracks accordingly in the FCP menu for QuickTime export. Does anyone have any experience doing this?
    b) And does anyone know the most efficient way to combine timeline audio tracks for this purpose? I have my dialogue sitting on the first FOUR audio tracks, actually. To deliver this film, I'll need to crush these four audio tracks to two, as listed above. I could generate an AIFF file, I suppose, import it back onto the timeline, sync it up, and then re-export along with the visuals to make the final QT file, but this seems like a generation loss.
    thanks,
    Shanked
    PS the movie is made up of footage from a Sony PMW EX1. I used the codec "XDCAM 1080 24p 35mbs VBR" for editing in FCP. I'll either export to QT using this same codec or switch to "Apple ProRes" if my machine can somehow maintain the sync.

    The following will answer both your questions a) and b).
    Click on your master timeline and press cmd+0 (zero) to bring up Sequence Settings, then click on the Audio Outputs tab on the right. Click on the Outputs option and change it to 6. You can leave them as Stereo pairs.
    Now, back on your timeline, you need to make sure all your audio is organised so each track. A1, A2, A3, A4 etc has all the relevant media on it.
    Then, on the left of the timeline you see the Destination toggle buttons, then you see the Padlocks to lock tracks, then you have the Toggle Auto Select squares. If you right-click on the Toggle Auto Select squares you bring up a little sub-menu, at the top of this list you'll see Audio Outputs, which will show the stereo channels for that particular track. As you've changed the number of Audio Outputs in the Sequence Settings, the list will show: 1&2, 3&4, 5&6. You just tick whichever channels you want.
    In your case, you have dialogue on the first 4 tracks, no problem, just go down through tracks 1,2,3 and 4 as described above and assign these to Audio Outputs 1&2.
    Then just go down through your music and effects audio tracks and assign them accordingly.
    Now, when you export your timeline as a self-contained media file, it will have different audio channels.
    I hope that makes sense. When you change the number of audio outputs as described in the first step, I believe the rest of it is fairly self explanatory, once you know where the settings are.

  • How do I get an embedded quicktime file to appear "activated" w/playback & volume upon opening PDF?

    I am new to adobe acrobat, and I'm using version 8.  I am trying to insert quicktime videos in a PDF File.  I have figured out how to insert the video files and embed them in the PDF.
    However, when I save the PDF, close it, and then re-open the it, the quicktime file does not appear.  If I don't use a poster image, then it is just blank where the file is, but the file is there, and when I click on the empty space where I know that it has been embedded a dialog box opens about playing it just this once, or making it a trusted file, etc.  Then it plays, and the volume and playblack controls, along with the background, are visible. (it is actually just an audio track in a quicktime file, so nothing is playing but the audio, and the background is solid black.  I have set it up so that it stays there once activated.
    What I want is for the volume and playblack controls and the black background to appear as soon as you open the PDF file, without having to click in the blank area where the file has been inserted.  This is going to be part of a portfolio that I am submitting for a school program, so I need the person that is opening it to be able to clearly see where the file is, and see the playblack and volume controls so that he can playback the file.
    So how do i get the embedded quicktime file to automatically show up in "activated" mode, with the playback and volume controls visible and ready to be used?
    Any help would be greatly appreciated.
    Thanks...

    If the video is only linked it would reduce the file size of the pdf and it would make it accessible for people opening on a device (like iPad) which does not allow flash which must be installed with Acrobat to view embedded media.
    But I would recommend to send the people only a link to the PDF. I hate it, when my iPhone filled with useless stuff, if I would like to see it I could donwload, but as attachment make my space overfilled.

  • Export QuickTime file with new audio and maintain the file size and quality as the original.

    I shot some footage for a client yesterday and ran into an issue. To make a long story short I have QuickTime mov files shot with my Panasonic GH4 that have a buzzing sound in the audio track. I have clean audio from a recorder that can be sync'd. Is there a way for me to do this for the client and deliver them as the same QuickTime file but with the clean audio and keep the file size close to the original and not have quality loss in the image?
    If so I will probably put all of the spanned clips together from each interview and sync the audio before delivery. I am just not sure which codec will give the client the same quality footage compared to the originals and not have a massive difference in the overall file size. They did request that they be Quicktime MOV files though so that is a must.
    I don't see this as an option in the codecs in the export settings in PP, but is there a way to export as ProRes or another MAC native codec that will save them from having to convert it on their end? I am on a PC with Adobe CS5.5 so I am not too familiar with MACs, but from what I understand they would need to convert the files if I sent them straight out of the camera.
    I found some related search results for this but they pertained to "Best quality" for export. I am not sure how the varying options work but I don't want to create files that are considerably larger, just not less quality.
    If anyone has experience with this it would be greatly appreciated.
    Thanks,
    Cole

    Here's the workflow: I imported the video footage into iMovie '08 and did my edits. Then I exported it (share) to my desktop with compression set @ 740 X 480. Then I used QuickTime Pro to fix the audio track. The file plays perfectly with both audio tracks working. It's a QuickTime file (.mov).
    I hope this jars any replies as to why the file when uploaded to my iWeb gallery drops the second audio track.
    Hmm,
    Jack

  • How do you change the default Save As location for PDF files?

    I have not been able to find a straight answer anywhere.  I am scanning documents to my email then I need to save them.  Instead of saving them to the last folder I saved a file in, (which would be logical) it saves them in a temporary files folder EVERY time.  I have seen answers about how to change the folder when saving documents from a web browser but that is not what I am doing.  Someone please help!  I have thousands of files to save and this is incredibly frustrating. Agh!!!

    Is it your scanning software that does that, or Adobe Reader?
    Anyway, I don't know how to change the default change destination for either of it.
    I have had a similar problem with an entirely different software, so what I did is create a shortcut to the destination folder in my Temp folder, so a simple double-click when saving gets met quickly to that target folder.

  • Why does Adobe Media Encoder fail to export Quicktime Files?

    I'm using Adobe Media Encoder CC 2014 on a Windows 7 Pro 64 bit PC.
    While exporting the Quicktime variant of H.264 for ATSC television broadcast files, Adobe Media Encoder fails.  Non-Quicktime H.264's render correctly, but some television stations require quicktime.
    Troubleshooting reveals the problem only occurs when attempting to make a 1920x1080 H.264 QuickTime file.
    Using the same original file (1920x1080), Adobe Media Encoder WILL export a 720x480/486 H.264 MOV file.
    More interesting still, it will ALSO export at 1280x720.
    Testing this information to it's limits, I found that the cutoff for a successful render is between a frame size of 1610x906 and 1609x905.
    Useless, random sizes, I know... but that's the breaking point for Adobe Media Encoder CS6 (6.0.3.1 to be precise) and H.264 Quicktime files.
    Others are having a similar problem:
    http://forums.creativecow.net/thread/3/934721#953485
    This information did not correct the problem:
    http://helpx.adobe.com/premiere-pro/kb/error-compiling-movie-warning-or.html
    Any help or ideas are greatly appreciated.
    OS:  Windows 7 Professional 64-bit SP1
    CPU: 41.6GHz (dual octo-core Intel Xeon E5-2670 @ 2.60GHz)
    RAM: 64GB
    GPU: NVIDIA Quadro 5000 v334.95 (2.5Gb GDDR5 RAM)
    VID: Blackmagic Design DeckLink HD Extreme 3D+/Desktop Video v10.1.1
    DRV: Facilis TerraBlock 16TB RAID/ATTO ExpressSAS R680 v2.19
    NLE: Adobe Premiere Pro CC 2014
    James Brady
    Senior Editor
    Results Video, Inc.
    El Paso, Texas
    http://www.resultsvideo.com

    I'm trying to make a file with the extension ".MOV" using AME's "HD 1080i 29.97, H.264, AAC 48kHz" preset.  AME fails every time with the following message:
    "Encoding Failed
    Export Error
    Error compiling movie.
    Unknown error."
    Any other file extension (MP4, M4V, etc.) renders fine.  The issue seems only to happen when attempting to make an MOV file.  It doesn't seem to matter whether I use AME's built-in preset, or customize my own render settings--the problem always happens with any MOV larger than the size I mentioned above.
    All of this used to work just fine on the same machine 2 years back with Adobe CS5, previous version of windows and QuicTime.  I've been all through the Adobe and Windows possibilities, so I'm grabbing at straws here with QuickTime maybe having something to do with it.
    Interesting.
    Would you happen to know if Adobe has made any changes to its manner of muxing long-address MPEG-4 AVC data to the MOV file container? Since the MP4 and M4V files encode properly, have you tried opening these files in a media player and simply using the "Save As..." option to move the date to an MOV file container without transcoding audio or video data? I.e., is there any obvious relationship between the size of the MOV file encode (less than/greater than 4 GB) as a function of the resolution "break point" previously discovered?

  • Files downloaded turn into QuickTime files and not iTune Files!

    Hi folks,
    I am downloading some songs from mp3search.ru (very very cheap mp3 site) and they are downloaded as iTune files (which is what I require), however, when they download fully they become Quicktime files!
    I now have to change them individually to be opened with iTunes but they remain QT files!!
    How do I stop QuickTime from being the default and dictating itself as the main MP3 player?!
    Thanks
    Tc

    well, today I browsed iTunes, happened to find something I liked and thought I'd give it a go..
    After checking this bit:
    Import in An Instant
    To import songs into iTunes, just insert a CD into your computer and click Import CD. Or set up iTunes to automatically add music when you insert a CD. Either way, iTunes imports music in a snap. iTunes saves music from your CDs as high-quality AAC files — a format that builds upon state-of-the-art audio technology from Dolby Labs. But you can choose different audio formats, too. iTunes lets you convert music to MP3s at high bit-rate at no extra charge. Using AAC or MP3, you can store more than 100 songs in the same amount of space as a single CD. iTunes also supports the Apple Lossless format, which gives you CD-quality audio in about half the storage space.
    then registering an account I felt sort of confident, not in the lack of looking, the information is just hot air anyway rwitten by halfwits, but this was what it seemed..
    BUT LOW AND BEHOLD,
    None of this happened
    I end up with M4P files.... *** are those...
    Burning my new purchase onto a disc didn't work in my stereo
    I'm really p*ed off about this matter, measly 10 $ maybe, but the disappointment in being aggravated this way adding to increasing dismay, that you don't get anything face value from practically any commercial company anymore, seriously gets my fumes going, cos I could have gone to the record store, taken care of everybody and probably walked out with two great discs for the same price and half the time I spent sorting my anger
    I'll say it again, software designers stay the f* out of my way and start doing your jobs and provide the service you advertise using the KISS principle... stop jacking around
    H*ll even the buttons in here don't work, trying to highlight in italic the quote from iTunes store...
    Someone explain me how I get, as they state I could and should, buying my record in the iTunes store and get it on a CD so I can play it on my stereo, cause as we all know the G5 comes with f* all speakers..
    Kind regards with a bird to all these internet scams
    G5   Mac OS X (10.4.5)  

Maybe you are looking for

  • MTO e MTS no mesmo Material

    Para entender todo o contexto, antes deem uma olhada na discussão abaixo. Production in specific plant O cenário da discussão anterior funcionou. Agora preciso saber se é possível configurarmos o material para se comportar da seguinte forma: Obs.: pa

  • Widescreen monitor problem needs different solution

    Earlier solutions offered for my problem did not work. I switched to a 19" widescreen. Now when I use PSE, the images are stretched (for example, when I go to Print, the screen shows what should look like a blank 8 1/2 x 11 sheet with my photo on it,

  • Export To Flash in Encore CS4 on the Mac

    It has been widely reported (and I have confirmed) that Encore CS3 will not Build to Flash on a Mac running Leopard 10.5.5 and Quicktime 7.5.5 (the latest versions of Mac OS X and Quicktime). I would be most appreciative if anyone who has received En

  • Using BDB with IBM GPFS

    Hi experts, Can I put ENV and DB files on shared file system such like IBM's GPFS(General Parallel File System)? I want to make two nodes to update same database by sharing it using shared disk technology. Following URL is about GPFS. http://www.redb

  • Blogging In webdynpro

    Hi, I am creating a webdynpro application in 7.1 and would like to include a blogging facility to it. Are there any webservices to do so or is there any other way of doing it? Regards, Amrita