Podcast: How much disc space will I need?

I am recording a single track podcast and want to make sure that I have enough disc space. I think it will run about an hour (for private, not public distribution). Is there a guideline on how much disc space a track takes up per minute?
Thanks.

audio recorded into GB takes about 10MB/minute/track

Similar Messages

  • How much disc space will I need to install and run creative cloud?

    Thinking of buying a Mac book pro and wondered what size hard drive to get, how much will creative cloud use up on installation?

    There's an indication of file sizes for the installers here:
    Adobe CC 2014 Direct Download Links: Creative Cloud 2014 Release | ProDesignTools
    Any off-the-shelf Mac will have plenty of hard drive space to run Cloud software.
    A bigger issue is how much space you need to store your data files (the files you create with the Cloud software), especially if you're doing lots of audio or video work.

  • How much disk space will I need in bootcamp for PC games

         Hi, I have installed bootcamp and windows but when I went to use steam on it I coudlnt download anything because i have barely any disk space. I believe this has something to do with the partioning thing. So I need to know how much I roughly need for PC games like I will be buying Elder Scrolls Skyrim when it comes out. And games on steam PLEASE HELP. Oh and BTW im using a 21.5 imac with not upgrades or changes since I bought it.

    That depens on a couple of things - how many audio tracks do you have, and what audio quality are you using.
    As a rule of thumb: An audio track at 16 bits takes up around 10 megabytes per minute, at 24 bits you need 15 megabytes per minute. So for 10 minutes that makes 100 and 150 MB, respectively.

  • How much HD space do I need to create my movie in FCE?

    If I create a 20-minute movie in FCE, how much HD space will I need to create the movie and burn to DVD?
    I am new to FCE, but when I was using Pinnacle for the PC, Pinnacle would rEnder and write the movie to DVD within the program.
    With FCE, I am under the impression I will have to render the movie, then export it to IDVD and burn from there?
    Thanks
    -Mike

    iMovie and Final Cut Express do not burn DVDs. You have to export your work from those applications and import the resulting file(s) into iDVD, DVD Studio Pro or Roxio Toast to build & burn your DVDs.
    Regarding hard disk space requirements,
    If you have 20 mins of captured DV clips, they will take about 4.3GB of disk space.
    If you have a 20 min edited video in FCE and you apply effects, generators or transitions that require rendering, that may take up to another 4.3GB of disk space.
    When you export your finished video from FCE, export to QuickTime Movie and UNcheck the option called "Make Movie Self-Contained". That way you will get a QuickTime reference movie that will be rather small, in your case maybe even under 1MB.
    When you create & burn your iDVD project, iDVD will use your QuickTime reference movie as input and encode the video to burn it on a DVD. When you save your iDVD project the encoded assets are stored in the project. For a 20 min video, depending on the quality options you select in iDVD, your iDVD project file could be as large as 4.5GB.
    So, you should expect to need something like 13GB total space to handle your project from beginning to end.
    Of course, if you have more source media, are doing HDV video, do exports from FCE that are Self-Contained, or use iDVD to save DVD images, they will require even more space.

  • How much free space do I need to have on my 32GB iPhone 3GS?

    How much free space do I need to have on my 32GB iPhone 3GS for optimum performance? I have only 4 GB left and I am worried that performance will soon be degraded.

    Apple allocates space on the flash memory for cacheing proposes. You shouldnt worry. You can fill it up with out preformance problems.

  • I haven't done an update since 24.0 because my computer is running out of memory. How much MORE memory will I need to get up to version 28.0?

    I haven't done an update since 24.0 because my computer is running out of memory. How much MORE memory will I need to get up to version 28.0?
    My computer is really old.
    It is running out of memory.
    I haven't done a firefox update since 24.0 because I think it will explode my computer.
    I see that v28.0 takes 200MB.
    How much more is this than what is already loaded for my v24.0?
    Will it just add the extra pieces, or will it require a free block of 200MB (which my computer does not have)?
    I don't want to crash and lockup my computer because I try to install something that is too big for the remaining memory.
    Thanks.

    You should updated to Firefox 28, Firefox updates don't take any new space they just replace the existing files.
    There are some things you can do to clean up your hard drive to free up space however, http://arstechnica.com/civis/viewtopic.php?p=21178060 and http://support.microsoft.com/kb/956324, also uninstall programs you don't use anymore and delete files you don't need anymore.
    You should also start saving up for a new machine, Windows XP is being dropped from support by Microsoft in a few days, which means it will no longer be safe to use on the internet.

  • How much free space will be left after import ?

    Hallo. I need to replace all schemas on integration server using those on production server. I want to know how much free space will be left on /data at integration server after this kind of refresh. Both databases are Oracle 9 so I will use exp/imp. Here is how I do it. Could you check if I think good? On target server there is 72 GB free space on /data.
    Filesystem Size Used Avail Capacity Mounted
    /dev/vgsmxdata/lvsmxcopy 194.74G 122.56G 72.18G 63% /data
    Overall size of schemas to be exported from SOURCE_DB is 150 GB. The same schemas on TARGET_DB takes 90GB. So difference is 60GB. Free space in datafiles in TARGET_DB is 30GB. Does it mean that in first place the free space in datafiles will be filled and after that datafiles would be extended? That would mean that a database would extend to 150GB and free space on /data would be 40 GB after refresh. Am I right?
    SELECT 'TOTAL :'||SUM(ALLOCATED_MB),
    'USED :'||SUM(USED_MB) USED,
    'FREE :'||SUM(FREE_SPACE_MB)
    FROM (SELECT SUBSTR (df.NAME, 1, 40) file_name, df.bytes / 1024 / 1024 allocated_mb,
    ((df.bytes / 1024 / 1024) - NVL (SUM (dfs.bytes) / 1024 / 1024, 0)) used_mb,
    NVL (SUM (dfs.bytes) / 1024 / 1024, 0) free_space_mb
    FROM v$datafile df, dba_free_space dfs
    WHERE df.file# = dfs.file_id(+)
    GROUP BY dfs.file_id, df.NAME, df.file#, df.bytes
    ORDER BY file_name);
    SOURCE_DB@Server1
    TOTAL(MB) :170860.984375
    USED(MB) :152777.859375
    FREE(MB) :18083.125
    TARGET_DB@Server2
    TOTAL(MB) :121634,984375
    USED(MB) :92853,109375
    FREE(MB) :28781,875
    Edited by: Przemek P on Oct 9, 2012 10:48 AM

    Przemek P wrote:
    Hallo. I need to replace all schemas from one server to another. I want to know how much free space will be left on /data after this kind of refresh. Both servers are Oracle 9 so I will use exp/imp. Here is how I do it. Could you check if I think good? On target server there is 72 GB free space on /data.
    Filesystem Size Used Avail Capacity Mounted
    /dev/vgsmxdata/lvsmxcopy 194.74G 122.56G 72.18G 63% /data
    Overall size of schemas to be exported from SOURCE_DB is 150 GB. The same schemas on TARGET_DB takes 90GB. So difference is 60GB. Free space in datafiles in TARGET_DB is 30GB. Does it mean that in first place the free space in datafiles will be filled and after that datafiles would be extended? That would mean that a database would extend to 150GB and free space on /data would be 40 GB after refresh. Am I right?
    yes

  • I Have Logic 9. How much disk space will LP X add?

    Hi,
    just curious... I have LP 9 on my computer, and my disk is getting, well, fuller (250G or so left). How much disk space will be taken if install LP X next to LP 9? Am I correct that LP X will re-use the old libraries and just adds new content to it? Just curious how much my HD will shrink...
    For the time being, I want to keep LP9 alongside LP X for old projects with 32 bit plugins.
    Thnx, Jaap

    Well... I took the plunge... it seems that the additional content is around 20...25 GB.
    When I first installed LP X and opened one of my LP 9 projects, the instruments sounded like toy instruments. LP X obviously didn't "know" yet that the HQ samples were already on my harddisk. After I started downloading the additional content LP X apparantly checked what it needed, and suddenly my old projects sounded fine.
    Jaap

  • How do I find out how much disc space I'm using for various items such as Mail, iPhoto, iTunes, documents, etc.

    how do I find out how much disc space I'm using for various items such as iPhoto, Mail, Apps, documents, etc ?  thanks

    Or you can download OmniDiskSweeper (free). It will list your disc usage in order of size and you can follow the paths to find individual files or applications.

  • How much storage space do i need? 16, 32 or 64GB?

    How much storage space do i need? 16, 32 or 64GB?

    It really depends what u use ur iPad for, I have a an iPod4 so I don't need music on my iPad I just have apps and photos and only use 15 gb out of my 32gb, I don't store videos unless I'll be planning on watching them soon and I delete them straight after,  unless u really want ur music on I'd go for the 64 gb, but i sit comfortable with a 32gb

  • How much memory space will left in iphone 4 if i update it to ios 7?

    How much memory space will left in iphone 4 if i update it to ios 7?

    A little less than is left now.

  • How much table space will be alloctaed per user

    hi all,
    when a user is created how much table space will be allocated by default per user the oracle server or is there any default size fixed by the dba.
    thanks and regards,
    sri ram.

    Untill the administrator doesn't specify QUOTA or grant UNLIMITED TABLESPACE to user Oracle account doesn't have available space in any tablespace, event in default:
    SQL> create user new_user identified by new_user
      2  default tablespace users;
    User created.
    SQL> grant create session, create table to new_user;
    Grant succeeded.
    SQL> conn new_user/new_user
    Connected.
    SQL> create table t(x int);
    create table t(x int)
    ERROR at line 1:
    ORA-01950: no privileges on tablespace 'USERS'
    SQL> conn / as sysdba
    Connected.
    SQL> alter user new_user quota 1M on users;
    User altered.
    SQL> conn new_user/new_user
    Connected.
    SQL> create table t(x int);
    Table created.

  • How much HD space do i need to backup computer?

    I am new to mac's and just wondering how much room i will need approx. to backup my computer?
    thanks

    OK, our posts are crossing - my fault.
    To check size of your internal HD, complete system, click on the Macintosh HD in the left of Finder and on the bottom of the finder window you will see how much has been used.
    It looks like you internal HD has used 30GB so 300GB is good. You could partition this to say 200GB for TM and the rest for other data.
    Joe

  • How much more space will iLife/iPhoto 08 take up?

    I'm running on a laptop so I'm not one with exessive disk space.
    I'm wondering how much disk space iLife 08 takes up over iLife 06, iLife o6 said it took 10 gigs. iLife 08 documentation says it takes 3gigs, that's it. So is that 3 gigs more to a total of 13? or just simply 3 gigs?

    Some art from the iTMS is ~500KB! ANd if you have 10 songs from the same album, that's 5MB per album...
    On the iPod, there will also be a very small version of the artwork for the iPod's now playing screen. This very small piece of artwork won't take up any significant amount of space.
    The artwork is stored with the AAC/MP3 file, even if Show artwork is NOT checked.
    As you described, checking the Show Artwork box will simply add a thumbnail of the cover art but this is in addition to the incuded artwork.
    I have tested this a bit and it's a pain, especially on smaller iPods.
    Adding artwork will add to the file size.
    Putting the music on the iPod and checking the file size on the iPod reveals they are the same size, even on my Mini, which does not do artwork.
    I have JPEG'd the artwork way down in size and compared and it really does save space on the iPod, even if Show Artwork is not enabled.
    I have dumped all the artwork and I can get ~100 additional songs on m4 4GB Mini.

  • Re how much disc space needed for TM?

    Hi..
    I have 2 x 500 gb and 1 x 300 gb storage on my machine. Can I use one of the 500 for time machine for only TM, of both of the others drives... so does it compress?
    For instance a 100GB film project needs backing up. If I use time machine how much space will it use. The same? If the project is 1 month long and worked on every day.
    Can I then delete it from time machine afterwards. Then clear the whole computer for the next project?

    General opinion says TM requires twice the room of the backed up data, so a 100 GB film project would be adequately catered for on your 500 GB external partition.
    But consider the nature of TM backup pattern:
    every hour for the most recent 24 hrs,
    every day for the most recent week,
    every week for the most recent month,
    So if you saved your project every hour a day for 20 working days a month, there would not be 160 incremental versions, but only
    8 saves in the most recent day (business hours)
    5 saves at the end of each day of the last week (working week)
    3 saves of each of the preceding three weeks of the last month (plus the current week)
    So TM does not function like a continuous archive, but is more of a recovery application for the day, the last 7 days, or the last 3 'Fridays' of the last month. Something to think about.
    I forgot to answer your last query, yes, a TM backup can be deleted.
    Message was edited by: roam

