The HTML5 Media Framework. (Unmaintained. See https://github.com/menismu/popcorn-js for activity)
Перейти к файлу
Scott Downe 916a5aa406 [#1185] Removed dead code in youtube html test page. 2012-07-09 12:40:23 -04:00
build
demos [#904] moved parser into modules, updated tests, etc. 2012-01-31 13:27:33 -05:00
effects/applyclass [#826] Removed preload=none in the applyclass html file. Also did a bit of style cleanup 2012-01-04 11:17:58 -05:00
ie8 [#895] Move hasOwn variable inside scope where it is being used 2012-03-06 13:45:40 -05:00
modules Merge pull request #50 from cadecairos/t1045 2012-07-06 08:20:41 -07:00
parsers Merge pull request #50 from cadecairos/t1045 2012-07-06 08:20:41 -07:00
players [#1185] Removed dead code in youtube html test page. 2012-07-09 12:40:23 -04:00
plugins Merge pull request #50 from cadecairos/t1045 2012-07-06 08:20:41 -07:00
test Merge pull request #50 from cadecairos/t1045 2012-07-06 08:20:41 -07:00
tools
.gitignore
.gitmodules Update and move sequence submodule. Slim Makefile 2011-09-26 15:37:13 -04:00
AUTHORS Added Brian Chirls 2011-09-30 10:44:15 -04:00
LICENSE
LICENSE_HEADER
Makefile [#1068]make check now runs lint against modules 2012-05-09 17:10:12 -04:00
example.html
popcorn.js [#1168] -1 is valid for no-op cues. What was I thinking? 2012-06-22 16:58:37 -04:00
readme.md [#940] Updated a link to the list of plugins to the list in our docs 2012-03-06 09:33:57 -05:00
tests.conf Re-wrote test runnner to use query strings for choosing tests to run. Updated to uses tests.conf file. [#1045] 2012-06-11 12:02:14 -04:00

readme.md

Popcorn.js

Mozilla's HTML5 Video Framework: http://popcornjs.org

Overview

Popcorn.js is Mozilla's HTML5 video and media library for the open web. It allows web developers, filmmakers, artists, designers and others to easily create timeline based web productions. Popcorn.js helps simplify media API and implementation differences between browsers and includes a powerful event system and a rich plugin architecture and plugins.

Popcorn.js can be used with almost any media type you can imagine, from HTML5 audio and video, to YouTube and Vimeo, to SoundCloud, etc. Popcorn.js also has plugins to allow content from popular web sites and services to be integrated easily, for example, Wikipedia, Twitter, Facebook, Google Maps, etc.

Anything you can do on the web can be turned into a Popcorn.js plugin, and become part of a timeline-based web experience. Popcorn.js breaks video out of the box and allows media to fully interact with the rest of the web.

Try a live code example here.

Community

The Popcorn.js community is a mix of developers, filmmakers, artists, and everything in between. If you are interested in using Popcorn.js or helping us build it, you can use one or more of the following:

For Developers

You can follow the project's bugs and activity here.

Project workflow and developer guidelines are available here.

For Plugin Authors

Popcorn.js offers a powerful plugin architecture. Plugins are a way for developers to wrap web functionality and allow it to be placed on a timeline, responding to a point in a video or other media resource.

Take a look at our growing gallery of officially supported plugins.

Have you built a cool plugin, or have an idea for one? Let us know!

License

Popcorn.js is made available under the MIT License.

Acknowledgements

Popcorn.js is built and maintained by a growing community, with the support of:

Changelog

A changelog can be found here.