[Share Experiences] 分享一个多媒体软件源
Tofloor
poster avatar
安洛
deepin
2022-06-12 19:54
Author

看到了一个debian的多媒体软件源:

https://www.deb-multimedia.org/

这里有ffmpeg,vlc,mpv等软件的更新版本

deepin20.6下可以这样添加:

在/etc/apt/sources.list.d/下创建新文件:deb-multimedia.list

在文件里面输入:

deb https://mirrors.aliyun.com/debian-multimedia/ buster main
#deb-src https://mirrors.aliyun.com/debian-multimedia/ buster main

保存,然后终端执行:

sudo apt-get update -oAcquire::AllowInsecureRepositories=true
sudo apt-get install deb-multimedia-keyring
sudo apt-get update
sudo apt-get dist-upgrade

这样会更新软件源,并且升级系统ffmpeg版本。

之后就可以通过apt命令安装mpv、vlc等多媒体软件啦!

其实主要还是这个ffmpeg支持nvenc和nvdec。我注意到obs的商店评论里面有人抱怨deepin的ffmpeg不支持这俩,可以尝试一下。

Reply Favorite View the author
All Replies
iCura
deepin
2022-07-09 01:05
#1

下载速度奇慢无比

Reply View the author
安洛
deepin
2022-07-09 02:23
#2
iCura

下载速度奇慢无比

你添加的是我帖子里的网址吗?我帖子里贴的是阿里云的镜像,是国内的镜像站,速度应该不会慢。

Reply View the author
iCura
deepin
2022-07-09 03:34
#3
安洛

你添加的是我帖子里的网址吗?我帖子里贴的是阿里云的镜像,是国内的镜像站,速度应该不会慢。

是的,我已经使用20KB/S的龟速解决NVEAC的问题了😂

Reply View the author
rhymos
deepin
2022-07-09 03:41
#4

..的确很慢...速度在20 --- 1800k之间波动

部分deb包30k/s

apt-fast 直接err

100多m用了7分钟...

Reply View the author
安洛
deepin
2022-07-09 05:53
#5
iCura

是的,我已经使用20KB/S的龟速解决NVEAC的问题了😂

啊这,阿里云出问题了?我当初下载mpv很快的呀

Reply View the author
安洛
deepin
2022-07-09 05:54
#6
rhymos

..的确很慢...速度在20 --- 1800k之间波动

部分deb包30k/s

apt-fast 直接err

100多m用了7分钟...

可能阿里云出问题了,但是这个源只有阿里云有镜像

Reply View the author
cbing
deepin
2024-01-18 13:22
#7

“挖个坟”。只有阿里云?不对吧😏

这是教育网的,不少大学现在都是有的,用的时候注意看一下版本:https://help.mirrors.cernet.edu.cn/deb-multimedia/

其中别的不说,中科大的7、8年前就有了:https://github.com/ustclug/mirrorhelp/commits/master/source/deb-multimedia.rst

Reply View the author
安洛
deepin
2024-01-18 17:14
#8
cbing

“挖个坟”。只有阿里云?不对吧😏

这是教育网的,不少大学现在都是有的,用的时候注意看一下版本:https://help.mirrors.cernet.edu.cn/deb-multimedia/

其中别的不说,中科大的7、8年前就有了:https://github.com/ustclug/mirrorhelp/commits/master/source/deb-multimedia.rst

感谢补充。我只看了官网的镜像列表,可能有所遗漏。

Reply View the author