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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

added ability to sync video with capture #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MatthewRayfield
Copy link

馃尰 Addresses #53 馃尰

Adds a setting named "syncVideo". If a video element is provided for this setting it is synced with the framerate of the capture using the following method:

  • Video is paused upon capture start, and an event listener is added to video's "seeked" event.
  • On the capture process function the video is advanced by one frame step.
  • When the "seeked" event fires (signaling completion of video frame step) the timeout, interval, requestAnimation, etc. callbacks are called.
  • And the loop continues 馃挮

馃 @spite I'll be interested to hear your thoughts 馃

@spite
Copy link
Owner

spite commented Sep 15, 2017

This looks really good, thanks!

A few ideas to build upon this:

  • syncVideo could be an array of elements, just in case there are more media elements that need to sync up. It does complicate callbacks a bit more, and may be it's not the most usual scenario, but it feels more robust.
  • i guess this also works seamlessly with Audio Elements, so even though the sound won't be captured, it's very cool too. in the future we might have better AV encoding and muxing libraries for the web
  • a small demo showing how it works would be very helpful for everyone looking to integrate this specific solution

Nice work!

@tonycaso
Copy link

tonycaso commented Dec 23, 2017

Excellent method, works pretty good, however the "ended" listener is not working while capturing, I need to use it to trigger capturer.save();
How can I do it?

Thanks

@hulkyuan
Copy link

thank you Matthew!

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

Successfully merging this pull request may close these issues.

None yet

4 participants