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
Video recording is still experimental (read: busted).
• It performs very badly on hidpi screens because each frame has to be saved to disc.
• Frames can drop because of disc accesses on resource intensive websites.
• FPS is not 100% reliable. Most videos seem to be playing slightly faster that what's recorded.
So far I see two ways of fixing it:
• Changing the API used to capture frames: desktop-capturer seems promising, working with streams would eliminate disk access problems.
Video recording is still experimental (read: busted).
• It performs very badly on hidpi screens because each frame has to be saved to disc.
• Frames can drop because of disc accesses on resource intensive websites.
• FPS is not 100% reliable. Most videos seem to be playing slightly faster that what's recorded.
So far I see two ways of fixing it:
• Changing the API used to capture frames:
desktop-capturer
seems promising, working with streams would eliminate disk access problems.• Record frames directly to a stream:
Would rely heavily on ffmpeg to do the hard work.
The text was updated successfully, but these errors were encountered: