Quote:
Originally Posted by avid-e-reader
The source was just an .html file and a .mp3 file (in a subdirectory named multimedia). Attached as a .zip.
|
I've modified this sample to add also a video file and ran mobiunpack on it.
The handling of audio and video files is almost identical to image files (surprise
The only difference is that there is a 12 byte header prepended to the original audio/video file which starts with "AUDI" or "VIDE" followed by 2 integers of unknown value.
Also quite similar to the image handling the source attributes of the html tags are replaced with the record numbers:
src="file.mp3" -> mediarecindex="00002"
poster="file.jpg" -> recindex="00003"
So it should be easy to add support for audio/video to mobiunpack.
But is audio/video support really used in the wild?
My understanding is that only very few Kindle platforms are supporting them (is there a list which shows the supported platforms?)
Ciao,
Steffen