Expand description
Video encoding — stitches rendered frame PNGs into a video file via FFmpeg.
Structs§
- Encode
Config - Configuration for the encoding step.
Functions§
- build_
ffmpeg_ args - Constructs FFmpeg CLI argument list from an
EncodeConfig. - cleanup_
frames - Remove temporary frame directory and its contents.
- encode_
frames - Encode rendered frames into a video file using FFmpeg.
- encode_
mp4 - Encode rendered PNG frames into an MP4 video file using FFmpeg.