public marks

PUBLIC MARKS from Monique with tags video & html5

April 2011

Blog de PaulK — 10 moyens de regarder YouTube sans logiciels propriétaires / 10 ways to watch YouTube without non-free software

Lorsque l'on décide d'utiliser un système d'exploitation libre, l'une des premières choses qui rebute est sans doute l'absence du lecteur Flash, et donc l'absence de possibilité de regarder les vidéos de sites de partage de vidéos tels que YouTube. Pourtant, une multitude de solutions existent.

January 2011

Découvrez enfin un lecteur HTML5 abouti ! | webdesigner | Scoop.it

VideoJS, lecteur HTML5 propose des fonctionnalités identiques à celle d’un lecteur flash

December 2010

ginger's thoughts » Accessibility to Web video for the Vision-Impaired

How to increase the amount of video descriptions - HTML5 specifications for video descriptions

October 2010

HTML5 video player

by 1 other
We are trying to help you decide which HTML5 video-based player to choose for your web project.

August 2010

Terrill Thompson: Creating Your Own Accessible HTML5 Media Player

HTML5 introduces the <audio> and <video> elements, which enable web browsers to natively support media without requiring users to download and install a plug-in. It also greatly simplifies the code required to add media to a web page.

July 2010

ginger's thoughts » Introducing media accessibility into HTML5

In recent months, people in the W3C HTML5 Accessibility Task Force developed two proposals for introducing caption, subtitle, and more generally time-aligned text support into HTML5 audio and video.

June 2010

Un lecteur vidéo accessible qui répond au standard du SGQRI 008 « Blogue de Nurun Services Conseils

by 1 other
Parmi les défis que nous avions à relever figurait celui de l’intégration des vidéos dans un lecteur accessible avec sous-titrage et transcription.

February 2010

code · Video for Everybody!

by 11 others
Video for Everybody is simply a chunk of HTML code that embeds a video into a website using the HTML5 <video> element, falling back to QuickTime and Flash automatically, without the use of JavaScript or browser-sniffing. It therefore works in RSS readers (no JavaScript), on the iPhone / iPad (don’t support Flash) and on many, many browsers and platforms.

September 2009

ginger's thoughts » video accessibility

Demo of deep hyperlinking into HTML5 video

mindforks: Keyboard control of html5 video elements

"HTML 5 introduces the video and audio media elements. Playback is manipulated by the user with browser supplied controls (indicated via the controls attribute), or with author supplied controls. In the case of browser supplied controls the current Firefox implementation is described here, and an idea for potentially improved keyboard support is suggested."