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]. | |
Data rate, in kilobits per second, of output FLV video. Higher numbers generally produce higher quality video.
Controls how the video encoder behaves. Supported modes:
Controls quality and speed of video encoding. Faster encoding sacrifices some quality. Higher Quality encoding sacrifices speed.
Supported modes:
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:
The meaning of the flixpub_flv_video_keyframe_rate setting depends on the value of flixpub_flv_video_keyframe_mode.