VideoSequencer

From CDOT Wiki
Revision as of 12:52, 16 October 2010 by Cadecairos (talk | contribs) (Project Details)
Jump to: navigation, search

VideoSequencer.js

Description

The purpose of this project is to provide a new programming interface and API for popcorn.js.
It will provide pause, play, and seek functionality for multiple videos playing simultaneously, as well provide play/seek functionality for multiple videos that play one after the other.

Project Leader(s)

Joel Young
Annie Sobiepanek
Scott Downe
Christopher DeCairos

Project Contributor(s)

Project Details

It has been decided that VideoSequencer will be an external library for popcorn.js. There is a lighthouse ticket here. The Github repository for VideoSequencer can be found here.

currentTime is the current time (in Seconds?) of the entire sequence of videos.
duration is the total length in seconds of all the videos.
segments[] is an array of the video elements in the Sequencer

It currently contains these methods:

play()
pause()
add()
seek()

Project News