====== iPhone 4S: Convert Video to HTML5 for streaming ====== ===== Challenge ===== When presented with the task of showing an iPhone 4S video to someone under the following circumstances: * Video should be embedded on a website * Recipient person does not have a Youtube or FB account * Video is somewhat private, so no public access is desired * Target browser is not known; however, embedding with the HTML5
Download here $mymp4 (mp4) $mywebm (WebM) $myogg (ogg)
EOM
==== Usage ==== ./video.sh ==== Example ==== ./video.sh IMG_0622.MOV ./videos This will produce a lot of interesting output, at the end the HTML code needed for embedding and the rotated, resized and converted video files plus a single frame for the preview (poster).
Download here videos/IMG_0622.mp4 (mp4) videos/IMG_0622.webm (WebM) videos/IMG_0622.ogg (ogg)
The resulting files are ./videos/IMG_0622.jpg ./videos/IMG_0622.mp4 ./videos/IMG_0622.ogg ./videos/IMG_0622.webm Let me know if this works for you. ~~DISCUSSION:closed~~