|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
OR_ocn747105581 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
110818s2010 caua o 001 0 eng d |
040 |
|
|
|a GW5XE
|b eng
|e pn
|c GW5XE
|d OCLCQ
|d YDXCP
|d OCLCF
|d BEDGE
|d UMI
|d EUF
|d COO
|d E7B
|d DEBSZ
|d B24X7
|d SNK
|d EBLCP
|d UWO
|d NUI
|d OCLCQ
|d Z5A
|d LIV
|d MERUC
|d ESU
|d OCLCQ
|d VT2
|d IOG
|d N$T
|d OCLCQ
|d CEF
|d U3W
|d AU@
|d OCLCQ
|d WYU
|d YOU
|d UKAHL
|d OL$
|d OCLCQ
|d BRF
|d SFB
|d OCLCQ
|d OCLCO
|d COM
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 732332124
|a 740435532
|a 759865554
|a 765143893
|a 777151747
|a 1005820069
|a 1058145000
|a 1064057281
|a 1087439891
|a 1103271188
|a 1129346151
|a 1152998637
|a 1192343964
|a 1240518733
|
020 |
|
|
|a 9781430230915
|q (electronic bk.)
|
020 |
|
|
|a 1430230916
|q (electronic bk.)
|
020 |
|
|
|a 1430230908
|q (electronic bk.)
|
020 |
|
|
|a 9781430230908
|q (electronic bk.)
|
020 |
|
|
|z 9781430230912
|
024 |
7 |
|
|a 10.1007/978-1-4302-3091-5
|2 doi
|
029 |
1 |
|
|a AU@
|b 000048720608
|
029 |
1 |
|
|a AU@
|b 000053270120
|
029 |
1 |
|
|a AU@
|b 000067102681
|
029 |
1 |
|
|a DEBSZ
|b 36847285X
|
029 |
1 |
|
|a DEBSZ
|b 397163371
|
029 |
1 |
|
|a NZ1
|b 13932661
|
035 |
|
|
|a (OCoLC)747105581
|z (OCoLC)732332124
|z (OCoLC)740435532
|z (OCoLC)759865554
|z (OCoLC)765143893
|z (OCoLC)777151747
|z (OCoLC)1005820069
|z (OCoLC)1058145000
|z (OCoLC)1064057281
|z (OCoLC)1087439891
|z (OCoLC)1103271188
|z (OCoLC)1129346151
|z (OCoLC)1152998637
|z (OCoLC)1192343964
|z (OCoLC)1240518733
|
037 |
|
|
|a 978-1-4302-3090-8
|b Springer
|n http://www.springerlink.com
|
050 |
|
4 |
|a QA76.76.H94
|b P49415 2010
|
072 |
|
7 |
|a COM
|x 000000
|2 bisacsh
|
082 |
0 |
4 |
|a 006.7/4
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Pfeiffer, Silvia.
|
245 |
1 |
4 |
|a The definitive guide to HTML5 video /
|c Silvia Pfeiffer.
|
260 |
|
|
|a [Berkeley, Calif.] :
|b Apress ;
|a New York :
|b Distributed to the Book trade worldwide by Springer Science+Business Media,
|c ©2010.
|
300 |
|
|
|a 1 online resource (xiv, 321 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a The expert's voice in Web development
|
588 |
0 |
|
|a Print version record.
|
520 |
|
|
|a Plugins will soon be a thing of the past. 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. You'll explore the default user interface offered through browsers for media elements, as well as the JavaScript API provided to control their behavior. You'll also learn how to account for H.264 and Ogg Theora codecs.
|
505 |
0 |
|
|a Title Page; Copyright Page; Contents at a Glance; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Preface; Approaching This book; Notation; Downloading the Code; Contacting the author; CHAPTER 1 Introduction; 1.1 A Bit of History; 1.2 A Common Format?; 1.3 Summary; CHAPTER 2 Audio and Video Elements; 2.1 Video and Audio Markup; 2.1.1 The Video Element; Fallback Content; @src; @autoplay; @loop; @poster; @width, @height; @controls; @preload; 2.1.2 The Audio Element; @src; @autoplay; @loop; @controls; @preload; 2.1.3 The Source Element; @src; @type; @media
|
505 |
8 |
|
|a 2.1.4 Markup Summary2.2 Encoding Media Resources; 2.2.1 Encoding MPEG-4 H.264 Video; 2.2.2 Encoding Ogg Theora; 2.2.3 Encoding WebM; 2.2.4 Encoding MP3 and Ogg Vorbis; 2.3 Publishing; 2.3.1 Web Server and HTTP Progressive Download; 2.3.2 Streaming Using RTP/RTSP; 2.3.3 Extending HTTP Streaming; 2.4 Default User Interface; 2.4.1 Visible controls; 2.4.2 Context Menus; 2.4.3 Controls Summary; 2.5 Summary; CHAPTER 3 CSS3 Styling; 3.1 CSS Box Model and Video; 3.2 CSS Positioning and Video; 3.2.1 Inline Box Type; 3.2.2 None Box Type; 3.2.3 Block Box Type; 3.2.4 Relative Positioning Mode
|
505 |
8 |
|
|a 3.2.5 Float Positioning Mode3.2.6 Absolute Positioning Mode; 3.2.7 Video Scaling and Alignment Within Box; 3.3 CSS Basic Properties; 3.3.1 Opacity; 3.3.2 Gradient; 3.3.3 Marquee; 3.4 CSS Transitions and Transforms; 3.4.1 Transitions; 3.4.2 2D Transforms; 3.4.3 3D Transforms; 3.4.4 Putting a Video Gallery Together; 3.5 CSS Animations; 3.6 Summary; CHAPTER 4 JavaScript API; 4.1 Content Attributes; 4.2 IDL Attributes; 4.2.1 General Features of Media Resources; 4.2.2 Playback-Related Attributes of Media Resources; 4.2.3 States of the Media Element; 4.3 Control Methods in the API; 4.4 Events
|
505 |
8 |
|
|a 4.5 Custom Controls4.5 Summary; CHAPTER 5 HTML5 Media and SVG; 5.1 Use of SVG with ; Inline SVG; SVG for Masking; Video in SVG; Our examples; 5.2 Basic Shapes and ; Shapes as a mask; 5.3 SVG Text and ; 5.4 SVG Styling for ; SVG Play/Pause Toggle; SVG Gradients; SVG Pattern; 5.5 SVG Effects for ; SVG Clip-Path; SVG Filters; 5.6 SVG Animations and ; SVG animate; SVG Animate Color and Transform; SVG Animate Motion; 5.7 Media in SVG; Video in SVG; Masking Video in SVG; SVG Reflection; SVG Edge Detection; 5.8. Summary; CHAPTER 6 HTML5 Media and Canvas
|
505 |
8 |
|
|a 6.1 Video in CanvasdrawImage(); Extended drawImage(); getImageData(), putImageData(); getImageData(), simple putImageData(); Scratch Canvas; 6.2 Styling; Pixel Transparency to Replace the Background; Scaling Pixel Slices for a 3D Effect; Ambient CSS Color Frame; Video as Pattern; 6.3 Compositing; Gradient Transparency Mask; Clipping a Region; 6.4 Drawing Text; 6.5 Transformations; Reflections; Spiraling Video; 6.6 Animations and Interactivity; 6.7 Summary; CHAPTER 7 HTML5 Media and Web Workers; 7.1 Using Web Workers on Video; 7.2 Motion Detection with Web Workers; Gray-Scaling
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a HTML (Document markup language)
|
650 |
|
0 |
|a Web site development.
|
650 |
|
0 |
|a Multimedia systems.
|
650 |
|
6 |
|a HTML (Langage de balisage)
|
650 |
|
6 |
|a Sites Web
|x Développement.
|
650 |
|
6 |
|a Multimédia.
|
650 |
|
7 |
|a HTML.
|2 aat
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Informatique.
|2 eclas
|
650 |
|
7 |
|a HTML (Document markup language)
|2 fast
|
650 |
|
7 |
|a Multimedia systems
|2 fast
|
650 |
|
7 |
|a Web site development
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Pfeiffer, Silvia.
|t Definitive guide to HTML5 video.
|d [Berkeley, Calif.] : Apress ; New York : Distributed to the book trade worldwide by Springer Science+Business Media, ©2010
|z 9781430230908
|w (OCoLC)610826923
|
830 |
|
0 |
|a Expert's voice in Web development.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781430230908/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26832402
|
938 |
|
|
|a Books 24x7
|b B247
|n bks00040213
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL799104
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10492177
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 425189
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7104438
|
994 |
|
|
|a 92
|b IZTAP
|