Static after burning a CD

Lately, I have been having a problem with my iTunes program.
I will burn a CD, it will pop out and when I put it into my car stereo (or DVD player) there will be static on it. Also some parts of songs have been like, cut out. More recently, I havn't been able to play my CDs in my PS2 (which I could do before).
My main complaint though is the static. It just sounds bad. I have tried burning the same thing with different CDs, changing CD brands ect but NOTHING works.
Any ideas???
PowerBook G4 12"   Mac OS X (10.4.5)  

I have this problem too, it's quite recent. I find CDs are okay unless they're over about 50 minutes, after which tracks just sound horrible. I always use Sony 80 minute CD-Rs, always have, and have never had any problems before.

Similar Messages

  • I am having problems with my music collection, after burning all of my music to the computer I organized it into folders and placed it in the iTunes Folder. Starting on a new computer now. I can get my music from old computer?

    I am having problems with my music collection, after burning all of my music to the computer I organized it into folders and placed it in the iTunes Folder. As of now i realize this was a mistake. Starting on a new computer now. I cant get my music to transfer from the itunes folder on the old computer? I keep getting error "Can't Read from the source file or disk." Whenever I got to folder properties its always checked read only. But when i play the song it works just fine. Im sure this is just because I added music into itunes folder but is there anyway to fix it?

    WMA files are 'window media audio' files, which is a Microsoft format. If you want to add them to your iTunes library on your Mac then you will need to convert them into a compatible format first. If you still have your windows machine then iTunes for Windows can convert them from WMA to MP3 format : https://discussions.apple.com/message/24158701#24158701
    Or try a search for, for example, 'convert wma to mp3' to find programs to convert them.

  • After burning a successful DVD in iDVD out of FCPX, how can I see the settings it used?   So I finally burned a DVD out of a Apple Pro Res file into iDVD in PAL format. My question now is how can I find out what the exact burn properties were so that I ca

    After burning a successful DVD in iDVD out of FCPX, how can I see the settings it used?
    So I finally burned a DVD out of a Apple Pro Res file into iDVD in PAL format. My question now is how can I find out what the exact burn properties were so that I can apply the same burn properties to a project in Compressor 4?
    Is it possible to see what iDVD did?

    I don't know any way you can interrogate iDVD to reveal settings to the extent that you can in a Compressor project. What you could do is open up the show's VOB in MPEG STreamclip, go to File and Reveal Stream Information; that will at least give you some rudimentary info like average bit rate. Perhaps someone, with more iDVD experience, can chime in here.
    The broader question is why use Compressor at all if your current workflow is doing the job to your satisfaction?
    The value of Compressor is that it gives you control over the many parameters that affect size quality.  and playability. The Compressor presets can give you a starting point for DVD delivery, Web, etc. From those presets, people typically experiment by adjusting the parameters until they get the desired results for their specific show. It's a little bit science and a little bit art. After experimenting, you may be able to get slightly better quality for the project you've successfully burned in iDVD by using Compressor and something likeToast…or maybe not.
    Good luck.
    Russ

  • Problem:  While creating a project in iDVD, it plays perfectly on the computer, but after burning the sound is off.  Video soundtrack is not in the right place.  HELP!

    Problem:  While creating a project in iDVD, it plays perfectly on the computer, but after burning the sound is off.  Video soundtrack is not in the right place.  HELP!

    Have you checked out the topics at the right in the More Like This section?
    OT

  • After burning to dvd, using idvd, movie stops on frame but audio continues

    After creating imovie which works perfectly, and also after trasferring to idvd works perfectly, i have problems when playing back dvd after burning to disc. The movie stops but the audio continues. I altered the clip but same thing happened in next clip after next burn. I don't think its a corrupt clip, but maybe something to do with WHEN it occurs in the movie. Any suggestions? After 4 goes and many hours burning I am stumped!

    Hi Tomma1
    And welcome to apple discussions. It's good you chose to use 16 bit audio for all of your source material. And assuming this is accurate info .... From what I can tell, you are doing nearly everything correctly. However let me ask you a few questions.
    1. Are you using the boot volume (the hard drive where iDvd and Leopard are actually located) to encode your dvd (yes/no)?
    2. More importantly, does the disc image also go out of sync when played thru apple's dvd player app? or does it only happen on the burned dvd-r?
    3. Are you using Verbatim Dvd-R or an alternate brand? if it's the latter, then for troubleshooting purposes while on this forum; please use Verbatim Dvd-R. (it helps us eliminate additional / possible variables). Thereafter feel free to use the media that works best for you and your mac.
    4. Have you tried an alternate encoding setting other than pro quality setting? and do you get the same results?

  • How do i set up my mac to  eject cd after burning from itunes play list ???

    how do i set up my mac to  eject cd after burning from itunes play list ???
    thanks

    how do i set up my mac to  eject cd after burning from itunes play list ???
    thanks

  • GPRM Button scripts work in Simulate, but not after burning

    Hello everyone:
    I have a question regarding GPRM-based buttons and scripting menu navigation. My scripts work perfectly in DVD Studio Pro's simulate mode, but after building and formatting a DVD, the scripts do not function properly on a set top box, in Apple DVD Player, or when playing from the Video TS folder. The scripts were based off of a tutorial by Hal MacLean at dvdstudiopro.co.uk.
    Essentially, I have one track which is accessed via a Main Menu or a Chapters Menu. There is an animation that plays at the head of each menu, so menu has a loop point. The user should return to the correct screen, the correct button should be highlighted, and the menu should jump to the loop point. All of these things happen in simulate mode, but after burning, the loop point is ignored: The correct menu and buttons are highlighted, but the menu plays from the beginning. Here is how the project is laid out:
    From the main menu, if the user chooses Play Movie, the following script plays:
    mov GPRM 0, 1
    Jump Feature
    From the main menu, if the user chooses Chapters, the following script plays:
    mov GPRM 0, 0
    Jump Chapters Menu
    Each of the chapter buttons is assigned to the start of a scene. The feature's menu call is assigned to the following script:
    mov GPRM 1, SPRM 8
    div GPRM 1, 1024
    Jump Main Menu(Loop) [GPRM 1] if (GPRM 0 = 1)
    Jump Chapters Menu(Loop) [GPRM 1]
    I was able to make the menus behave properly by writing the scripts this way:
    mov GPRM 1, SPRM 8
    div GPRM 1, 1024
    Jump Main Menu Script [GPRM 1] if (GPRM 0 = 1)
    Jump Chapters Menu Script [GPRM 1]
    Main Menu Script:
    Jump Main Menu(Loop)
    Chapters Menu Script:
    Jump Chapters Menu (Loop)
    But, although the user is returned to the correct menu and the loop point, now only the default button is highlighted.
    Has anyone run into the same issues? Can anyone see any flaws in my scripts, or have any suggests? i would really appreciate any thoughts you all have. Thanks for your time!

    Do you have any pre scripts atached to the menus? I was having the same problems as you and found that pre scripts and GPRMs don't play nice (at least in DSP). Removing the pre scripts solved my issue.
    http://discussions.apple.com/message.jspa?messageID=4643747#4643747
    Good luck!

  • After burned to dvd the edge are cut off in my tv screen. looks like zoomed

    hi
    i am FCPX user. i create my project using format (resolution )as showed on the pic below
    after burned to dvd the edge are cut off on my tv screen. looks like zoomed as showed in  the pic below.
    thanks for taking ur time to help me!!
    then i export using master file as
    showed on pic below
    and after i burn on to dvd my edge are cut off. here pic trying to show before burn on my mac and after burned on to dvd
                                           before burned on to dvd on my iMac screen
                      AFTER BURNED ON TO DVD ON MY TV SCREEN
    i really need ur help thanks
    after burned to dvd the edge are cut off in my tv screen. looks like zoomed

    Thanks Alchroma
    i used this dvd burner just incase..
    but i thought i might have wrong settings from begning.
    do u thinik this setting is alright when creating DVD
    Alchroma wrote:
    That thought jumped into my head as well.
    If the Safe Area settings are OK then it's well a settings issue in either the DVD player or TV or both.
    Al
    Alchroma wrote:
    That thought jumped into my head as well.
    If the Safe Area settings are OK then it's well a settings issue in either the DVD player or TV or both.
    Al
    thanks again

  • Pixelated images after burning

    A friend of mine is using iDVD to create a slideshow of some photos. The photos look great, and after burning, when playing on either tv's or even other computers, no matter the screen size, all the images, as well as the text that pops up, is all pixelated. But on her computer, they look fine.
    She is using RAW images, could this be the problem? She has tried burning for both Widescreen and Standard, with no fix.
    I told her to use jpegs, haven't heard back if that worked or not, but thought I'd ask.
    Thanks!
    Jordan

    You gave your friend excellent advice. Most Jpegs will work fine. If you wish to add RAW image files as well then I'd suggest doing so to the dvd-rom section of the dvd (and there is a preference you can select within iDvd that will automatically do this for you).
    http://docs.info.apple.com/article.html?path=iDVD/7.0/en/6655.html
    http://docs.info.apple.com/article.html?path=iDVD/7.0/en/6675.html
    http://discussions.apple.com/thread.jspa?messageID=8164545&#8164545
    http://docs.info.apple.com/article.html?path=iDVD/7.0/en/6705.html
    http://docs.info.apple.com/article.html?path=iDVD/7.0/en/11417.html
    These 3 apps that specialize in quality slideshows and they come highly recommended on this iDvd forum (especially the first one).
    http://www.boinx.com/fotomagico/overview/
    http://boinx.com/photopresenter/overview/
    http://www.lqgraphics.com/software/phototomovie.php
    Message was edited by: SDMacuser

  • I have finally figured out how to export an iphoto album so that I can maintain the proper order of the photos after burning the file. How do I keep each individual photo title and description after exporting and burning?

    I have finally figured out how to export an iphoto album so that I can maintain the proper order of the photos after burning the file. How do I keep each individual photo title and description after exporting and burning?  Presently after exporting and burning each photo is identified by the file name rather than each individual title description.  

    File name and Title are not the same thing.
    Filename is attached to the Jpeg file in the Finder.
    Title is attached to the photo within the Jpeg file - as is the description. These are written to the Exif and IPTC metadata on export.
    So: File -> Export. Kind: Jpeg or Tiff and Check the box at 'Title and Keywords'. This will write the Title, keywords and descriptions (though not explicitly stated) to the metadata. This can then be viewed in any app that understand this material.
    You can choose, if you wish, to also use the Title as a Filename - that's an option at File Name
    Regards
    TD

  • After burning a audio CD, the Create LightScribe Label window does not show

    I found burning a LightScribe label after burning with iTunes directions. It says that iTunes works with Sonic Express Labeler. After burning the CD, a Create LightScribe Label window is supposed to appear. It does not. Why? Help!!
    HP Pavilion a1220n   Windows XP  
    HP Pavilion a1220n   Windows XP  

    No one answered his question. On HP it says:
    Creating a LightScribe label with iTunes
    iTunes works with Sonic Express Labeler to conveniently burn labels on a data CD or audio CD from iTunes. The playlist you create in iTunes to burn a disc is automatically imported into Express Labeler so that this information is available for you to use on your LightScribe label.
    NOTE: To use Express Labeler from iTunes, the data or music tracks in the playlist your are using must fit on a single CD.
    Click Start, All Programs, iTunes, and then click iTunes again.
    Burn a data or audio CD with iTunes. When the burning process is complete, click Yes on the Create LightScribe Label window.
    Make sure that Disc Label is selected in Step 1: Select Project.
    Select a label template by clicking the left or right arrows next to Layout and choosing a layout.
    NOTE: The various layouts show different amounts of playlist information. Some show only the playlist title, others show the playlist title and track names. You can edit the playlist information by clicking Disc Title to open the Edit Disc Title window.
    Click Tracks to display the Edit Tracks window. Click New to display the Track window. Enter text to identify the first track or file (you can optionally enter artist and date, or length), and then click OK.
    Repeat step 5 for each track or file on the disc.
    Click the left or right arrows next to Background to select design elements for the disc. The selections you make are previewed in the disc window.
    NOTE: If you use a color image, LightScribe burns it as a greyscale (monochrome) image.
    When you are satisfied with the appearance of your label design, insert the LightScribe disc (label-side down) into the disc drive tray and then click Print.
    From the Disc Label menu, select LightScribe 12cm Disc.
    Select a Contrast Level and then click OK to begin burning the label. The estimated time to complete the label is displayed, along with a progress bar. You can continue to work on your PC while LightScribe is burning the label.
    NOTE: A sudden bump or vibration of the computer during the labeling process may affect the quality of the label.
    His question is why this does not happen. What version of iTunes are you using? Is an upgrade to the newest version needed? I woul dlik eto hear form others who use lightscribe with itunes and how they do it.

  • After burning 3 dvds, got error 0x80020022 on MATSHITA DVD-R   UJ-845 Drive. Used 1x speed. iMac G5 PowerPC

    MATSHITA DVD-R   UJ-845:
    Error message: 0x80020022.
    Got this after burning 5 other discs. Two of which didn't burn and ejected. When I inserted them again, they did not appear on desktop. Had to use Disc Utility to eject them.   After those two issues, this message showed up when re-trying the burn process.
    What must I do to get this drive to burn the discs?

    Thanks for the info.  I have another question pertaining to your answer:  "What speed would be best to use so the drive doesn't become HOT--- lowest speed for a longer period of time. . . OR . . . at a faster speed for a lesser time?
    Also, I tried using it half-hour later and got same result.  I then waited 1 hour longer and it worked then.
    Thanks to all letting me know to cool it off!

  • IDVD 08 - problem with scene selection tabs not working after "burn"

    I have a movie that is about an hour long (made in iMovie08 using mostly still photos). I wanted to have "chapters" -- but with that option gone, I used the Scene Selection option in iDVD08. This created menus with 15 scene selection buttons (I chose every 4 minutes). The menus were automatically created by iDVD and I did nothing to change them, except to type in scene info (two-three words).
    The buttons all worked fine on the computer, and I burned a DVD. The DVD worked great in my VCR player. I'd select Play Movie and it would go. I'd select Scene Selection and I'd get the menus for that. But when I'd highlight one of the scene selections and "enter" (select) -- it wouldn't go to that scene. I could go back and forth between menus, and could move around and highlight the scene buttons, but selecting would not start the scene to play. The movie played fine from start to finish, and the other remote features worked (stop, pause, menu, etc.).
    I went back to iDVD and chose a different theme (thinking maybe I'd inadvertently done something to mess things up. The only thing I did differently in addition to the new theme, was to add two small movie clips - and I rearranged the buttons on the menu (dragging) to get them positioned where I wanted them. So my first menu says "Play Movie". The second menu has: Play Movie, Scene Selections, Little Movie 1, Little Movie 2. Everything worked greated in iDVD. Then I created a disk image to view using DVD Player (rather than waste another DVD). Same problem -- only worse. This time I couldn't even highlight Scene Selection to get to the scenes' menus.
    Any thoughts on why I'm not able to get the "Scene Selection" buttons to work after a burn? Am I missing a step somewhere in iDVD?
    Thanks.

    I am not sure, but does your post concerning the problem, that all Remote Control function will work properly within iDVD'08 but after burning the DVD absolutely not with the RC of your set top DVD player connected to your TV?
    If this is it:
    Meanwhile I could figure out - after many nights of not been very productive and only working out on all the iDVD'08 problems - that **ALL** of the *7.0 Themes* have a major problem in generally.
    The following points are concerning iDVD'08 using any of the 7.0 Themes:
    - Complete deep freeze of your Mac under Leopard when rendering/coding/burning a movie which has chapters and you use movies instead of still images in drop zones. (LeopardiDVD087.0Themes)
    - Functions on remote control of your set top DVD player are not working correctly when making a movie with chapters. This is generally on Tiger and Leopard the same problem using iDVD08 with any of the 7.0 Themes.
    Quick and dirty workaround:
    You may avoid this if you simply use a 6.0 Theme or lower version of the Themes.
    But this is of course not the clue...
    It is VERY DISAPPOINTING, having software at such a low quality level deliverd by Apple. And somehow it looks like they DO NOTHING against it. No statement, no excuse, they really remain silent.
    This may also be a thread you could be interested in:
    http://discussions.apple.com/thread.jspa?threadID=1203323
    Cheers,
    Roland

  • Video hangs after burning on a DVD

    Hi,
    after burning a project with menus and several chapters, I notice the DVD is hanging after a few chapters. My DVD burner itself should be ok, I got no hardware failures and it's working fine with Nero Burning ROM. Any suggestions??
    Tx a lot,
    Kristof

    You used iTunes to burn the CD? If so, it should work. The question is, did you choose "back up to disc," or did you create a playlist, and choose "Burn playlist to disc?"
    If you do it the first way, you are just saving the actual music files (not in CD format) to a CD.
    If you create playlist and burn playlist to disc, you are making an actual Audio CD that will play in any CD player.
    If you are already using the second method, are you using a CD-R, or CD-RW? Some players have problems w/RW's.
    Btw, iTunes songs are not MP3 format, so I don't think you'll be able to find a "converter." LOL

  • Found grease on disks after burning DVDs or CDs

    I own a brand new iMAC G5. After burning couple DVDs using the super drive, I found some grease spots on some of the disks. The grease spots had caused the DVDs unusable/unreadable anymore.
    I called AppleCare, they said they will replace my drive.
    Grease in a drive! This is weird. Has anyone experienced it before?
    iMac G5   Mac OS X (10.4.3)   2.0GHz, 1G RAM, Bluetooth2.0, 250G HD

    Darth, welcome to the discussions.
    As with anything that is MASS PRODUCED this can happen,
    I think this is the 2nd time I have seen this issue in 2 years.
    Apple said they will fix it so there is not a problem.
    Cheers Don

Maybe you are looking for

  • Issue on Function in WHERE clause

    Moved.

  • Conversion to 9.0 from 8.0 lost ability to append emails to file

    We had everyone in the office on Acrobat 8.0 and Reader 8.0. I converted to Acrobat 9.0 and Reader 9.0.  I have since converted Reader back to 8.0 due to printing issues. I still use Acrobat 9.0.  The Outlook AdobePDF tab conversion setting is Acroba

  • Freeze loses audiobook license on zen v p

    my zen v + freezes a lot. when it does, it loses the netlibrary audiobook license for the books i have downloaded. no problems on playback until it freezes. books are still there, but no license. have twice replaced the firmware with the latest. stil

  • CLAonecting rmi lan problems

    I made a rmi proyect and this run perfect in my pc, but when I want to run in other pc of my LAN it say that can not conect..........Help me plis CODE: Public Interface import java.rmi.Remote; import java.rmi.RemoteException; public interface Camara

  • YM-Check out functionality error

    Hi Guys We are facing one issue in Yard management that Check out functionality is in to disable mode even after loading completion and vehicle moved from Door to Check point. Is there any specific thing missing in this case.. Please help on this Tha