Is it possible to self-publish to Amazon Kindle with audio in your book?
Short answer, NO!
I presume it would be possible to embed a link for a YouTube video in a self-published book
But really stupid and annoying ...
It would need a phone / tablet / Mac / PC etc with
- A Browser
- An up to date not blocked Codec for the video.
- A suitable Data connection to the Internet.
- It won't work on ANY dedicated eReader.
- It might not work next year on Smart TV/ Cheap phone/Tablet(with no Playstore) due to codec being outdated and no way to upgrade (YouTube doesn't work any longer on my Archos PMP and no updates) even if it works now
I have good 8Mbps down / 1 Mbps up broadband. I get always at least 7.5Mbps.
We NEVER play video, because with three users the Cap would be used up too quickly (typically 40G of 60G limit) and then we would have 64Kbps till usage was under 80%.
Longer answer:
- No dedicated eReader does video of any kind.
- Only some Kindles do Audio at all. None support audio IN an eBook, only Text to Speech or a separate MP3 file
- The Mobi format (and Kindle) and ePub are both subsets of HTML and can contain limited CSS and static images. Mobi also can include a database.
- You are talking about a Multimedia title, not an eBook.
- Use a Multimedia engine, it's not an ebook if it's other than text + static images.
- Web Sites are more than HTML, the Internet is more than Web Sites!
Any audio or video would only be links to a live website and would have to be opened using a helper application in a browser. eReaders (I think even apps) don't do audio/video, a link to a website will open the browser and historically even a browser uses a plug in. Even HTML5 will require suitable codecs to be installed.
An eBook (any format) is basically a simple Web Page, CSS file and Images combined in a single file. Even real web sites any audio or video is actually an embedded object not natively handled by the browser. There is some limited javascript support.
I have a list of what subsets of HTML ebook will support. Audio and Video are not really part of HTML or web pages (except in a limited sense in HTML5). eBooks don't even support client image map attributes (which would be cool) and have very limited table support.
How do I know all this?
Insanely I've tried to build a Click & point Adventure game that would run on a Kobo or Kindle dedicated eBook reader.
There is a tag that blocks turning to a next or previous page, so the only way in or out of a section of a book is via a link, so you can do an eBook version of the text adventure "programmed" book with small images or text choices being links to otherwise inaccessible sections. I think it can be scored using javascript and the database feature (not sure if this works on ePub, but does seem to be on pre-Amazon Mobi, and all Kindles support all the last Mobi features).
If you want text, audio and images (no video) the nearly forgotten Portfolio CD format works, but no-one makes the dedicated players anymore and the last PC / Mac versions of player application were maybe 1994. I of course have a philips player, Mac App, Win3.x App and demo Portfolio CD!
So really if you want Text, Images, Audio and Video, forget even HTML (too clunky). There are many off the shelf multimedia engines with player apps for iOS, Android, Mac and Windows (They make powerpoint look stupid, but authoring is no harder than powerpoint if you have the text, images, music/audio & video).
Forget about eBooks if it's multimedia.