Video
[Section 6: Encoding Settings]

Video Encode Settings. More...


Modules

 Capture
 Video Capture Settings.
 Transcode
 Video Transcode Settings.

Variables

var flixpub_flv_video_bitrate
 Video data rate [number].
var flixpub_flv_video_rate_control_mode
 Video encode data rate control mode [number].
var flixpub_flv_video_compression_mode
 Compression quality/speed [number].
var flixpub_flv_video_keyframe_mode
 Keyframing mode [number].
var flixpub_flv_video_keyframe_rate
 Keyframing rate [number].

Detailed Description

The video encode settings are grouped into three sections. This section, which documents video settings that apply to all video encodes, and two sub-sections. One for video settings that apply only to Transcode, and the other for settings that apply only to Capture (recording).

Variable Documentation

var flixpub_flv_video_bitrate

Data rate, in kilobits per second, of output FLV video. Higher numbers generally produce higher quality video.

var flixpub_flv_video_rate_control_mode

Controls how the video encoder behaves. Supported modes:

var flixpub_flv_video_compression_mode

Controls quality and speed of video encoding. Faster encoding sacrifices some quality. Higher Quality encoding sacrifices speed.

Supported modes:

Note:
For recording, values other than kCompressModeRealTime are ignored. Live sources must be encoded at real time speed.

var flixpub_flv_video_keyframe_mode

Controls how key frames are produced. Key frames are produced automatically based on decisions made by the video encoder library, or at a fixed interval.

Supported modes:

See also:
flixpub_flv_video_keyframe_rate

var flixpub_flv_video_keyframe_rate

The meaning of the flixpub_flv_video_keyframe_rate setting depends on the value of flixpub_flv_video_keyframe_mode.

Remarks:
When flixpub_flv_video_keyframe_mode is set to kKeyframeModeAuto, flixpub_flv_video_keyframe_rate is used as the maximum distance between key frames in the video stream.
When flixpub_flv_video_keyframe_mode is set to kKeyframeModeConstFrequency, flixpub_flv_video_keyframe_rate is used as a fixed interval.


On2 Flix Publisher documentation, generated on Mon Jan 7 18:13:01 2008 by doxygen 1.5.4 On2 Technologies, Inc