Converts the current recording session's PNG output to a video file asynchronously.
public Task<VideoConversionResult> ConvertToVideoAsync(string? outputPath = null, VideoConversionOptions? options = null, CancellationToken cancellationToken = default(CancellationToken))
Output video file path. If null, uses the recording directory.
Video conversion options.
Cancellation token.