moviepy.audio.io.ffmpeg_audiowriter#

MoviePy audio writing with ffmpeg.

Classes

FFMPEG_AudioWriter(filename, fps_input[, ...])

A class to write an AudioClip into an audio file.

Functions

ffmpeg_audiowrite(clip, filename, fps, ...)

A function that wraps the FFMPEG_AudioWriter to write an AudioClip to a file.