Lancelot65

Results 2 comments of Lancelot65

I replaced the `get_and_mux()` function to use **moviepy** instead of `ffmpeg` for muxing video and audio directly in Python. ```python def get_and_mux(self): """ Video or muxed video with audio if...

Normally, FFmpeg is not required.