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§
- Ffmpeg
Args - 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.