Skip to main content

Module ffmpeg

Module ffmpeg 

Source
Expand description

FFmpeg command builder and execution utilities.

Provides a builder pattern for constructing FFmpeg arguments and a helper for the common temp-file + rename execution pattern.

Structs§

FfmpegArgs
Builder for constructing FFmpeg command arguments.

Functions§

run_ffmpeg_with_tempfile
Executes an FFmpeg command writing to a temporary file, then renames over the original.