antiboredom / videogrep

automatic video supercuts with python
https://antiboredom.github.io/videogrep
Other
3.33k stars 257 forks source link

switch to embeded imageio_ffmpeg #102

Closed antiboredom closed 2 years ago

antiboredom commented 2 years ago

Since moviepy comes with imageio_ffmpeg, it makes more sense to use that binary rather than system-wide ffmpeg.

See: https://github.com/imageio/imageio-ffmpeg

import imageio_ffmpeg

ffmpeg_path = imageio_ffmpeg.get_ffmpeg_exe()