The Definitive Guide to HTML5 Video is the first authoritative book on HTML5 video, the new web standard that allows browsers to support audio and video elements natively. This makes it very easy for web developers to publish audio and video, integrating both within the general presentation of web pages. For example, media elements can be styled using CSS (style sheets), integrated into SVG (scalable vector graphics), and manipulated in a Canvas. The book offers techniques for providing accessibility to media elements, enabling consistent handling of alternative representations of media resources. The Definitive Guide to HTML5 Video dives deep into the markup that is introduced for media element support in browsers. Youll explore the default user interface offered through browsers for media elements, as well as the JavaScript API provided to control their behavior. Youll also learn how to account for H.264 and Ogg Theora codecs. What youll learn How to create cross-browser markup in HTML to include audio and video into your web pages How to replace the default controls of web browsers with your own or skin your media player How to use the JavaScript API for media elements How to integrate media elements with other HTML5 constructs such as CSS, SVG, Canvas, or Web Worker Threads How tp make audio and video accessible How to use media fragment URIs to address certain temporal subparts or tracks of a media resource The open source tools available to deal with the new HTML5 media elements Who this book is for This book is for those who are proficient in authoring and publishing Web pages, but have never utilized audio and video. It will also benefit old buffs of Adobe Flash, Microsoft Silverlight, or QuickTime who are trying to understand what is happening in HTML5 media and how to use the new media elements. Table of Contents Introduction Audio and Video Elements CSS3 Styling JavaScript API HTML5 Media and SVG HTML5 Media and Canvas HTML5 Media and Web Workers HTML5 Audio API Media Accessibility and Internationalization Audio and Video Devices
I've read this book in one sitting. Admittedly it was a long wait for transportation. Silvia's book covers this subject well and has practical examples that illustrate capabilities within HTML5 video.Our challenge is to move to HTML5 and use newer video formats such as webv without sacrificing our older more 'upgrade-challenged' corporate clients. This book will minimise that risk and provide some great funky effects for users on the right browsers (hello Firefox & Chrome).If you need a book on this rapidly..
One of the new elements in HTML5 is the video element and it`s Javascript API.With HTML5 video you can easily embed videos into your page, without the need for external plugins like Adobe Flash, Microsoft Silverlight or Apple QuickTime. Another benefit is that it`s natively integrated into the web browser which allows Javascript to take full control of this element. This means video transformations and image analysis is also possible, along with creating your own start/stop controls.Along the video element ..