Become a member of the iLounge Forums. Register Now!
To start viewing messages, select the forum that you want to visit from the selection below.
If this is your first visit, be sure to check out the Forum FAQ and Forum Policy.
If this is your first visit, be sure to check out the Forum FAQ and Forum Policy.
Topic: Adding Chapters to audiobook files - step by step guide
|
|
#1
|
||
|
Junior Lounger
Join Date: Aug 2004
Posts: 79
|
Through trial and error and a little googling, some of us here on the forums have discovered a way to create an audiobook file for the iPod that has chapter stops embedded into the file (similar to the way audible audiobooks do.) I'm going to attempt to document this process step by step in this post. It's outlined in broad strokes in this thread.
Download Slideshow Assembler from here. It requires that you have Quicktime 7.1 or later (pro is not required). You will also need iTunes installed. Also outlined below is a way to calculate the start times using ms excel (thanks to lintujuh for outlining this method. I was trying to do this myself and couldn't figure out how to format it correctly.) 1. Rip the cd's using itunes in your preferred grouping method in AAC format. If you are working from files already ripped, skip to step 2. a. either 1 file per chapter or 1 file per cd, etc2. Calculate the start times of each chapter using excel. This can also be done manually, but I think the excel method is a LOT easier. a. create a playlist with your chapters and export the playlist as a .txt file. b. Import the txt file into ms excel or a comparable spreadsheet program as a tab delimited file. c. The only columns that are important for this application are the name and the time. The time is notated in seconds. The other columns should be deleted so that the name is in column A and the time is in column B. d. Select columns C and D. Click on Format and select Cells. Set the format to Custom and enter "h:mm:ss" in the field. e. Select Cell C2 and enter "=time(0,0,B2)", then copy this formula to the remaining cells in the column. f. Select D2 and enter "0" for the value. Select D3 and enter "=D2+C2" into the cell. Copy this formula to the remaining cells in the column. g. This column will be your list of start times for each chapter. - see FIGURE 7 3. Create the POD file for the audiobook using the chapter start times created in step 2. a. field names in the pod file: altfolder1 - this is the location that you should have all of your working files (images, if applicable and audiofile.) b. metadata tag explanations PLEASE ENSURE THAT YOU ARE EITHER COMMENTING OUT OR DELETING THE desc, pcst, purl, and egid FIELDS OR YOUR FILE WILL SHOW UP IN THE PODCASTS SECTION WHEN YOU IMPORT INTO ITUNES.İnam - this is the Name field in iTunes c. Each editpoint should be in the following format:[Editpoint_#] 4. Drag and drop the POD file onto SSA.exe. It will process the chapter points and create a file named "basename.m4a" in the location specified in altfolder1. 5. Rename the file extension from m4a to m4b. 6. Slideshow Assembler inserts a black box with dimensions specified in imgheight and imgwidth if there is no chapter art specified. To remove this from the file, you will need mp4box. It is a command line utility. You will need to run "mp4box -info basename.m4a" to find the track with the jpeg-vide stream. In this instance, it is track #3. Once you know the track number to remove, run "mp4box -rem #id" where #id is the stream you wish to remove. 7. Drag and drop the file into your iTunes library and it should show up in the Audiobooks section. 8. When you play the file in iTunes, you should see a Chapter menu that will let you jump to the chapter points that you have created. Finally, sync to your iPod and enjoy chapterized audiobook goodness!
Last edited by ejsjrnc; 08-08-2007 at 08:49 PM. Reason: didn't finish the post before hitting submit. |
||
|
|
|
Join the iLounge Community and the ad above will disappear.
|
|
#2
|
||
|
Freshman Lounger
Join Date: Jul 2007
Posts: 13
|
A tip to help you in creating the .pod file
|
||
|
|
|
|
|
#3
|
||
|
Junior Lounger
Join Date: Jul 2004
Posts: 29
|
Which program do you use to create the .pod file?
|
||
|
|
|
|
|
#4
|
|||
|
Junior Lounger
Join Date: Aug 2004
Posts: 79
|
Quote:
|
|||
|
|
|
|
|
#5
|
||
|
Junior Lounger
Join Date: Jul 2004
Posts: 29
|
Can you send me an example of a pod file? How do you save something as a pod file using notepad?
|
||
|
|
|
|
|
#6
|
||
|
Freshman Lounger
Join Date: Jul 2007
Posts: 13
|
An example .pod file is with the ssa package. When opening/saving the .pod file, there is a field below the filename, what specifies the filetype. By default, the filetype is Text (.txt). Change this to all files (*.*) and select the .pod file from the list or if you are saving the file, just write filename.pod in the filename field.
|
||
|
|
|
|
|
#7
|
|||
|
Freshman Lounger
Join Date: Oct 2007
Posts: 2
|
Quote:
http://forums.ilounge.com/books-spoken-word/161628-create-chapter-markers-windows.html#post1167309 Cheers, Tom |
|||
|
|
|
|
|
#8
|
||
|
Freshman Lounger
Join Date: Jul 2007
Posts: 13
|
I've found out that my chapters are not exactly aligned with audiobook. When I skip to the next chapter, the audiobook starts at the end of the previos chapter. The error is bigger at the end of the book. The error was quite huge in one specific audio book that had over 40 chapters.
I did some investigations to find out the reason for the error and my conclusion is following: iTunes reports the length of a track in whole seconds (see ejsjrnc's original post, position c). The problem is that the length is not rounded but truncated (both 15.1 and 15.9 seconds show as 15 seconds), which means an average error of a half second per track. When calculating the cumulative starting position of a chapter this error also cumulates, so that the calculated start time of last chapter is number of chapers divided by two seconds too early. To correct this error a moderately accurate fix is to modify the formula in the excel. Replace the formula for cell D3 (position f in ejsjrnc's post) with a formula =D2+C2+time(0,0,1)/2. (The excel's time function also truncates the seconds, so you cannot use function time(0,0,0.5)!). I don't know any tool that could list the exact length of the m4a-files so that it could be pasted into the excel. After that the calculations could be made based on the exact chapter lengths. |
||
|
|
|
|
|
#9
|
||
|
Freshman Lounger
Join Date: Dec 2007
Posts: 1
|
Umm, I am not very tech savvy, so I don't know how you can make a playlist, i tried to make one with iTunes but it totally rejects the .aac files to be added to their library. Same for WMP...and I don't know how to make one with Quick Time. Can someone tell me?
After this step I know I have to save it as .txt and I think I can take it from there. |
||
|
|
|
|
|
#10
|
||
|
Freshman Lounger
Join Date: Dec 2007
Posts: 1
|
Hi,
first thanks a lot for this nice howto! After I read this I was quite fast able to generate my audiobook files. But it is so boring and time consuming :-( That's why I am currently working on a java interface for all that! So if someone is interested on that program (for Windows only), please post a note here! Bests, Albert |
||
|
|
|
|
|
#11
|
||
|
Freshman Lounger
Join Date: Dec 2007
Posts: 1
|
Albert, I would be very interested in that program, thanks!
-Mattman |
||
|
|
|
|
|
#12
|
||
|
Junior Lounger
Join Date: Aug 2004
Posts: 79
|
The original author of SSA is working on a GUI version of the tool also. check his site for updates. jrlearnsmedia.com
|
||
|
|
|
|
|
#13
|
||
|
Freshman Lounger
Join Date: Dec 2007
Posts: 1
|
Albert,
I think I would be interested in such a program too. I've been looking for a way to add chapters to audiobooks for quite some time now and this is the first program I see that works on Windows. It would be nice to be able to automate it a bit though. |
||
|
|
|
|
|
#14
|
||
|
Freshman Lounger
Join Date: Feb 2008
Posts: 8
|
XML To POD Converter
I've been digging pretty deeply into making audiobooks and got tired of making all the editpoints for the .pod file, so I decided to make a script that would do this for me. You can check out the converter here. Here are the steps on how to use it: 1) Create a new playlist in iTunes, name it accordingly. 2) Drag all of the chapters to the new playlist 3) Right click on the playlist and export it, choose XML as the filetype. 4) Go to the converter script and open the xml file you created in step 3. 5) Select the convert button. A new .pod file will be available immediately for download! The beautiful thing about this script is that I personally guarantee that your chapters will be perfectly timed. No more putting into Excel and creating crazy columns and calculations, etc. The times are perfectly generated for you! ![]() Things to know are that the altfolder1, basename, and audiofile are all based on the name of the xml file. You can modify these later or use this to your benefit. Also, since there's no way to know what images you have for the chapter art, I've specified a default "chp01.jpg", "chp02.jpg", etc. Also, the default artwork is "Folder.png". I prefer png to jpg, since it has better quality. There are no metatags yet (I am currently working on this) but those will eventually be driven from the iTunes playlist as well. Let me know what you guys think. It's certainly saved me a lot of time!
Last edited by SoundOfEmotion; 02-02-2008 at 09:14 PM. |
||
|
|
|
|
|
#15
|
|||
|
Freshman Lounger
Join Date: Feb 2008
Posts: 2
|
Quote:
|
|||
|
|
|
Topic: Adding Chapters to audiobook files - step by step guide
Become a member of the iLounge Forums. Register Now!
To start viewing messages, select the forum that you want to visit from the selection below.
If this is your first visit, be sure to check out the Forum FAQ and Forum Policy.
If this is your first visit, be sure to check out the Forum FAQ and Forum Policy.
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
View iLounge History. Read our old Forums Archive (2001-2003)
All times are GMT -4. The time now is 01:09 AM.
All times are GMT -4. The time now is 01:09 AM.





Adding Chapters to audiobook files - step by step guide



















Linear Mode


