You accidentally put the two pip install at the same line.
With imageio-ffmpeg installed, downgrading imageio is no longer necessary
!pip install now does not work for me, switch to %pip install instead
Use ffmpeg instead of moviepy
Why? With FFmpeg, the whole video doesn't need to be re-encoded. That's much faster.
moviepy is for professional video editing.
The demo now displays progress bar properly (wasted hours on it)
Fixes:
pip install
at the same line.imageio-ffmpeg
installed, downgradingimageio
is no longer necessary!pip install
now does not work for me, switch to%pip install
insteadffmpeg
instead ofmoviepy
Why? With FFmpeg, the whole video doesn't need to be re-encoded. That's much faster.moviepy
is for professional video editing.Video
widget in the demoaudio
option