-
Notifications
You must be signed in to change notification settings - Fork 28
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
静止状态下,录屏两分钟,实际产生的视频文件时长很短,除非屏幕不断的刷新,时长才相对准确 #13
Comments
同问~~ |
据我所知当画面没变化时,agent.so提供的mjpeg流也不会有数据输出,所以导致录屏时间没对应上 |
如果用获取到的最新帧进行补偿,是否可以得到实际时长的视频? |
尝试了一下,可以得到接近实际时长的视频 |
刚建了个用户群,欢迎在readme中扫码加入 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
另外有个问题请教下,录屏我看写入的帧率是10,是因为 so 里面默认是 10 吗?否则是如何保证视频的速度和实际屏幕展示一致呀?
The text was updated successfully, but these errors were encountered: