You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iPython 3.8.2 (default, May 6 2020, 02:49:43)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.13.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: import warnings
In [2]: import moviepy
In [3]: warnings.warn('x')
<ipython-input-3-5759b8345431>:1: UserWarning: x
warnings.warn('x')
In [4]: from moviepy.video.io.VideoFileClip import VideoFileClip
In [5]: warnings.warn('x')
In [6]:
Specifications
Python Version: 3.8.2
Moviepy Version: 1.0.3
Platform Name: macOS
Platform Version: Catalina 10.15.4
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the library, I think it's great.
My warnings are being suppressed/captured after I import certain
moviepy
modules. I suspect it's caused by this line:moviepy/moviepy/video/io/ffmpeg_reader.py
Line 19 in 4d70eab
Steps to Reproduce the Problem
Specifications
3.8.2
1.0.3
macOS
Catalina 10.15.4
The text was updated successfully, but these errors were encountered: