Difference between revisions of "VideoSequencer"

From CDOT Wiki
Jump to: navigation, search
(Project Details)
Line 5: Line 5:
  
 
The purpose of this project is to provide a new programming interface and API for popcorn.js.<br />
 
The purpose of this project is to provide a new programming interface and API for popcorn.js.<br />
It will provide pause, play, and seek functionality for multiple videos playing simultaneously,
+
It will provide pause, play, and seek functionality for multiple videos that play one after the other.
as well provide play/seek functionality for multiple videos that play one after the other.
 
  
 
== Project Leader(s) ==
 
== Project Leader(s) ==
Line 23: Line 22:
 
It has been decided that VideoSequencer will be an external library for popcorn.js. There is a lighthouse ticket [https://processing-js.lighthouseapp.com/projects/52212/tickets/97-create-a-video-wrapper here]. The Github repository for VideoSequencer can be found [http://github.com/cadecairos/VideoSequencer here].
 
It has been decided that VideoSequencer will be an external library for popcorn.js. There is a lighthouse ticket [https://processing-js.lighthouseapp.com/projects/52212/tickets/97-create-a-video-wrapper here]. The Github repository for VideoSequencer can be found [http://github.com/cadecairos/VideoSequencer here].
  
currentTime is the current time (in Seconds?) of the entire sequence of videos.<br />
 
 
duration is the total length in seconds of all the videos.<br />
 
duration is the total length in seconds of all the videos.<br />
 
segments[] is an array of the video elements in the Sequencer<br />
 
segments[] is an array of the video elements in the Sequencer<br />
 
<br />
 
<br />
It currently contains these methods:<br /><br />
+
VideoSequencer currently contains these methods:<br /><br />
  
 +
VideoManager() <br />
 
play()<br />
 
play()<br />
 
pause()<br />
 
pause()<br />
 
add()<br />
 
add()<br />
seek()
+
seek()<br />
 +
swap()<br />
 +
swapTo()<br />
  
 
== Project News ==
 
== Project News ==
 +
 +
Friday, October 22, 2010: VideoSequencer.js 0.1 Release!

Revision as of 01:30, 22 October 2010

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!