Welcome to Dagon Design. In addition to free scripts, WordPress plugins, and articles, we offer a variety of services including custom theme design, plugin creation, and PHP scripting. Contact me for more information.

Updated Wednesday, November 9th, 2005 at 12:00am

Turning MP3 audiobooks into iPod audiobooks

The best feature of the iPod’s audiobook format is the ability to resume playback at a particular point even if you play something else or turn the iPod off. There are many online services where you can obtain audiobooks, but most of them are in MP3, which the iPod just treats as regular music. With a few steps, it is easy to convert MP3 files (or any other filetype that iTunes can play) into the native iPod audiobook format. There are a lot of different methods out there, but the following steps work nicely for me.

Notice

If you are using iTunes 8.1 or newer, there is now a built-in feature to designate regular mp3 files as audiobooks, so these instructions are not needed.

Before you begin

For best results, you should not upload audiobooks that are larger than 320MB or longer than 5 hours. This can cause playback and stability problems. If you have files larger than this, splitting them up into smaller parts is recommended.

Most audiobooks that you download will be in multiple files. I personally like combining these into a single file so I do not have to remember which file I am listening to. It also keeps the audiobooks menu on my iPod much easier to read. I simply let the iPod remember my position in the audiobook when I come back to it. It is just personal preference.

Most audiobooks will be far less than 320MB and 5 hours long, so if you want, you can combine your MP3s into a single file before you begin. MP3 Merger is a great freeware program.

Configuring iTunes

Before you convert the files, iTunes must be set properly. You should only have to do this once. In the iTunes menu (I am using version 6), select the following:

Edit > Preferences > Advanced > Importing

Make sure “Import Using” is set as “AAC Encoder“.

Change “Setting” to “Custom” and set the following options:

Bit Rate: 64kbs (this is a nice average setting for most audiobooks)
Channels: Stereo (fixes an issue with homemade mono files on some iPods)
Check “Optimize for Voice

Instructions

Add the files you want to convert to your library. Once they are there, select the file(s), right-click, and select “Convert Selection to AAC“. This will add the newly converted files to your library.

Once the conversion is complete, remove the original files from your library. They will no longer be needed for this process.

You can also remove the newly created files from your library, but when you are asked, be sure to select “Keep Files“, so they are not deleted off your hard drive.

The files are created under “My Documents\My Music\iTunes\iTunes Music(unless you told iTunes otherwise), so open up that folder.

You will notice that the new files have the .m4a extension. They must be renamed to .m4b.

Now that the files are renamed, you can add them to your iTunes library once again.

Right-click on the new file(s) in your library and select “Get Info“.

You can change the name of the file(s) on this screen. If you like, you can clear out the “artist” and “album” fields, so that they do not show up with the rest of your music on the iPod (when you are looking at albums or artists). They will still show up under “audiobooks” of course.

You can also change the genre of the files to “Audiobooks” using the iTunes tag editor, to make the files easier to find when looking through iTunes.

All you have to do now is add the files to your iPod. They should work just like any iTunes audiobook. They will show up under the “Audiobooks” menu on your iPod, your playback position will be remembered, and they will not get played during song shuffles.

Conclusion

I take no responsibility if you mess anything up, but as long as you follow these steps, it should work fine.

I have a fourth generation iPod. While this method works great for me, I cannot promise that it will work for all revisions.

Pages: « 1411 10 9 8 7 6 5 [4] 3 2 1 » Show All

  1. Aaron: You just have to change the file extension.

  2. 59
    Aaron

    I may have missed this, but how do you change the iinternal file tag to M4B?

  3. 58
    Kit

    I also tried this is it worked for 4 out of 5 files. The fifth file appeared to convert except when I listened to it the book was only 1 hour long and the audiobook should be over 8 hours long. Anyone know why would this only happen to one file?

  4. Thank you so much. I’ve recently taken to collecting the Harry Potter audiobooks (if you haven’t heard them, they’re fantasically performed), but wanted the ability to change the speed of the audio to the iPod’s “faster” setting. This worked perfectly.

  5. Worked like a charm thanks for putting this together.

  6. 55
    nate

    CHRIS: Thanks! Filenamer worked great!

  7. 54
    Fabs

    hi. i converted an mp3 audiobook already the first time, and it worked. the moment i changed the file to m4b, it automatically transferred into the audiobooks folder in my iTunes. however, on changing another audiobook, after changing it to m4b, it didn’t transfer. the file remained in my music library. so i deleted it and redid everything. i tried converting the mp3 file over and over again and even checked my preferences many times, but still it remained in the music library. but it’s m4b. why does this happen?

  8. 53
    George

    if you cant change from m4a to m4b read this; http://support.microsoft.com/kb/307859/en-us

  9. Great work, I had software that does this but it doesn’t work so well in Vista. This works great. Thank you. Also to Chris, thanks for the file renamer link, it works well also!

  10. 51
    Tom

    This process definitely converted my mp3’s to m4b’s and my 80GB 5th G iPod recognizes them as audiobooks. However…

    One of my mp3’s had a duration of over 2 hours. After I converted it to AAC using itunes, it said the duration was only 45 min. I tried listening to it on the iPod and the audio cut out after about 14 min and the rest was dead air. Anything like that happen to anyon else?

  11. 50
    Dave

    thanks a lot!

  12. Dave: Thanks for the info :)

  13. Getting MP3 files to behave as audio books (ie, become “bookmarkable”) in iTunes for Macintosh requires an additional step.

    Not only must the file extension be m4b (which you can change manually from m4a) but the file type (an internal file tag) must be also be changed to “M4B” (note use of capitals). The combination of these 2 changes, and voila! You’ve got books on ‘Pod!

    This is a great AppleScript by Doug Adams that runs in iTunes that does the file TYPE change and re-imports the files so that they appear in the Audiobooks folder of iTUnes:

    You can do the same thing by checking the “Remember Playback Position” box for each file, but MB script saves you a lot of time if you’re working with many files.

    Enjoy,
    Dave

  14. 47
    Varun Soundararajan

    Great work, was very useful and it works well.

  15. 46
    vivek

    thanks a lot dude… it works fine…

Pages: « 1411 10 9 8 7 6 5 [4] 3 2 1 » Show All

Leave a Comment

Before you comment: If you are having an issue with a script, please make sure you have read the entire article. Also, please read through the comments because most common issues have already been discussed many times. Thanks.


Be sure to wrap all code in <code></code> tags.