-
Notifications
You must be signed in to change notification settings - Fork 743
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
mac或无法工作? #30
Comments
我的提示:
@Henryhaohao 请问 ffmpeg.osx 下载完成之后是放在那里?我手动下载完了,通过终端自动下载总是出错 |
用pip 安装试试,安装整个库吧
…---原始邮件---
发件人: "王镇"<notifications@github.com>
发送时间: 2019年10月11日(星期五) 下午4:04
收件人: "Henryhaohao/Bilibili_video_download"<Bilibili_video_download@noreply.github.com>;
抄送: "Subscribed"<subscribed@noreply.github.com>;
主题: Re: [Henryhaohao/Bilibili_video_download] mac或无法工作? (#30)
我的提示:
Imageio: 'ffmpeg.osx' was not found on your computer; downloading it now.
Try 1. Download from https://github.com/imageio/imageio-binaries/raw/master/ffmpeg/ffmpeg.osx (28.8 MB)
@Henryhaohao 请问 ffmpeg.osx 下载完成之后是放在那里?我手动下载玩了,通过终端自动下载总是出错
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Download from 的链接后面就是下载链接哦,下载完放在下面的目录下 |
程序无法运行,两个都尝试过,报错类似,如下:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/imageio/plugins/ffmpeg.py", line 82, in get_exe
auto=False)
File "/usr/local/lib/python3.7/site-packages/imageio/core/fetching.py", line 102, in get_remote_file
raise NeedDownloadError()
imageio.core.fetching.NeedDownloadError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "bilibili_video_download_v1.py", line 16, in
from moviepy.editor import *
File "/usr/local/lib/python3.7/site-packages/moviepy/editor.py", line 22, in
from .video.io.VideoFileClip import VideoFileClip
File "/usr/local/lib/python3.7/site-packages/moviepy/video/io/VideoFileClip.py", line 3, in
from moviepy.video.VideoClip import VideoClip
File "/usr/local/lib/python3.7/site-packages/moviepy/video/VideoClip.py", line 21, in
from .io.ffmpeg_writer import ffmpeg_write_image, ffmpeg_write_video
File "/usr/local/lib/python3.7/site-packages/moviepy/video/io/ffmpeg_writer.py", line 11, in
from moviepy.config import get_setting
File "/usr/local/lib/python3.7/site-packages/moviepy/config.py", line 35, in
FFMPEG_BINARY = get_exe()
File "/usr/local/lib/python3.7/site-packages/imageio/plugins/ffmpeg.py", line 86, in get_exe
raise NeedDownloadError('Need ffmpeg exe. '
imageio.core.fetching.NeedDownloadError: Need ffmpeg exe. You can download it by calling:
imageio.plugins.ffmpeg.download()
The text was updated successfully, but these errors were encountered: