0

i am trying to use moviepy in gooogle colab but it is showing me the following error

imageio.ffmpeg.download() has been deprecated. Use 'pip install imageio-ffmpeg' instead.

i tried to install it with

pip install imageio-ffmpeg 

as well still it shows the same error

the code I am trying to execute is

# import moviepy.editor as mp
import moviepy.editor as mp
# mp = editor
my_clip = mp.VideoFileClip(r"data.mp4")
print(my_clip)
my_clip.audio.write_audiofile(r"my_result.mp3")

0 Answers0