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
I'm getting an error when trying to use ffmpeg_movie_from_frames on a ubuntu machine.
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/moviepy/video/io/ffmpeg_tools.py", line 20, in ffmpeg_movie_from_frames
"-b", "%dk"%bitrate,
NameError: global name 'bitrate' is not defined
The text was updated successfully, but these errors were encountered:
Great! Thanks, got an error when using unicode for the file paths but worked great with strings.
Should this be in the documentation somewhere? Is it already?
I'm getting an error when trying to use ffmpeg_movie_from_frames on a ubuntu machine.
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/moviepy/video/io/ffmpeg_tools.py", line 20, in ffmpeg_movie_from_frames
"-b", "%dk"%bitrate,
NameError: global name 'bitrate' is not defined
The text was updated successfully, but these errors were encountered: