[Seek Help] 社区版 deepin 20.8:OBS录屏或串流时闪退
Tofloor
poster avatar
nefu-wangxun
deepin
2023-01-13 18:27
Author

OBS录屏软件闪退

  • 系统版本信息如下

    系统信息.png

  • 使用在deepin自带的应用商店中下载的OBS录屏软件时,可以正常打开,但是开启录屏或串流后,软件会闪退

  • 如果有好的解决方法希望可以分享一下,谢谢

Reply Favorite View the author
All Replies
miaoaaa
deepin
2023-01-13 19:00
#1

你试试在flatpak安装吧,我记得那里的很稳定

Reply View the author
dgmenghuan
deepin
2023-01-14 00:47
#2

agree

Reply View the author
来自Ubuntu的某位用户
deepin
2023-01-14 01:07
#3

如果只要录制屏幕,可以用系统自带的录屏,或者

打开终端,输入

sudo apt install ffmpeg

然后输入密码授权

然后输入

ffmpeg -f gdigrab -i desktop -q:v 0.01 -vcodec mpeg4 -f mp4 out.mp4

就能录屏了

Reply View the author