我在 Thinkpad T480 上使用 Ubuntu 18.04。
我打开了我的蓝牙,以便重新打开以配对新设备,但它不会重新打开。我单击 gnome 右上角下拉菜单中的 on 按钮,并通过蓝牙按钮在键盘上单击,但都不会影响状态。
蓝牙 Gnome 设置也不起作用。
我试过从终端重新启动,但似乎也没有任何作用。
可能有什么问题?
Gnome 有一个内置的截屏工具,使用ctrl
plus shift
plus alt
plus R
。这是一个很棒的工具,具有一致的质量视频输出!
但是,我需要 mp4 格式的输出。我已经尝试过这个:ffmpeg -i screencast.webm -crf 0 screencast.mp4
正如其他 AskUbuntu 帖子中所指定的那样,但它对我来说效果不佳,即使它应该是无损的。
我的 mp4 截屏视频会跳来跳去,冻结在一个帧上,并且文件大小也截然不同。
我需要 h.264 mp4,最好具有恒定的帧速率和高清。
我可以使用什么 ffmpeg 命令?
这是一个示例文件:ffmpeg -i input.webm
$ ffmpeg -i Screencast\ from\ 03-18-2023\ 04\:57\:59\ PM.webm
ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers
built with gcc 11 (Ubuntu 11.2.0-19ubuntu1)
configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype …
Run Code Online (Sandbox Code Playgroud) 我的 Firefox 浏览器的角落里有一个灰色的小区域。我相信它是用来拖动的,但我有一个关键的组合,并且想回收那个小小的灰色空间。
我怎样才能摆脱那个小灰色区域?我记得过去曾为此找到过解决方案,但升级到 Firefox 65 似乎又重新出现了这种麻烦:(
所以,找到了我的用户浏览器 chrome 设置:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.titlebar-placeholder[type="pre-tabs"],
.titlebar-placeholder[type="post-tabs"] {
display:none !important;
}
Run Code Online (Sandbox Code Playgroud)
由于某种原因,这在升级到 Firefox 65 后不起作用。
此外,我禁用了管理选项卡组的扩展程序,重新启动了浏览器等等,但这不是罪魁祸首。
备份 (Deja Dup) 未能对我的 Amazon S3 进行初始备份,尽管我尽了最大努力谷歌搜索,但我找不到解决方案:(
这是错误消息:
BackendException: Error uploading s3+http://deja-dup-auto-akiaiksyiqi3buaaz26a/My-Archive/duplicity-full.20130805T143807Z.vol1.difftar.gpg
Run Code Online (Sandbox Code Playgroud)
我在 System76 上运行 Ubuntu 12.04 LTS。我尝试在 S3 中备份的文件夹设置为存储为 Amazon Glacier Storage。
任何帮助都会摇滚!
更新:更好的调试信息:
DUPLICITY: . Failed to create bucket (attempt #1) 'deja-dup-auto-axxxxxxxxxxxa' failed (reason: S3ResponseError: S3ResponseError: 403 Forbidden
DUPLICITY: . <?xml version="1.0" encoding="UTF-8"?>
DUPLICITY: . <Error><Code>SignatureDoesNotMatch</Code><Message>The request signature we calculated does not match the signature you provided. Check your key and signing method.</Message><StringToSignBytes>47 00 54 0a 0a 0a 4d 6f 6e 00 20 30 35 20 00 75 …
Run Code Online (Sandbox Code Playgroud) 我的 vim 包文件夹中有一个片段文件,用于保存一些 snippmate 片段。我的 jade 模板语言目前正在经历从 jade 到 pug 的名称更改(啊哈)。任何人,我想制作一个 pug.snippets 文件,这只是 jade.snippets 的快捷方式或引用。我怎样才能做到这一点?