Expand description
Low-level process helpers for interacting with ffmpeg and ffprobe.
Low-level helpers for invoking the ffmpeg and ffprobe binaries.
Structs§
- Ffmpeg
Binary Paths - Paths to ffmpeg/ffprobe binaries used by the crate.
- Ffmpeg
Command - Builder around
ffmpegcommand invocations. - Ffprobe
Command - Specialized command for
ffprobereturning JSON output.
Functions§
- ffprobe_
json - Convenience to run ffprobe and return stdout as string.