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

feat: encode preview in parallel #34

Closed
wants to merge 5 commits into from
Closed

Conversation

anubhavitis
Copy link
Contributor

Enhanced Capture Mechanism:

Now, the capture process followed these steps:

  • Creation of a Frame channel before the recorder initiated recording.
  • A new thread is spawned to receive Frames from those channel and encode them.
  • The primary thread is responsible for recording frames and saving them in the state for future GIF encoding.
  • The secondary thread handles the encoding of frames received for preview.

@anubhavitis anubhavitis requested a review from clearlysid April 20, 2024 20:43
@clearlysid clearlysid changed the title preview getting encoded in parallel now feat: encode preview in parallel Apr 21, 2024
…onvention. Also, removed preview_ready event
@clearlysid
Copy link
Collaborator

closing in favour of #37

@clearlysid clearlysid closed this Apr 22, 2024
@clearlysid clearlysid deleted the feat/optimise-preview branch April 23, 2024 13:49
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.

2 participants