FfmpegComponent
Saves a video by piping it into ffmpeg.
An example for the arguments to be passed here is ["-c:v", "libx264", "-crf", "23", "vv_%N_%Y%m%d_%H%M%S.mp4"], which saves a MP4 video with the date and time in its name.
Inputs
Primary input (Buffer): the frames to save
Outputs
None.
Configuration
Appears in configuration files with type = "ffmpeg".
Additional fields:
fps(number): the framerate that the video should be saved with. This should match the camera framerate.args(array of strings): arguments for the output format offfmpeg(everything after the-).strftimeescapes, along with%iand%Nfor pipeline ID and pipeline name, are supported and can be replaced.ffmpeg(string, optional): an override for theffmpegcommand