You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't quite explain what's changed, but it seems that the clip sequencer manual test is no longer working properly. It's worth investigating what has changed, and also consider the possibility of avoiding the use of Video.currentTime for synchronization, since it appears that it isn't frame accurate. Instead, we should synchronize a manual frame counter with the resolution of the video elements's play() and pause() promises.
The text was updated successfully, but these errors were encountered:
I can't quite explain what's changed, but it seems that the clip sequencer manual test is no longer working properly. It's worth investigating what has changed, and also consider the possibility of avoiding the use of
Video.currentTime
for synchronization, since it appears that it isn't frame accurate. Instead, we should synchronize a manual frame counter with the resolution of the video elements'splay()
andpause()
promises.The text was updated successfully, but these errors were encountered: