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

Easily synchronizing multiple videos #568

Open
kylecmsmith opened this issue Feb 9, 2023 · 1 comment
Open

Easily synchronizing multiple videos #568

kylecmsmith opened this issue Feb 9, 2023 · 1 comment

Comments

@kylecmsmith
Copy link

kylecmsmith commented Feb 9, 2023

I'm coding from two different camera angles of the same experiment, but they have different start times. The only way I've found to synchronize them is to load each one individually, record the timestamps of a particular moment, calculate the number of seconds between them, and then load both media files into an observation. Is there an easier way to do this? If so, I'd appreciate any suggestions. If not, then I think a great feature would be letting the user select the same moment from multiple files and then synchronize them automatically based on that.

Thanks so much for your great program and everything you do with it!

@olivierfriard
Copy link
Owner

olivierfriard commented Feb 10, 2023

Hi,
I do not understand very well what you have done.

However, at the moment the procedure to synchronize 2 or more videos is:

  • load the video that starts first in the player 1 and keep the offset value to 0
  • load the 2nd video and select player 2 and set the offset value to the timestamp difference

The 2 videos should be synchronously played.
See https://boris.readthedocs.io/en/latest/#observation-from-media-file-s for details

Cheers

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

No branches or pull requests

2 participants