Module command

Module command 

Source
Expand description

Low-level process helpers for interacting with ffmpeg and ffprobe. Low-level helpers for invoking the ffmpeg and ffprobe binaries.

Structs§

FfmpegBinaryPaths
Paths to ffmpeg/ffprobe binaries used by the crate.
FfmpegCommand
Builder around ffmpeg command invocations.
FfprobeCommand
Specialized command for ffprobe returning JSON output.

Functions§

ffprobe_json
Convenience to run ffprobe and return stdout as string.