Recording time on a CD

I am having trouble trying to burn a CD. All of the tracks I have selected for the playlist are tracks that I have imported into my music library. None of them were purchased. My blank CD is capable of 80 minutes of recording time. The tracks I have selected total 73 minutes and 22 seconds. When I select "burn" I get the message that says all of the tracks will not fit on one CD. I do not understand why I am getting this message. Is anyone else having this problem. If so, what can be done to correct it? Any help would be greatly appreciated! Thanks!

DJ Snoopy wrote:
I am having trouble trying to burn a CD. All of the tracks I have selected for the playlist are tracks that I have imported into my music library. None of them were purchased. My blank CD is capable of 80 minutes of recording time. The tracks I have selected total 73 minutes and 22 seconds. When I select "burn" I get the message that says all of the tracks will not fit on one CD. I do not understand why I am getting this message. Is anyone else having this problem. If so, what can be done to correct it? Any help would be greatly appreciated! Thanks!
Do you have anything set for time between tracks in the "Burning" preferences?
Strange, considering an "80 minute" CD typically holds about 78 minutes worth of audio.
Steve

Similar Messages

  • How much recording time on my iphone 4 voice memo?

    How much recording time on iphone4 voice memo?

    I would suggest that it depends on how much free space you have on the phone. I have done voice memos of over an hour before, and have read of other users reporting larger ones. I do not believe there is any documented source of what size you can do.

  • Asset Master Record - Time Dependent tab - locations to be created

    Hi Guru's
    Hot to create the new locations in the Asset Master Record - time dependent tab.
    Some locations descriptions I need to change.
    Please help me.
    Regards
    Jenny Connes

    Hi,
    change your location description at following SPRO location:
    SPRO->Enterprise Structure -> Definition->Logistic - General ->Define Location
    Thanks,
    Dharmesh

  • How can I add recording time to a single recording not a series recording?

    If I set-up a series recording it allows me to add minutes to the recording time why can't I add time to a single recording? For example if I want to record a single show tomorrow I find it on the guide and hit record. Now I want to add a few minutes on the end of the show because I know it always runs over it's advertised time why can't I add the time? It doesn't gives to extra options for a single recording. The only time I can add time to a single recording is if the show is currently on then it allows me to add time but, not before the show is on. So what good does that do? Comcast allowed me to set-up extra options to a single recording.

    Actually you can.  It's a bit clumsy but what you have to do is go to the DVR menu, select scheduled reordings, select the recording you want to extend, scroll through the menu and you will find an option to modify the start / end time.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • Set maximum record time?

    Can I set maximum record time in Logic 8? Recording an hour-long live program unsupervised, & I'd like it to stop afterwards.
    (I don't know any problem with continuing recording for hours until the hard drive is full? But it's not necessary.)
    thanks

    You can use the Auto-Punch In/Out function to set Logic stop recording automatically.
    Also, set the bar value for the project end (at the transportbar, under the tempo).
    For How long you can record depends on you HD capacity, but also the file format (aif,wav,caf...) the bit depth and the sample rate.
    each format has its own limit.
    Refer to user manual and check for the best file format for your purpose.

  • Extending recording time/length for each track?

    Hello Any and Everyone!
    I would like to know if someone can help me out with what I am to do about extending the recording time for each track? I have found nothing as of yet that explains to me how to do it in the manual or in the application itself. It is standard 15 minutes and that's it. It may be and probably is a simple thing but can someone help me? Thanks.
    Wazzmatic

    Hi,
    If I'm not mistaken, you should check the preferences.
    Click 'Audio' or 'Recording'. There you should find a field where you can setup the desired recording time for all your projects....
    As far as I know, you cannot setup independent rec. time for each chammel/track.
    Hamm.Nrd

  • How can I reduce the recording time of the webcam?

    How can I reduce the recording time of the webcam?
    thanks
    Alex

    Keep in mind that Logic also has a limit of 8550 quarter notes. So changing the time signature to 4/8 can get longer recording times. So make sure you change this setting along with the song end. See page 93 in the reference manual.
    MBP 1.83 & MDD 1G DP   Mac OS X (10.4.7)   Logic Pro 7.2.2, Motu 828MkII+828, Firebox LC&XT, Tranzport, Unitor8+(3x)AMT-8's

  • How to display the real recording time of day in a video?

    I want to create a video in which the real recording time of day is displayed though the whole video.
    I already tried with the timecode generator, but this shows the time progress of the video being played back. What I need is the real recording TOD of every scene even after lots of cuts and trims and even after changing the clip speed.
    Does anyone have an idea, how this could be accomplished?

    Hi Wei,
    As far as I know the parent key needs to be initial for the top row. A workaround would be to create an additional attribute and fill it with an artificial parent key. In case you are using a DDIC structure at the node in question, you could add a sub node of 1:1 cardinality and place the attribute there.
    Best regards,
    Thomas
    P.S: I forwarded your question to a colleague of mine who happens to be the expert for the table. Perhaps he knows another solution.

  • Record time not showing in approval tab for user

    Hello Gurus,
         It a very strange kind of issue. As you can see in the screenshot , the first approval has approved the PO and then ideally it should go to the second approver and it happening but while checking in the portal we can't see the record time in the portal , Also user has to approve the PO several times which is making the user unhappy . So how to remove this bug . While more to add we are working on ACW with custom BADI's (copied of standard with addition condition). Can anyone tell me why its happening.
    Thanks
    Gaurav Gautam

    Hello Gurus,
         Any idea on this.. Konstantin Anikeev , Laurent Burtaire 
    Thanks
    Gaurav Gautam

  • Record time duration for fax in vxml

    I am going to get the time duration used for fax sending in vxml:
    <transfer name="mycall" destexpr="'fax://' + phone_num" bridge="false" connecttimeout="120s" maxtime="180s" cisco-longpound="true" cisco-mailtoaddress="'xxxx'" >
    <catch event="telephone.disconnect.transfer">
    <assign name="mydur" expr="mycall$.duration"/>
    <goto next="#timeCount"/>
    </catch>
    </transfer>
    <var name="startTime" expr="new Date();"/>
    <var name="endTime"/>
    <form id="timeCount">
    <block>
    <assign name="document.startTime" expr="startTime.getTime();"/>
    <assign name="document.startTime" expr="Number(startTime);"/>
    <assign name="document.endTime" expr="new Date();"/>
    <assign name="document.endTime" expr="endTime.getTime();"/>
    <assign name="document.endTime" expr="Number(endTime);"/>
    <assign name="mydur" expr="document.endTime - document.startTime;"/>
    </block>
    </form>
    But mycall$.duration is 0 after transferring fax.
    And even if I use codes to count time duration, the duration, mydur, is about the same regardless of the number of pages sent.
    Is it possible to use vxml to record time duration of fax?
    Thank you!

    Paste the following Config:
    sh ver
    sh run
    debug of one call demonstrating the problem :
    debug voip ivr all
    debug vxml all

  • Record time against network activity in CATS

    Hi all
    Is there any special exit to be used to DIRECTLY record time against Network Activity in CATS ? I do not which to use the "Worklist & Copy" functionality.
    regards
    PK

    Hi,
    As far as i know, you can directly do a timesheet entry for a network activity. You need to have details like activity type and cost center to do this. Also note that timesheet entry in CAT2 is directly influenced by the data entry profile that you use and the settings in CAC2 transaction.
    I would suggest you to check both the Data Entry Profile and the setting in CAC2. If you find everything is fine here please check if there is any user exit that is preventing you from making a timesheet entry.
    Regards,
    Gokul

  • Record time through CATS on a process order?

    Is it possible to record time through CATS on a process order?
    This is a requirement from our customer.

    No.
    Production and process orders cannot be confirmed via CATS.

  • Does imovie have a limit on recording time?

    I plan on recording a seminar from an external camera directly into iMovie.  Is there a maximum recording time?

    No time limit.
    But you'll need a lot of hard drive space to hold the file. And if something goes wrong you won't have anything unless you also record to the camera.

  • Can you set recording time video in Ipad mini?

    When recording videos in my Ipad, they always stop after 2:30min. I wonder how to change the video recording time?

    From another user....
    Two paths -
    One - use an alternative recording app (eg FILMiC Pro) that allows you to record at a lower frame rate and/or smaller image size. (Don't know if it supports iPad 2 on iOS4)
    Two - get an iPad with a larger storage capacity. If you need more space than what a 64GB model gives you, combine it with option 1. (FILMiC Pro is supported on an iPad3 running iOS 6)

  • Conflict between CAT2 and ESS Record Time

    Does anyone know how to set up security to allow someone to record time through ESS while prohibiting that person from recording their own time through transaction CAT2 in ECC?  Our Payroll Department uses CAT2 to record/correct time for the entire company, but they are prohibited from recording/correcting their own time through CAT2 due to SOD violations.  Prohibiting them from recording their own time in CAT2, however, also prohibits them from recording their time through ESS.  We've tried using two login IDs for each Payroll user, but that did not work because each would have to be linked to the user ID so you end up with two IDs that can either record their time through both CAT2 and ESS or neither.  We're also aware of context-sensitive based security, but we've been told that would require redoing all of our security roles, so we're trying to avoid it.  Does anyone know of another way to achieve what we're trying to achieve?

    Why is time recording an SoD and if so why is ESS not an SoD?
    Probably because the ruleset does not include the webservice but only the cat2 tcode... in which case you might as well create zcat2 which calls cat2 without skip first screen --> no SoD anymore...
    Cheers,
    Julius

Maybe you are looking for