Maybe you are looking for

  • Moved iTunes Library to External - Now What?

    Moved my iTunes Library to an external hard drive, following the steps provided by the Apple Support. Everything works fine, but now I want to delete my iTunes Library from my internal hard drive to make more room (approximately 60 gb). Step 13 has t

  • Macbook dvd not working since update, macbook dvd not working since update

    Hi, can anyone help, since preforming an update at the weekend on a macbook (2 year old) the DVD / CD drive has stopped working, everytime you insert a disk it keeps ejecting it. Has anyone else had the same problem? if so is there a fix? Thanks Lee

  • IASAT gives OutOfMemory exception when adding servers

    Im trying to add a new server to the Admin Tool using File\New Server dialog. If I enter the correct info for my server I get a java.lang.OutOfMememory exception. The box Im using is a fresh install of NT4 Server SP5 with Option Pack, IE5 and Oracle8

  • How to detect curve interference in program?

    There is three curves in the pic followed, pink.red.yellow.The red line should locate between the pink curve and the yellow curve. The problem is that these three curves are plotted with three diffent arrays, it means they share no elements in array.

  • Supported Platform

    Earlier we have created server of SAP Business One 2007B on Windows 2003 Server platform .Now i wanted to shift on Unix platform.. Will it be feasible to shift on Unix..?? Does SAP Business One 2007B support Unix platform...