moviepy.video.io.ffmpeg_tools#

Miscellaneous bindings to ffmpeg.

Functions

ffmpeg_extract_audio(inputfile, outputfile)

Extract the sound from a video file and save it in outputfile.

ffmpeg_extract_subclip(inputfile, ...[, ...])

Makes a new video file playing video file between two times.

ffmpeg_merge_video_audio(videofile, ...[, ...])

Merges video file and audio file into one movie file.

ffmpeg_resize(inputfile, outputfile, size[, ...])

Resizes a file to new size and write the result in another.

ffmpeg_stabilize_video(inputfile[, ...])

Stabilizes filename and write the result to output.

ffmpeg_version()

Retrieve the FFmpeg version.

ffplay_version()

Retrieve the FFplay version.