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

Recording frames captured do not synchronize accurately with the frames of the video playing on the webpage #82

Open
ayush617 opened this issue Dec 19, 2023 · 0 comments

Comments

@ayush617
Copy link

  • I'm submitting a ...
    [ *] bug report
    [ ] feature request
    [ ] question about the decisions made in the repository
    [ ] question about how to use this project

  • Summary
    Hello, I am attempting to capture a webpage containing a graph linked to a video. However, during the recording process, I am encountering an issue where the frames captured do not synchronize accurately with the frames of the video playing on the webpage.

  • Other information
    Using following config
    const config = {
    videoFrame:{
    width: 1920, // Width of the recording
    height: 1080, // Height of the recording
    },
    fps: 30, // Frames per second
    }

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

1 participant