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 available under Ubuntu 14.04 #189

Closed
ZdenekM opened this issue Aug 6, 2015 · 6 comments
Closed

ffmpeg not available under Ubuntu 14.04 #189

ZdenekM opened this issue Aug 6, 2015 · 6 comments

Comments

@ZdenekM
Copy link

ZdenekM commented Aug 6, 2015

I'm getting this error
IOError: Unable to download 'ffmpeg.linux64'. Perhaps there is a no internet connection? If there is, please report this problem.
probably because ffmpeg is not in Ubuntu repositories anymore... Would be nice if moviepy can use libav-tools instead - fork of ffmpeg which is shipped with Ubuntu.

@Zulko
Copy link
Owner

Zulko commented Aug 6, 2015

I have used MoviePy on Ubuntu 12 and 14 on 32- and 64-bit systems and never had this problem so I guess you have an issue somewhere else.

MoviePy does not use the ffmpeg from the Ubuntu repos (even in Ubuntu 12 the ffmpeg in the repos was old and deprecated), what happens is that ImageIO downloads a binary of ffmpeg from its own repo. Apparently imageio had a problem downloading ffmpeg.linux64 in your case.

Can you retry in a few moments and tell me if the problem persists, at which case it may be worth opening an issue in the ImageIO project.

Cheers

@ZdenekM
Copy link
Author

ZdenekM commented Aug 6, 2015

Ouch, I'm sorry. I thought it uses ffmpeg from repos... Well, now I see. Now it works - probably some issue on server. Thanks and once again sorry for noise :-)

@ZdenekM ZdenekM closed this as completed Aug 6, 2015
@nemetniki
Copy link

Hi! I have the same issue in Canopy in Ubuntu 15.10. Do you have any suggestions?
Thanks

@Zulko
Copy link
Owner

Zulko commented Feb 24, 2016

Make sure you are connected to the web and retry in a few moments. Let us know if you still have the problem.

@leoncss
Copy link

leoncss commented Jun 5, 2017

Hi Zulko,

I'm using Ubuntu 14.04 and I tried several times to download ffmpeg.linux64 but i haven't been successful. I am very sure that I am connected to the web.

I tried downloading the executable file from https://github.com/imageio/imageio-binaries/raw/master/ffmpeg/ffmpeg.linux64 but I do not know where to place it, or how to use it. Also, I downloaded your ffmpeg.py file and tried to run it but I got a ValueError: Attempted relative import in non-package.

I am quite lost and don't know what to do. Any help or advice will be greatly appreciated!

Thank you

@TanLingxiao
Copy link

You can see this https://github.com/imageio/imageio/blob/master/imageio/plugins/ffmpeg.py.
The 'download()' method will careate 'fname = "ffmpeg/' + FNAME_PER_PLATFORM[plat]" , you can do this instead.

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