-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
MoviePy error ,FFMPEG error,Broken pipe #253
Comments
Same error here:
|
commit d4de63f fix |
SAME ERROR HERE: conda installs the package here: C:\ProgramData\Anaconda3\pkgs\moviepy-1.0.1-py_0\site-packages pip installs the package here: C:\ProgramData\Anaconda3\envs\tf_gpu\Lib\site-packages (replace tf_gpu for your enviroment name) To solve this: if you make if you make so to solve version mistmatch this we need moviepy 1.0.2 installed, and not use conda install! If you still want to use conda-enviroment you can alternatively do this:
It's still calling pip under the covers, but you can now unify your conda and pip package specifications in a single environment.yml file. If you wanted to update your root environment with this file, you would need to save this to a file (for example, environment.yml), then run the command: EDITED: SAME ERROR ...woots! version error is discarded also & OOM error is discarded too (nvidia-smi dmon is showing 2% mem usage when trying to transform a 500kb video, 20 secs 200px square .mp4) and still getting same error over moviepy version 1.0.2 as well as 2.0.0:
Working over Windows 10 through conda. |
Workaround: downgrading imageio-ffmpeg version from 0.4.3 to 0.2.0 resolves this issue. |
Based on: lengstrom/fast-style-transfer#253 (comment) Co-authored-by: Pablo <[email protected]>
Based on: lengstrom/fast-style-transfer#253 (comment) Co-authored-by: Pablo <[email protected]>
Thanks! |
I found that version of ffmpeg also cause this error. Make sure that version of ffmpeg is 3.x. |
why do I still got the same error after downgrading? I got almost mad |
已收到您的邮件,如有问题会尽快给您回复.
|
I use trainsform_video and the code shows this error:
'''
OSError: [Errno 32] Broken pipe
MoviePy error: FFMPEG encountered the following error while writing file ./examples/results/foxy.mp4:
b''
'''
I search for this problem for very long time and didn't find any issue about this(most of this issue is about 'permission denied' or "Unrecognized option 'preset'.\nError splitting the argument list: Option not found\n")
I tried 'conda install -c conda-forge ffmpeg' but it still shows this error.
Did someone sucesss to fix this problem?
The text was updated successfully, but these errors were encountered: