Framerate of the video output; in frames per second.
File path to write the video output to. Existing files will be overwritten. FFmpeg will use this to autodetect the format when no outputFormat is provided.
Target file for the stderr log output of FFmpeg. This is where error messages are written to, as well.
Video (container) format to output. This value is passed to FFmpeg via the -f option. If null, the format is not provided and FFmpeg will try to autodetect the format from the filename of the outputPath.
Path to the FFmpeg executable (e.g. ffmpeg, ffmpeg.exe or /usr/bin/ffmpeg).
Prepares a recorder for encoding a video file saved to the specified path.