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 not installed on Mac #595

Closed
fmarzocca opened this issue Jun 27, 2017 · 11 comments
Closed

ffmpeg not installed on Mac #595

fmarzocca opened this issue Jun 27, 2017 · 11 comments
Labels
lib-misc Issues pertaining to misc. 3rd-party libraries.

Comments

@fmarzocca
Copy link

Hi,

I installed moviepy on Mac with pip3 install moviepy, but no ffmpeg got in. Should I have to manually install ffmpeg with Homebrew?

@fmarzocca fmarzocca changed the title ffmpeg not install on Mac ffmpeg not installed on Mac Jun 27, 2017
@tburrows13
Copy link
Collaborator

tburrows13 commented Jun 27, 2017

Just run any program with from moviepy.editor import *, and it will download it for you.
If it doesn't (I think this might have actually changed recently), it will give you a command to run, imageio.plugins.ffmpeg.download(), which you can run in the shell after running import imageio.
Let us know if this helped!

@Zulko
Copy link
Owner

Zulko commented Jun 27, 2017

Wow, I didn't know you could have syntax like from moviepy.editor install *. Is it a new thing ?

@tburrows13
Copy link
Collaborator

tburrows13 commented Jun 27, 2017

@Zulko Sorry, I'm being stupid! Should be import! Edited the post in question now.

@Zulko
Copy link
Owner

Zulko commented Jun 27, 2017

I actually believed it and now I am disappointed. It's cool to see that moviepy is auto-installing ffmpeg again.

@tburrows13
Copy link
Collaborator

Sorry, I really haven't made myself very clear! I don't think it is auto-installing ffmpeg again, when I said it had changed recently, I meant it had stopped auto-installing ffmpeg. And, yeah, I guess it wasn't that recent.

@Zulko
Copy link
Owner

Zulko commented Jun 27, 2017

ok got it

@fmarzocca
Copy link
Author

Thanks. I will go through this

@fmarzocca
Copy link
Author

it downloaded a "ffmpeg.osx" file. What is it?

@fmarzocca
Copy link
Author

Got. it. I had to make it executable in order to test it. But this is an old version of ffmpeg (2.6.3). Current verison is 3.3.2

@jakirkham
Copy link

FWIW am adding a package to conda-forge, which would install moviepy with ffmpeg out of the box. Feedback and other maintainers on the package welcome. 😄

xref: conda-forge/staged-recipes#3331

@tburrows13
Copy link
Collaborator

Now that moviepy uses imageio_ffmpeg, this shouldn't be an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lib-misc Issues pertaining to misc. 3rd-party libraries.
Projects
None yet
Development

No branches or pull requests

5 participants