VideoSequencer

From CDOT Wiki
Revision as of 01:30, 22 October 2010 by Cadecairos (talk | contribs)
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 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.

duration is the total length in seconds of all the videos.
segments[] is an array of the video elements in the Sequencer

VideoSequencer currently contains these methods:

VideoManager()
play()
pause()
add()
seek()
swap()
swapTo()

Project News

Friday, October 22, 2010: VideoSequencer.js 0.1 Release!