TRVCamRecorder.VideoBitrate, VideoFramePerSec, VideoWidth, VideoHeight, VideoAutoSize

<< Click to display table of contents >>

TRVCamRecorder.VideoBitrate, VideoFramePerSec, VideoWidth, VideoHeight, VideoAutoSize

Video encoding parameters

property VideoBitrate: Integer;
property VideoFramePerSec: Integer;
property VideoWidth: Integer;
property VideoHeight: Integer;
property VideoAutoSize: Boolean;

VideoFramePerSec is a number of video frames playing in 1 second (also known as frame rate).

VideoBitrate is a number of bits processed in 1 second when playing video from a recorded file, it affects compression quality.

If VideoAutoSize = True, values of VideoWidth and VideoHeight are ignored, and size of the source video is used.

VideoWidth and VideoHeight must be even numbers (if not, RVMedia corrects them automatically when passing to FFmpeg.

Default values:

VideoBitRate: 800000

VideoFramePerSec: 25;

VideoWidth: 720;

VideoHeight: 576

VideoAutoSize: True

See also

VideoSource

VideoCodec

VideoEncodingParameters