装了软件中心首页推荐的录屏软件。结果。用不起来
Tofloor
poster avatar
zjitczj
deepin
2014-02-14 03:22
Author
如图。
软件提示初始化错误。
[PageRecord::RecordStart] Error: Something went wrong during initialization

在卸载软件中又找不到这个软件。
Reply Favorite View the author
All Replies
cxbii
deepin
2014-02-14 17:28
#1
如图。
软件提示初始化错误。
[PageRecord::RecordStart] Error: Something went wrong during initialization

在卸载软件中又找不到这个软件。
  1. sudo apt-get --reinstall install simplescreenrecorder simplescreenrecorder-lib
Copy the Code
尝试重装下
Reply View the author
zjitczj
deepin
2014-02-23 05:21
#2
重装也不行。
Reply View the author
cxbii
deepin
2014-02-24 17:16
#3
重装也不行。
那终端报错信息也还是一样的?
Reply View the author
electricface
deepin
2014-02-24 17:24
#4
我也遇到这个问题了。
我采用 ogg 这个格式,就遇到这个错误了,换其他格式就没问题
  1. [PageRecord::RecordStart] Starting recording ...
  2. [Muxer::Init] Using format ogg (Ogg).
  3. [BaseEncoder::CreateCodec] Using codec libvpx (libvpx VP8).
  4. [libvpx @ 0x1d26ac0] v1.1.0
  5. [BaseEncoder::EncoderThread] Encoder thread started.
  6. [BaseEncoder::CreateCodec] Using codec libvorbis (libvorbis Vorbis).
  7. [ogg @ 0x29ae7a0] Unsupported codec id in stream 0
  8. [BaseEncoder::EncoderThread] Encoder thread started.
  9. [Muxer::Start] Error: Can't write header!
  10. [BaseEncoder::Stop] Telling encoder thread to stop ...
  11. [BaseEncoder::EncoderThread] Encoder thread stopped.
  12. [BaseEncoder::Stop] Telling encoder thread to stop ...
  13. [BaseEncoder::EncoderThread] Encoder thread stopped.
  14. [PageRecord::RecordStart] Error: Something went wrong during initialization.
Copy the Code

换一个ogg 编码器就行了。
Reply View the author
electricface
deepin
2014-02-24 23:59
#5
Reply View the author