-
Installed Moviepy on Mac.
Try to run the first time and the download of free image is failing.
Exception Type: IOError at /
Exception Value: Error while fetching file https://github.com/imageio/image…
-
Add support to upload binaries to the lambda function.
This may be a custom command or at least a detailed documentation on how to achieve that.
Our application uses external libraries and binaries n…
-
How about including moviepy and sounddevice packages? They are the most practical ones I have seen so far, especially very useful for people working in video and audio signal processing fields.
htt…
-
This error could be related to this issue https://github.com/awslabs/chalice/issues/105
My `app.py` is importing a 3rdparty module like
``` python
from chalice import Chalice
from empythy import Empa…
-
Hi,
It's actually as simple as the title says. I made sure that the ffmpeg is the most recent version (downloaded from http://www.ffmpeg.org/download.html), and it is installed in working condition.
I…
-
The mimread method now throws the following error when I attempt to load in a TIFF stack:
**ValueError: Could not find a format to read the specified file in mode 'I'**
This used to work in about Ju…
-
Hello Guys,
Trying to install moviepy with pip on python 3.5.1 and I get the following output:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:…
-
It would be great if I didn't have to manually install the package (rather than just use pip install) if I want to use my own version of ffmpeg.
One solution could be to check if there is an Environm…
-
I am wondering if the following features are planned for moviepy, or what would be the best way to implement them with the current version.
1.) Zoom
Kind of like resize, except that it would take a f…
-
I have add the pyhsmm and pybasicbayes package to pythonpath in the linux evn variables, like,
> export PYTHONPATH=$PYTHONPATH:/home/exp/lbshmm/pyhsmm:/home/exp/lbshmm/pybasicbayes
as an alternative…