-
-
Notifications
You must be signed in to change notification settings - Fork 156
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/video #563
Feat/video #563
Conversation
What are the advantages of using FFmpeg to record instead of openadapt.capture (screen-recorder-sdk on windows, AVFoundation on Mac)? I'd guess that AVFoundation is probably more light-weight. |
@0dm good question! The idea here is ultimately to replace the Do you have any thoughts on how to extract high precision frames from the video recorded by
|
This PR
ffmpeg
viapyav
.mss
remove_invalid_keyboard_events
,get_timestamp
)config.RECORD_IMAGES == True and config.RECORD_VIDEO == False
beforemss
bugfix:config.RECORD_IMAGES == True and config.RECORD_VIDEO == False
aftermss
bugfix:config.RECORD_IMAGES == False and config.RECORD_VIDEO == True
aftermss
bugfix: