Hi all,
I googled and searched this forum but I could not find any answers to this except that the amazonkindlepublishingguidelines.pdf document gives some hints. Any help would be greatly appreciated:
6.9
When creating eBooks with audio and video content, Amazon requires the creation of an NCX file that points to the audio and video assets. This file should list all video and audio files in reading order, with
links to where they occur in the book. For descriptions of the audio and video files, reuse the same audio and video metadata. (Example: A link to the video clip in section 6.8 would say How to create Kindle
content (5:01).) This information should be embedded in the NavList portion of the NCX file.
So how do you add this to the .NCX? I tried this way but it's not working, Kindlegen can not find the mp3:
HTML:
NCX
OPF
Kindlegen
command: kindlegen sound.epub
I googled and searched this forum but I could not find any answers to this except that the amazonkindlepublishingguidelines.pdf document gives some hints. Any help would be greatly appreciated:
6.9
When creating eBooks with audio and video content, Amazon requires the creation of an NCX file that points to the audio and video assets. This file should list all video and audio files in reading order, with
links to where they occur in the book. For descriptions of the audio and video files, reuse the same audio and video metadata. (Example: A link to the video clip in section 6.8 would say How to create Kindle
content (5:01).) This information should be embedded in the NavList portion of the NCX file.
So how do you add this to the .NCX? I tried this way but it's not working, Kindlegen can not find the mp3:
HTML:
Code:
<audio id="audio_1" src=" audiovideo/myzuka.mp3" controls title="This is my audio
(1:10)">
<br/><br/><br/>
There is audio content at this location that is not currently supported for your
device. The caption for this content is displayed below.
<br/><br/><br/>
</audio>
<strong>This is my audio (1:10)</strong>
Code:
<navList>
<navTarget id="audio_1">
<content src="Untitled-1.xhtml#audio_1"/>
<audio src="audiovideo/myzuka.mp3"/>
</navTarget>
</navList>
Code:
<item id="audio_1" href="audiovideo/myzuka.mp3" media-type="audio/mpeg"/>
command: kindlegen sound.epub
Code:
Info(prcgen):I1047: Added metadata dc:Title "soundkindle"
Info(prcgen):I1047: Added metadata dc:Date "2015-04-01T14:30:24Z"
Info(prcgen):I1052: Kindle support cover images but does not support cover
Hence using the cover image specified and suppressing cover HTML in conte
URL: C:\Users\EBOOKM~1\AppData\Local\Temp\mbp_7DF_4_1_12_26_8_36F_534_FE
BPS\cover.xhtml
Info(prcgen):I1002: Parsing files 0000001
Info(cssparser):I10004: @rules other than @import, @charset and @font-face
ot supported.
Warning(prcgen):W14010: media file not found C:\Users\EBOOKM~1\AppData\Lo
mp\mbp_7DF_4_1_12_26_8_36F_534_FE4_1\OEBPS\ audiovideo\myzuka.mp3
Info(prcgen):I1015: Building PRC file
Info(prcgen):I1006: Resolving hyperlinks
Info(prcgen):I1049: Building table of content URL: C:\Users\EBOOKM~1\A
\Local\Temp\mbp_7DF_4_1_12_26_8_36F_534_FE4_1\OEBPS\toc.ncx
Error(prcgen):E24008: navlabel tag is not found inside a navpoint.
Error(prcgen):E24001: The table of content could not be built.
Info(prcgen):I1016: Building enhanced PRC file
Info(prcgen):I1007: Resolving mediaidlinks
Info(prcgen):I1011: Writing mediaidlinks
Info(prcgen):I1009: Resolving guide items
Info(prcgen):I1038: MOBI file could not be generated because of errors!