Maybe off topic, but I need some free audio ripping software

I use STP extensively for post production, but I have to rip audio for 18 lessons from 8 DVDs. There is something out there for Win, but I am on 10.6.
Is there any freeware out there for OSX that will rip audio from DVDs to .mp3? Even if I can get .wav or .aiff I can cover to mp2 via soundbooth in CS4.
Please no shareware or "have to eventually buy it" software. I do have mac the ripper and mpeg steamclip. Can that be a route?

I am not sure which version to look for. There are so many on the update page. I am trying to get .mp3s from DVDs without having to spend 4 hours using multiple programs to rip the audio. For my first batch I used compressor to export as an .aif and then used soundbooth CS3 to save as an .mp3. I already had these files on my HD because I edited the video. I still have to rip audio from 8 DVDs and convert that audio to mp3 for file transfer to a client.

Similar Messages

  • Maybe off topic, but.....

    hope this isnt too of topic, but looking for suggestions
    I have a BFG 6800 gt and want to replace the cooler as it is running hot, which is a better cooler? 
    1.  ARCTIC COOLING VGA Silencer AVC-1000 120mm VGA Silencer  or
    2.  Zalman VF700-AlCu  ?
    the zalman looks more substantial, but not sure which would be a better one to get
    any suggestions would be appreciated
    Muad'Dib

    Yea, they do, but they give worthless information like you just gave me, thanks 
    I've been comming here for a long time, and value the advice of alot of the people that come here, hence the community question....  pnly useful information would be good

  • Off Topic, But I Need An Answer (About Buying an iBook G3)

    I was looking around on eBay for different stuff and I came across several iBook G3's (the colored ones). I know that technology has changed a lot, but I think it would be cool to have one just to fool around on and show off (it would turn heads).
    I found a user-upgraded model with the following specs:
    Processor: PowerPC 366 MHz
    RAM: 320 mb
    Hard Drive: 20 gig
    12" screen
    Mac OS X Panther
    Include Microsoft Office X
    I wouldn't pay more than $200 total (with shipping) for something like this.
    Would that setup be able to surf the internet, perform basic word processing, play iTunes music, and use MSN Messenger relativly well? Or is it simply a terrible idea to buy something like this off eBay?

    You most likely wont find a colored iBook with a 20GB drive, the shipping hard drives for the models had 4, 6 or 10GB drives.
    Then again, I see you did, good luck at getting it for less than $200.
    Message was edited by: PB PM

  • Kind off topic, but i have some TERMINAL questions

    I really want to get into terminal, really learn how to use it
    is there any official guides or any good guides taht can get me started and teach me everything or just enough??
    pleae help

    HI,
    Best place to post for help with Terminal is here.
    Get under the hood with Command Line and the Terminal
    O'Reilly's book here is good. http://search.oreilly.com/?q=terminal
    Carolyn

  • WebAssist Cart help? I know it's off topic but... Could really use some help...

    I've got a shopping cart that is working and I'm trying to update the
    quantities in inventory by subtracting the quantity ordered from the total
    inventory in a table called ITEMS.
    I can update a record after a sale in the cart, but right now it is
    updating by completely replacing the value of the items in inventory with
    the quantity in the checkout cart. So, if there are 800 items, after the
    update, there are -1 total in inventory, not 799.
    The problem is that I don't know how to coordinate the item(s) in the stored
    shopping cart with a call to their ID and quantity in the online database.
    Here's what I have so far:

    Ahhhhhhhh Jeff...<br />If I can get this going...<br /><br />I spent days looking for this solution.<br />Thank you very much.<br />Just bought Dreamweaver CS3 and am battling through the bells and whistles.<br /><br />Liz<br /><br />----- Original Message ----- <br />From: "jefferis" <[email protected]><br />To: <[email protected]><br />Sent: Tuesday, June 19, 2007 9:50 AM<br />Subject: Re: WebAssist Cart help? I know it's off topic but... Could really <br />use some help...<br /><br />>A new message was posted by jefferis in<br />><br />> ADDT - PHP Application Development --<br />>  WebAssist Cart help? I know it's off topic but... Could really use some <br />> help...<br />><br />> On 6/16/07 3:06 PM, in article [email protected],<br />> "[email protected]" <[email protected]> wrote:<br />><br />>> Hi jefferis....<br />>><br />>> How did you solve the problem?<br />>> I am having the same problem trying to incorporate an inventory code into <br />>> a<br />>> shopping cart that will deduct the number of items purchased from my <br />>> total<br />>> inventory to let me and my customers know how many items I have remaining <br />>> in<br />>> stock.<br />>><br />>> Ex:<br />>> inventory: 500 plants<br />>> purchased: 20 plants<br />>> remaining inventory: 480 plants<br />><br />> Yes I did.<br />><br />> I've been struggling with this piece of pie for about 5 days and<br />> thought it might benefit others, so here's a way to update your quantities<br />> in INVENTORY after a checkout success.  I read another thread but found it<br />> way too complex and depended on holding inventory in the session:<br />> http://www.webassist.com/professional/support/kbcompletethread.asp?DiscID=33<br />> 046<br />> But you may lose the info when you go offsite to Paypal, e.g., to complete<br />> the transaction.<br />><br />> Here's my approach using the "checkout_success.php" page.  Using this page<br />> works because user arrives here ONLY after a successful purchase.<br />> First of all, I used the BSM php sample store as a starting point.  I <br />> added<br />> an ItemQuantity field to the items DB to track the stock or items in<br />> inventory in the store.<br />><br />> In order for this automatic deduction of sold items to work, it must be<br />> placed within the do while {  area of the  display page for the cart's<br />> items. } The code is commented below:<br />><br />> <?php<br />> //WA eCart Show If Start<br />> if (!$eCart->IsEmpty())     {    // IF CART NOT EMPTY...<br />> ?><br />>    <h2>Order Receipt </h2>  // STANDARD STUFF TILL NEXT COMMENT<br />>    <br /><br />>    <h3 class="eCart_OrderHeaderInfo">Order number: <?php echo <br />> session_id();<br />> ?></h3><br />><br />>    <p class="eCart_OrderHeaderInfo">This is your order receipt. Please <br />> make<br />> a copy for your records. An email will also be sent to you. </p><br />>    <table class="eC_ShoppingCart" border="0" cellspacing="0"<br />> cellpadding="0"><br />>            <tr><br />><br />>                    <th>Name</th><br />><br />><br />>                    <th>Price</th><br />><br />><br />>                    <th  class="eC_FormItem" >Quantity</th><br />><br />><br />>                    <th>Total</th><br />>            </tr><br />>        <?php<br />> while (!$eCart->EOF())      {  // DO WHILE FOR EACH ITEM IN CART<br />> ?><br />>            <tr><br />><br />>                    <td><img src="/images/thumbs/<?php echo<br />> $eCart->DisplayInfo("Thumbnail"); ?>" alt="" width="100" height="100"<br />> class="eC_ProductThumb" /><br />>                        <p class="eC_ItemLabel"><?php echo<br />> $eCart->DisplayInfo("Name"); ?></p><br />>                  <p class="eC_ItemDescription"><?php echo<br />> $eCart->DisplayInfo("Description"); ?></p>  <p<br />> class="eC_ItemDescription"><?php echo $eCart->DisplayInfo("ID");<br />> $idCall = $eCart->DisplayInfo("ID");?>>  // CREATE A VARIABLE FOR<br />> //THE ITEM's ID NUMBER in the DB<br />> //USE DISPLAY ID TO GET ID # and make it = $idCall<br />> </p></td<br />>                    <td  class="eC_PriceItem" ><?php echo<br />> WA_eCart_DisplayMoney($eCart, $eCart->DisplayInfo("Price")); ?></td><br />><br />><br />>                    <td  class="eC_FormItem" ><?php echo<br />> $eCart->DisplayInfo("Quantity");<br />> $solditems = $eCart->DisplayInfo("Quantity");?>  //DO THE SAME FOR <br />> QUANTITY<br />> //SOLD, MAKE QUANTITY SOLD  = $solditems<br />> </td><br />><br />> // NOW UPDATE THE DATABASE. SUBTRACT $solditems from ItemQuantity ( YOUR<br />> //INVENTORY OR STOCK)<br />> //FOR EACH ITEM IN CART. SELECT the item's ID  by $idCall:<br />> <?php<br />> mysql_select_db($database_connBSM, $connBSM);<br />> $query_itemQ = "Update items SET  items.ItemQuantity = <br />> items.ItemQuantity -<br />> $solditems WHERE items.ItemID = $idCall";<br />> $itemQ = mysql_query($query_itemQ, $connBSM) or die(mysql_error());<br />><br />> ?><br />>                    <td  class="eC_PriceItem" ><?php echo<br />> WA_eCart_DisplayMoney($eCart, $eCart->DisplayInfo("TotalPrice")); ?> </td><br />>            </tr><br />>        <?php<br />>  $eCart->MoveNext();    //// REPEATS BEHAVIOR FOR EACH ITEM IN CART<br />> }<br />> $eCart->MoveFirst();<br />> ?><br />> BTW, once the items in inventory = 0, the items do not appear in the<br />> catalog.  That is set in the catalog page's recordset.<br />> Jeff<br />> ~~~~~~~~~~~~<br />> Jefferis Peterson, Pres.<br />> Web Design and Marketing<br />> http://www.PetersonSales.com<br />><br />><br />><br />><br />> ------------------------------------------------------<br />> View/reply at <<a href="/cgi-bin/webx?13@@.3bc3e9d6/5">jefferis, "WebAssist Cart help? I know it's off topic but... Could really use some help..." #6, 19 Jun 2007 6:50 am</a>><br />> You must visit the conference to reply. Email replies are not allowed and <br />> will be returned.<br />> Use the unsubscribe form at <br />> <a href=http://www.adobeforums.com/cgi-bin/webx?280@@.3bc3e9d6!folder=.3bc3909c> <br />> to cancel your email subscription.

  • Sort of off topic, but same old question looking for a new answer

    Ok I'm ready to start a new site. I'm going cheap as it's all coming out of my pocket including hosting. I want to put a video chat room on my site. Is there anyway to capture a webcam in this fashion in director. I've done tons of searching but I can't really find anything. I'm trying to avoid using the flash communication server for three reasons. 1) I already have the director multiuser server that will host up to 1000 users (the room will never be anything close to that big 50 peeps tops) and my web host will support it and install it for me. 2) I can't find anything at a really cheap price. I'm looking at 25 cam users at once... 3) Actionscript is nothing I've every really worked with before, but I could do the lingo programming.
    I have a few questions First of all I read something about putting a flash element on the stage, and that the flash player is what captures the webcam. But I assume that it still needs flash communication sever to upload the video. Is this correct?
    Is there an xtra that will do what I  want?
    I read something about encoding the video to realvideo, but I have no clue how as I've never done anything like that before. Will this work and do you know of a tutorial for this?
    Do you know of a really really cheap flash comm host?
    Really off topic but, I could write the text chat end of it in cold fusion. Is there a known way to easily add the video in this way?
    Does anyone know of a cheap off the shelf video chat room that I can put up on my site and just pay for the bandwidth overage that it uses?
    Thanks for any help any of you could give me.
    Cane

    There are several 2.4 GHz MacBook pros shipped over several years.
    If this is your Mac (2007 model) scroll down to the memory section and read:
    http://www.everymac.com/systems/apple/macbook_pro/stats/macbook-pro-core-2-duo-2 .4-15-santa-rosa-specs.html
    Standard RAM:
    2 GB
    Maximum RAM:
    6 GB*
    Details:
    2 GB installed as two 1 GB modules. No slots free.
    *Apple officially supports a maximum of 4 GB of RAM but third-parties have been able to upgrade the system to 6 GB of RAM using one 2 GB and one 4 GB memory module.
    Site sponsor Other World Computing sells MacBook Pro memory, as well as hard drives, batteries, carrying cases, and accessories.
    ... and that sponsor is not a bad place to get RAM at all. They are experts, and back it up with a "money back if it does not work in your Mac" guarantee.

  • I need some FREE website templates that i can edit in dreamweaver.. help!!!

    i need some FREE website templates that i can edit in dreamweaver.. help!!! anyone know where i can find good ones?

    By Template, are you looking for DW Template.dwt files?
    Dreamweaver templates: Customizable starter designs for beginners | Adobe Developer Connection
    Or pre-built CSS & HTML Layouts (starter pages)?
    For starter pages in DW, go to File > New > Blank page > HTML.
    Select a layout from the 3rd panel and hit Create button.
    Or, look at Project Seven's commercial CSS Layouts and Page packs (not free, but well worth the investment if you want a good final product).
    http://www.projectseven.com/
    Or do you want Responsive Layouts that work in mobile, tablet and desktop?
    Foundation Zurb
    http://foundation.zurb.com/templates.php
    Skeleton Boilerplate
    http://www.getskeleton.com/
    Initializr (HTML5 Boilerplate, Responsive or Bootstrap)
    http://www.initializr.com/
    DMX Zone's Bootstrap FREE extension for DW
    http://www.dmxzone.com/go/21759/dmxzone-bootstrap/
    Nancy O.

  • Slightly off topic but a query on open type fonts

    Hi all
    I went to buy the frutiger fonts (9fonts) from adobe. The format is open type which is what I want. B ut when going to buy them I am asked whether I want mac or windows format. I thought open type fonts were cross platform? We have both MACs and PCs, if I want the font on both do I have to buy both formats ?
    Link to font:
    http://store.adobe.com/type/browser/P/P_1186.jhtml
    Thanks for any help, sorry for this being off topic but I couldn't see where else to post.
    gerryR

    Yes, that's it, pretty much. Also, our download manager needs to know whether you're using Mac or Windows. The *contents* of the purchased file are the same.
    T

  • When I burn a disc from a playlist in iTunes, the track names and artist info does not display on the disc when friends view/listen to it. This probably is an easy fix, but I need some advice.

    When I burn a disc from a playlist in iTunes on my MacBook, the track names and artist info does not display on the disc when friends view/listen to it. This probably is an easy fix, but I need some advice.

    No, this standard has been implemented for several decades.
    How iTunes remembers audio CDs - http://support.apple.com/kb/TA27785
    It is just conceivable you burned a CD that exactly matched one already in the Gracenote database.  Gracenote uses track count and duration to decide what CD it is you have in a computer.  If you have one that matches that it will label it.  You could conceivably even have one that matches it that is not the correct one.
    This script will only work on Macs:
    http://dougscripts.com/itunes/scripts/ss.php?sp=cdtexttocdinfo - script to use CD-text file on CD to label CD in iTunes

  • Lwill Buy skype number but i need some answers

    lwill Buy skype number but i need some answers
    I will buy denemark number it costs 18$ for 3 months i want to know if i will have any credit to call from it or i will have to buy credit
    Second . I want to know if i called a mobile number in any country like egypt is my skype denemark number will appear
    Third does true call show that it skype number or not

    Hi, Momo223, and welcome to the Community,
    momo223 wrote:
    lwill Buy skype number but i need some answers
    I will buy denemark number it costs 18$ for 3 months i want to know if i will have any credit to call from it or i will have to buy credit
    A Skype Number is a different subscription from purchasing credit; you would have to check on the offerings available if credit is "bundled" with a Skype Number purchase or not.  I do not believe it is.  Credit is credit; there is no "discounted" rate.  Check the Skype subscription website pages to see if purchasing a subscription could discount the cost of a Skype Number.
    momo223 wrote:
    lwill Buy skype number but i need some answers
    Second . I want to know if i called a mobile number in any country like egypt is my skype denemark number will appear
    Third does true call show that it skype number or not
    Your second two questions are related to Caller ID.  More details about how this works can be found in this library of FAQ articles:  https://support.skype.com/en/category/CALLER_IDENTIFICATION/
    Caller ID is tricky; sometimes it works and sometimes the data does not get transmitted as the call is routed from Skype to one or more carriers before the call reaches its destination.  For best success, be sure your Skype Number is set in your on-line account details as your Caller ID.  What ultimately appears for the ID on the call recipient's side ultimately depends upon the carrier.  For more details about this, check posts by Community contributor WD9EWK.
    Since a Skype Number is a fixed line number, there is no indication that the number is a "Skype Number" or a "fixed line" number.
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Hello friends recently shifted from windows to mac need some suggestion on which software to go ahead with for editing, excel,power point presentation

    Hello friends recently shifted from windows to mac need some suggestion on which software to go ahead with for creating word editing, excel,power point presentation.

    Only Microsoft's Office for Mac 2011 14.4.8 will work on your Windows Office files in their native document format. Anything else, and particularly Apple's Pages, Numbers, and Keynote will perform translation on open, and export. This can, and will, introduce differences to your original documents, especially when sharing with others in the Windows Office 2010/2013 applications.
    Here is my short list.
    Office for Mac 2011 v14.4.8
    LibreOffice (latest)
    The current iterations of Apple's Pages, Numbers, and Keynote are not what I would term business/professional grade applications. Apple updates them infrequently, ignores user friendly features, omits others, and has introduced default backwards incompatibility between Yosemite and prior OS X releases of these applications. Read the reviews in the OS X App Store. Even for free with a recent Mac purchase, these products will transform your mood.
    The free LibreOffice is aggressively developed and designed as an MS Office replacement suite. There are occasions where it can open documents that Office for Mac, and Apple's products ignore. Extensive PDF manuals for the individual applications. Unlike Word, you can have two-up page viewing with a button click, or edit multi-page PDF. There is a forms designer. It can open nearly any document including MS Publisher and Visio documents from the Windows space. I use it.
    MS Office 2015 Preview for Yosemite is available, but as its title would suggest, it is not done yet, and some features are missing. I created a single-page Word document with a DRAFT watermark. Only LibreOffice v4.4.1 was able to open this document and preserve the watermark.

  • Installed some free Audio Units.....

    Hi Folks,
    I Installed some free Audio Units but not all of them show up on the insert menu.
    The units I installed were:
    Bouncy.component
    Crazy Ivan.component
    Cyanide 2.component
    LiveCut.component
    MadShifta.component
    s(M)exoscope.component
    SupaPhaser.component
    SupaTrigga.component
    I put them in Library > audio > plugins > compnents.
    In the AU insert menu I have access to Bouncy, Crazy Ivan, SupaTrigga and LiveCut but the rest don't show up.
    Anyone any idea what I've done wrong?
    Cheers,
    Robert.

    Logic has a validation process. A lot of free stuff fails the validation and thus does not show up. You can force them to be used, but you mileage may vary. If Logic fails to validate a plugin, I go with the failure and just do not use it.

  • (off topic) Quick advice needed RE: publishing

    (sorry for the waaayyy off-topic post, but I'm sure some of you gurus would know the answer to this. I'm sort of in 'freak-out' mode right now.)
    So my CD artwork is finalized, and slated to go to press this Friday. I just realized that, though I am registered with BMI, I put no mention of that on the disc or in the liner notes. DOH!
    Do I need to? If so, is simply putting "Copyright 2006 [band name here], BMI" sufficient? Or do I need a 'music company' name (in other words, not the band name).
    thanks for any advice !

    Songs are tracked and money is distributed by song title, writer and publisher name. Don't make it hard for people to pay you. Make sure you get your publisher info on there.

  • A bit off topic, but what time should I arrive at the Keynote?

    I'm posting this in the FCP forum because this is the only one I read. I'm attending Macworld for the first time and I have the cheap tickets for the Keynote (user's conference). I have no idea how early I need to show up to wait in line to guarantee I get into the Keynote.
    Thanks and sorry for the off topic post.

    Just showing a pick of what I look like...hee.
    I will have an exhibitors pass, so I wonder if I can get in any later and still get good seats? HA! I will bring my lappy, to keep me occupied (I hope they have wireless access).
    For iChat reports I'd need all your iChat accounts. That would be one BIG group chat.
    Shane

  • Can anyone help with some free real estate software for our School in the UK to practice with

    Hi Guys
    We are setting our class a task to set up their own Estate agency (real Estate) and need some basic web software for them to use to develp their own shop. can anyone help us with a IWEB template that they can copy their own photos over and rename their shop.
    Thanks in advance
    Mr Smyth Richardson
    Head of IT

    Mr Richardson ~ Welcome to the Support Communities. Some forum members have quoted Apple staff as saying iWeb is no longer a supported product. ...iWeb hasn't received a major upgrade in almost three years and is not being included in new Macs. If you're not already too committed to using iWeb, consider other free site builders such as this:
    http://education.weebly.com
    ...One of Weebly's key advantages is that a site can be updated from any modern PC or Mac — there's also this:
    Introducing Collaborative Website Editing

Maybe you are looking for

  • Looking for a sample of the Flash Export from Encore CS3

    I am close to upgrading to the CS3 Production Premium and one of the features that intrigues me is the Flash export from Encore CS3. I have searched the Adobe site without success for a sample of what an exported project looks like and functions on t

  • Problem with auto height property in .dwt template file

    following is the code for the template file of my website, the pages which this is template for have different length content but the height wont adjust according to the content and the text over flows under the footer and the green content area does

  • Cannot get Firefox 16 min-resolution dppx media query to work on retina MacBook Pro

    I'm trying to use the new min-resolution dppx media query support in Firefox 16 to work with my retina MacBook Pro, however when targetting the dppx with min-resolution it's not being supported by the browser. Is this actually correctly supported by

  • Photo Albums?   I have Camera Roll, Photo Library, and Picture.... why?

    I have 3 categories under my Photo albums on my iphone. Camera Roll, Photo Library, and Picture. Now looking at these three options shows 125 pictures in the Camera roll, 84 Pictures in the Photo Library, and 81 Pictures in the Picture option.... Now

  • IMPORT_PROPER

    Hi, Experts          When am applying the support pack SAPK-60003INAFS, it get stucked in the queue in IMPORT_PROPER phse, can u plz help me, what i have to do ... it's very urgent... The import was stopped, since an error occurred during the phase