-
Notifications
You must be signed in to change notification settings - Fork 1.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
Deprecation warnings #1338
Comments
Could you please assign this to me ? |
- s/frame.tostring()/frame.tobytes() - replace generator as source for numpy stacks with a list
@tburrows13 I do have an "arrays to stack must be passed as 'sequence' type" error which I did not have before, with moviepy 1.0.3, when muxing audio and video (saving the video); isn't this merged? Now it's no longer a warning and the code fails.
|
facing this issue while converting while running the to_soundarray() method |
I was also facing the same issue, when using python3.11. I tried using the earlier version of python ( python 3.8) and to_soundarray() ran successfully. |
For anyone stumbling on this like I did: Installing moviepy from source (
More infoThe PR attached to this issue solved the problem: #1443 Sample code that is working now, but didn't work with
|
Why is this not added to a release yet? |
Because The Zulko is Not Active and #2085. |
The above (linked) discussion is not relevant, we are not actively using discussions. See issue #1874 instead. |
When running the test suite it reveals some deprecations:
Source: https://github.com/Zulko/moviepy/runs/1227641497 (under PyTest)
I think that the first one is NumPy and the second is Pillow (PIL).
It would be good to investigate and fix these 2 warnings.
The text was updated successfully, but these errors were encountered: