View Single Post
Old 02-10-2011, 04:31 AM   #8
JasonPaulClaire
Enthusiast
JasonPaulClaire has a complete set of Star Wars action figures.JasonPaulClaire has a complete set of Star Wars action figures.JasonPaulClaire has a complete set of Star Wars action figures.JasonPaulClaire has a complete set of Star Wars action figures.
 
JasonPaulClaire's Avatar
 
Posts: 28
Karma: 310
Join Date: Jan 2011
Device: none
Smile Video in epub/ocf for ipod/pad

Hi Manichean. checkout the following

http://www.pigsgourdsandwikis.com/20...s-on-ipad.html

Thought I would let you know that epub with video works. Hard13 never followed up the post but I will let you know what I did to get it working, so here goes......

I just made a simple webpage, ran this through IE and FIREFOX to see if the video would show. Neither showed the video (well on my system anyways). Ran it through SAFARI and the video played. So I knew I had got the code right. I recommend using SAFARI for testing the code.

Then used CALIBRE to condense to an EPUB (produced and OCF) I uploaded the single OCF to my ipod touch and it worked fine (for some reason it would not play OGG file formats, guess it likes MP4 etc instead.

The following was my html file.

<html xmlns="http://www.w3.org/1999/xhtml">
video here
<break>
<video src="aa.m4v" NOTE will try MP4 next and post result
controls="true"
width="320"
height="240"
autoplay="FALSE">
</video>
</html>

You can then jazz this up however you like. I hope this helps you and anyone else looking for video in epub.

Best wishes Jason
JasonPaulClaire is offline   Reply With Quote