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

mac或无法工作? #30

Open
oahgnod opened this issue May 11, 2019 · 4 comments
Open

mac或无法工作? #30

oahgnod opened this issue May 11, 2019 · 4 comments

Comments

@oahgnod
Copy link

oahgnod commented May 11, 2019

程序无法运行,两个都尝试过,报错类似,如下:

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()

@Henryhaohao
Copy link
Owner

你看看这两篇文章解决一下试试:
https://blog.csdn.net/qq_41185868/article/details/79764062 ;
http://www.75271.com/19925.html @oahgnod

@HyperSimon
Copy link

HyperSimon commented Oct 11, 2019

我的提示:

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 下载完成之后是放在那里?我手动下载完了,通过终端自动下载总是出错

@1170300929
Copy link

1170300929 commented Oct 11, 2019 via email

@0wyh
Copy link

0wyh commented Nov 23, 2019

我的提示:

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 下载完成之后是放在那里?我手动下载完了,通过终端自动下载总是出错

Download from 的链接后面就是下载链接哦,下载完放在下面的目录下
/Users/「此处替换成你的用户名」/Library/Application Support/imageio/ffmpeg

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

5 participants