Skip to content
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

有关ffmpeg的安装问题,是否可以手动安装? #106

Open
Agnes4m opened this issue Apr 10, 2023 · 3 comments
Open

有关ffmpeg的安装问题,是否可以手动安装? #106

Agnes4m opened this issue Apr 10, 2023 · 3 comments

Comments

@Agnes4m
Copy link

Agnes4m commented Apr 10, 2023

启用的时候会弹出下载的提示

root@lsRvGzPA14:/home/ubuntu/bili# python3 bilibili_video_download_v1.py
Imageio: 'ffmpeg.linux64' was not found on your computer; downloading it now.
Try 1. Download from https://github.com/imageio/imageio-binaries/raw/master/ffmpeg/ffmpeg.linux64 (27.2 MB)
Downloading: 3080192/28549024 bytes (10.8%)Error while fetching file: The read operation timed out.
Try 2. Download from https://github.com/imageio/imageio-binaries/raw/master/ffmpeg/ffmpeg.linux64 (27.2 MB)
Downloading: 819200/28549024 bytes (2.9%)Error while fetching file: The read operation timed out.
Try 3. Download from https://github.com/imageio/imageio-binaries/raw/master/ffmpeg/ffmpeg.linux64 (27.2 MB)
Downloading: 57344/28549024 bytes (0.2%)Error while fetching file: The read operation timed out.
Error while fetching file: The read operation timed out.

但是github源速度太慢了,而且这里似乎也改不了镜像。

我使用apt安装了ffmpeg,但是似乎不读取这个。

我也试着下载下来这个源文件ffmpeg.linux,不过不知道如何安装,也没有搜到相关教程

希望的解决方法

  • 手动下载ffmpeg并安装的教程
  • 读取apt 安装的ffmpeg软件(毕竟大部分其他软件都能读取
  • 设置镜像源
@huaiqi220
Copy link

shell设置代理就行了,下的挺快的几秒钟
export http_proxy=http://localhost:xxxx
另外因为b站url改版,脚本不能用了

@Agnes4m
Copy link
Author

Agnes4m commented Apr 10, 2023

shell设置代理就行了,下的挺快的几秒钟
export http_proxy=http://localhost:xxxx
另外因为b站url改版,脚本不能用了

感谢大佬,那么现在有哪个项目是可以用的?

@huaiqi220
Copy link

shell设置代理就行了,下的挺快的几秒钟
export http_proxy=http://localhost:xxxx
另外因为b站url改版,脚本不能用了

感谢大佬,那么现在有哪个项目是可以用的?

这个issues下面就有

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants