Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to do a video sequence #3

Open
aleray opened this issue Mar 17, 2013 · 1 comment
Open

How to do a video sequence #3

aleray opened this issue Mar 17, 2013 · 1 comment

Comments

@aleray
Copy link

aleray commented Mar 17, 2013

Hi,

Smil allows to create a video playlist (a video sequence) this way:

<seq repeatCount="indefinite"> 
    <video src="video1.mpg" />
    <video src="video2.mpg" />
</seq>

Children of the seq element (the videos) duration is deduced from the media duration, and the videos play and pause, show and hide, when they become active/inactive.

Is it possible to do such a thing with timesheets?

Thanks,

Alex

@stainsby
Copy link

This library doesn't seem to support any kind of coordination of multiple media sources. Given the lack of answers, or any activity on the project for years, it's reasonable to assume it's dead. Unfortunately, I wasted half a day trying to use it to coordinate page elements with a sequence of audio files before I came to that conclusion. I'll take a look at popcorn.js next. Did you eventually find a solution? Any other ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants