Options for video conversion.
public class VideoConversionOptions
kind:method, kind:property, kind:ctor. Press Esc to clear.CustomArgumentsGets or sets custom FFmpeg arguments to append.DeleteSourceFilesGets or sets whether to delete source PNG files after conversion.FfmpegPathGets or sets the path to FFmpeg executable. If null, assumes FFmpeg is in PATH.FormatGets or sets the output video format.FrameRateGets or sets the frame rate for the output video. Default is 30 FPS.LoopCountGets or sets whether to loop the video (for GIF output). Default is 0 (infinite loop).OverwriteExistingGets or sets whether to overwrite existing output files.QualityGets or sets the video quality (0-51 for H.264, lower is better). Default is 23 (good quality).ScaleGets or sets the scale factor for the output video. 1.0 = original size, 0.5 = half size.TimeoutGets or sets the timeout for video conversion. Default is 5 minutes.