Is there a fast way to convert mp3 to mp4?

Got a large library of audiobooks in itunes that are in mp3 format.  I want to convert them to mp4.  Join Together by Doug Adams does a great job of this but is sloooow (appears that Quicktime is running in single step mode.)  Is there a faster way to make the conversion?  What are the best sample rates and data rate for a fast conversion?
Thanks for any suggestions.

You still haven't talked about the reason for converting, other than easier to use. I can read between the lines and guess that you are copying the files to some special device that doesn't like MP3,but no idea what it is or why MP3 doesn't work with it. Also, are you settled on using AAC format? I think it is a more advanced format intended to replace MP3 (Haha... sorry, just thinking about how long these PC guys took to give up on Windows XP-- they will fight much harder before giving up MP3 and AVI),
Try Max for conversions. It has a batch feature (drag a dozen files to the window and click the Convert icon). Here is the comparison I got:
Using iTunes to convert a 3:02 length song, 192 kbps, 4.2MB MP3 to AAC 128 kbps, 2.8 MB, the conversion time is 59 seconds.
Using Max (free) to convert the same MP3 to the same setting of AAC 128 kbps, 2.9 MB, the conversion time is 37 seconds.

Similar Messages

  • Is there a fast way to wrap unstructured text into [Para] tags?

    I'm trying out my new Frame 12 by trying to produce an ebook in several formats. I'm using the out-of-copyright Agatha Christie's A MYSTERIOUS AFFAIR AT STYLES.
    Is there a fast way to wrap each paragraph with a [Para] tag?
    Thanks in advance.

    Wow, Russ, leave it to an FDK programmer to want to write a script or plugin to solve every problem! And FM does indeed have native functionality that addresses this situation. The conversion tables (see the Structured Application Developer Reference) that you mention in passing were designed to handle exactly this situation. Except that a conversion table operates on an unstructured rather than a partially structured document. So, all TdeV1 need do is:
    1. Create a new document from the chosen sample.
    2. Delete all content, including the root element.
    3. Paste the original, unstructured paragraphs.
    4. Use StructureTools > Generate Conversion Table to create a new coversion table.
    5. Complete the table as follows:
    Wrap this object or object
    In this element
    With this qualifier
    P:
    Para
    Para+
    Section
    Section
    Chapter
    6. Save the conversion table but leave it open.
    7. In the original document, use StructureTools > Utiltities > Structure Current Document.
    8. Create the needed Head elements for the Chapter and Section.
    Another alternative, available since FM 11, is Smart Paste. Recall that Smart Paste allows the user to copy material from web pages and Microsoft Office products such as Word and paste it into FM. Yes, in general, there is a significant amount of setup to prepare for using Smart Paste. However, Smart Paste is supported out of the box for DITA. So TdeV1 could do the following:
    1. If the content originated in Word, open the Word document and copy the paragraphs to the clipboard.
    2. Use DITA > New DITA File > New <topic> to create a new DITA document.
    3. Click in the <body> element to set an insertion point within that element.
    4. Use Edit > Smart Paste. FM will paste the content, converting each paragraph to a <p>.
    5. Copy the resulting <p> elements to the clipboard.
    6. Paste the <p> elements into the actual document.
    7. Select the <p> elements and use the Element Catalog (or Ctrl-3 to bring up the Smart Catalog for changing elements) to change them to <Para> elements.
    However the structured document is created, while this sample template is appropriate for initial experimentation with structured FM, it is intended for technical material and not optimal for fiction. To get the most out of a structured document for production work, it's almost always necessary to define elements and attributes appropriate to the particular project.
        --Lynne

  • Is there a faster way to figure out what a negative number in base 8 is?

    Hi,
    Altough I know that using base 8 in java is rare, I am still curious about ways to convert from a negative decimal number into a base 8 number.
    For example, when we want to find out the negative representation of -11 (base 10) in base 8 . I would first convert -11 into the 2's complement representation of base 2 first (i.e. 11 in binary is 00001011; -11 two's complement is then 11110101). I then convert this into base 8 (365). Is there a faster way for this?
    I hope i am not confusing everybody.
    Thank you.
    - nygrl

    Octal values from 0 to Integer.MAX_VALUE is
    between 0 and 17777777777, and those from
    Integer.MAX_VALUE to -1 is from 20000000000 to
    37777777777.correction:
    Octal values from 0 to Integer.MAX_VALUE is between 0 and 17777777777, and those from Integer.MIN_VALUE to -1 is from 20000000000 to 37777777777.

  • HT204350 Hey, migration from an old mac late 2008 aluminium to a brand new mac book air. Only the new one has firewire. Transmissiom via wifi estimates ~50h. Is there a faster Way to sync? Tanks in advance

    Hey, migration from an old mac late 2008 aluminium to a brand new mac book air. Only the new one has firewire. Transmissiom via wifi estimates ~50h. Is there a faster Way to sync? Tanks in advance

    I'll venture that your problem here is that you're using two very different versions of Mac OS X.  The USB adapter has been useful to me when making big downloads or while using other networks, but it might not be your case. 
    Here's what I would advise, though it may be less than stellar:  Copy the files you need into folders and move them through a USB flash drive or using that external hard drive of yours. (Could the format be the reason your MBA can't see it?). Some stuff like calendars and contacts can be exported too. At least in Lion, I haven't used Tiger in a while. 
    Good luck.

  • I have a ! next to some songs and i have to locate them under my music under my documents and when i do it plays in my itunes is there a faster way to do this?once i fix this can i do anything from it happening again?

    i have about 100 songs itunes shows a ! next to it says cannot find please locate i can locate them under my music under my documents and when i do it plays in itunesbut that would take a kong time is there a faster way to fix this?and once i do fix this is there a way for this not to happen again?

    Hello ryane84
    There really is not a faster way to link the songs. You could get the info on the missing songs to see where they sit on your computer and just move the files there before. Then you can organize your library to move them in the iTunes library folder or another place of your choosing. To keep it form happening again, the article does have a section on what to do to keep it organized when new media is added.
    iTunes: Finding lost media and downloads
    http://support.apple.com/kb/ts1408
    Regards,
    -Norm G.

  • Is there an easy way to convert from a String with a comma, ie. 1,000.00 to

    Is there an easy way to convert from a String with a comma, ie. 1,000.00 to a float or a double?
    thanks,
    dosteov

    Like DrClap said: DecimalFormat. However, make sure you understand the Locale things, as explained at http://java.sun.com/j2se/1.3/docs/api/java/text/DecimalFormat.html (which refers to NumberFormat as well) and use them explicitly. Like
    public class FormatTest
      public static void main(String args[])
        try
          // see NumberFormat.getInstance()
          DecimalFormat fmt = new DecimalFormat();
          Number num = fmt.parse("1,000.01");
          System.out.println(num.doubleValue());
        catch(ParseException pe)
          System.out.println(pe);
    }most likely seems OK on your system, but may print "1.0" (or even fail) on some non-English platforms!
    When performing calculations, also see http://developer.java.sun.com/developer/JDCTechTips/2001/tt0807.html
    a.

  • After saving a pdf as Excel workbook the numbers remain text and cannot be used in calculations. Is there a better way to convert into real digital numbers?

    After saving a pdf as Excel workbook the numbers remain text and cannot be used in calculations. Is there a better way to convert into real digital numbers?
    I have tried to convert the pdf to Word instead but same difficulty with numbers: look like numbers but not usable for calculations

    Excel has a 'text to numbers' function, I would use that.
    Convert text to numbers. Microsoft Excel.

  • There is NO WAY to convert .jar to .sis... read here.

    I have seen a post here:
    http://forum.java.sun.com/thread.jspa?threadID=709899&tstart=0
    I just want you to know, that it is NOT possible to convert .jar to .sis file.
    .jar file - designed for Java (J2ME)
    .sis file - designed for EPOC (Symbian)
    There is no way to convert either of them, at least for now.
    So stop asking for the program (in the above post), and stop giving your email address.
    ----> Brush ur teeth ;-)

    Check out iLife 06. "Photo-casting" is now available via iPhoto and .Mac.

  • Is there a faster way to sync?

    Hello.
    I had some issues with my Apple TV and MAcBook syncing yesterday and I had to pair my computer again, and the content of Apple TV was erased. So now I have to sync everything again but its taking hours (I think even days). My internet connection might be causing some slow syncing.
    Is there a faster way to sync for the first time? (I guess just to transfer around 50 GB of info into apple TV, and then, wireless works out just fine)
    I left my computer all night syncing and it only did around 11 GB, after that, it went into sleep and stopped syncing.
    Cheers and thanks...
    IA

    your internet connection have nothing to do with the sync'ing between your computer and atv
    you don't even have to have an internet connection to sync
    you can try using eathernet rather then wifi but not sure how much it would help
    really the bottleneck seem to be located elsewhere i suspect

  • Is there a quick way to convert Albums to Projects?

    Due to bringing in legacy organizing from iView MediaPro into Aperture years ago... I have an organizational structure consisting of few top level Projects containing many Albums. I now realize I should have few top level Folders containing many Projects (which contain Albums when necessary).
    So the question is... is there a quick way to convert an Album to a Project? If I have to create a new Project for each Album I have by hand... this will take forever as I have hundreds of Albums.
    Thanks!

    Doing it manually is what I'm trying to avoid... I have a LOT of albums. I started trying to script it but I am trying to piece it together with my uber limited applescript knowledge... here's what I've got:
    tell application "Aperture 3"
    set imgSel to (get selection)
    if imgSel is {} then
    error "Please select an image."
    else
    set pName to name of parent of item 1 of imgSel
    set pID to id of parent of item 1 of imgSel
    set cID to id of parent of parent of item 1 of imgSel
    tell library "Aperture Library"
    make new project with properties {name:pName}
    repeat with i from 1 to count of imgSel
    move item i of imgSel to project (pName)
    end repeat
    end tell
    end if
    end tell
    It's ghetto (there's some stuff I need to comment out that wasn't used) and it seemed to work in the test library I setup, but when I went back there were some weird thumbnail issues so I'm scared... not to mention it doesn't seem to work in the actual library for some reason. It won't create the new project. Weird.
    Message was edited by: skivvie

  • Using Muse, I was wondering if there is a way to convert a website that is already built into a mobile website.

    Using Muse, I was wondering if there is a way to convert a website that is already built into a mobile website. I have no idea how the website was originally built. My client is asking me to build a mobile site for his current site without touching his desktop site. His site was originally built in Dreamweaver I think but he have no way of finding the files and lost contact with his original designer. We don't want to start a new site from scratch with a new domain because he is afraid of losing his seo work.
    In other words. My client site was build in Dreamweaver or something else. I am not a programer and was going to use muse to make his mobile site. So the question is how do I link a muse made mobile site to his desktop site?
    Thank you.

        as62467 We appreciate your G3 question! Let's see how we can help. What you are able to adjust is the USB connection mode by going to the home screen and selecting'recent apps' (in the touch keys bar), settings,storage, the menu (the 3 tiny dots) and tap usb pc connection. If you do not want the software to try and install choose either the internet connection or camera option. Let us know if this helps.
    SheritaH_VZW
    Follow us on Twitter

  • Is there a faster way to 'write' automation?

    I have a plugin that adjusts the gain on a vocal track.
    One of the features is to automate the adjustment so that the automation can be adjusted manually afterwards for fine tuning.
    As far as I can tell, the only way for this to happen is to 'play' the whole audio all the way through with the plugin in write mode.
    Is there any faster way to get that initial automation curve created?
    Also, is there a feature to reduce the number of automation points? IE turn 100 points into 10?
    Thanks!
    - Jac

    Thanks Eriksimon! 
      I have a plugin that will create the automation, and I'd like to edit/fine tune that automation after the plugin has created the initial automation.
      I'm looking for a way for that plugin to run through the file faster than real time so I don't have to wait an hour for the first pass to be written.
      The other thing I'd like to do is,  once the automation is drawn by the plugin, I'd like to reduce the number of points it created.  In Reaper, there is a functoin to select a bunch of points and reduce them down so that say 10 points might reduce down to 3 if most of them are reasonably redundant. I'm looking for a similar function or script for Logic Pro X.
      Thanks for the reply!

  • Is there a free way to convert a pdf file to a microsoft word file?

    Is there a free way to convert a pdf file to a microsoft word file?

    Adobe does not offer a free PDF to Word conversion. You may want to check out our ExportPDF service though. It's quite inexpensive: https://www.acrobat.com/exportpdf/en/pricing.html

  • Hi, my iPhone 3GS wall charger stoped working, and I went to Orange shop with my warranty and L.I.G. insurance.They said I should also give them the phone for almost 10 days, isn't there a faster way, is it possible the Apple Store replaces my wall charge

    My 5YO daughter owns her very own IPhone 3GS, she got it for her 5YO birthday on the 24th of june. its allready upgraded to iOS5, and works like a charm.
    Last evening, while it was charging, a flame appeared and the charger stopped working.The USB still works.
    It was plugged in a Belkin 3700 joule along with my 47 Inch Full HD TV .
    No storm or something like that, and there was nothing wrong with my TV, as in was still running.
    Problem.
    I went today to an Orange store here in Romania, with the charger, invoice,warranty, and L.I.G. (London Insurrace Group ((I think))) insurrance, and they said I MUST also bring the iPhone, and thet it will take just about 10 working days for them to give me back the Iphone, and a new charger.
       Is there a faster way I can get the wall charger replaced?
    Should I try going to the Apple Store with the warranty from Orange.
    Thank you for your answers.
    Please excuse my English.
    CONDOLENCES APPLE. for your painfull loss.

        I can see that this issue has been quite extensive, and frustrating, and I am so sorry for all that has happened societygirl! I would like to help you work this issue out. Please follow & send me a Direct Message, so I can get your account specifics and help finally bring this to a resolution.
    Thank you,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • Hi there, I cannot seem to convert my iTunes MP4 songs to MP3 - can someone please assist in this regard?

    Hi there, I cannot seem to convert my iTunes MP4 songs to MP3 - can someone please assist in this regard?

    Hello @MK,
    This functionality has been moved under the File menu in iTunes 11, where you will find a submenu labelled "Create New Version." From here you can choose the format you would like it converted to. Do keep in mind that most music purchased from the iTunes Store (unless they're iTunes Plus purchases) cannot be converted.
    iTunes 11 for Mac: Save a copy of a song in a new file format
    http://support.apple.com/kb/PH12167
    Cheers,
    Allen

Maybe you are looking for

  • Multiple Ipods on One PC

    Can i use two different ipods on the same Itunes or PC. I already have one and want to get one for my partner for Xmas, but i only have one PC. I have heard stories of only being able to register one Ipod with each Itunes   Windows XP  

  • Can No Longer Open PHP Sites in FF or IE

    Just installed the Trial of DW8 and now site URL's ending in PHP won't open in either Firefox or IE. Uninstalled DW8 (Which removed the file association) and even though the associations are gone the websites still won't open. If anyone has any advic

  • Interactive report - strip HTML

    Hi, Where is the option to strip HTML for an Interactive report? Is it possible to set this option for each column? N.B. This setting can be found under Layout and Pagination for classic report. Thanks, Louis-Guillaume Homepage: http://www.insum.ca B

  • Line Tool Makes 2 Lines?

    Hi, I am trying to draw a 1px line with the line tool. It is set on shape layers, no style and black color. If I zoom in to the max (3200 %) or less even, it shows as 2 lines - one greyish and one a lighter grey? Why is it not just a single black lin

  • Working With Edge Animate and Business Catalyst

    Does anyone work with a site with incorporates Edge Animations that is hosted on Business Catalyst?  I am asking because my Edge animations run fine on my page on preview in browser but do not run at all when uploaded to BC.  Here is my script: Thank