Framerate of the video output; in frames per second.
File handle to write the video output to.
Video (container) format to output. This value is passed to FFmpeg via the -f option.
Target file for the stderr log output of FFmpeg. This is where error messages are written to.
Path to the FFmpeg executable (e.g. ffmpeg, ffmpeg.exe or /usr/bin/ffmpeg).
Prepares a recorder for encoding a video file into the provided pipe.
This is not a limitation of this library (but rather one of FFmpeg).
Nevertheless, it’s still possible to use the affected formats. Let FFmpeg output the video to the file path instead; check out the other constructor overloads.