Skip to content

Feature: use `moviepy`

Pascal Palenda requested to merge feature/moviepy into main

This MR replaces the ffmpeg-python library with moviepy. Besides the simpler interface, moviepy also uses imageio-ffmpeg which ships with the ffmpeg binaries. Thus the requirement for ffmpeg can be dropped.

Merge request reports