595f451eb7
Adds a VideoToolbox based H264 encoder for OSX, which most notably allows the use of hardware encoding (Quicksync). NOTES: - Hardware encoding is handled by Apple itself internally. The plugin itself has little control over many details due to the way that Apple designed the VideoToolbox interface. Generally however, quicksync is used if available on the CPU, and quicksync is almost always available due to the fact that macs are exclusively Intel. - The VideoToolbox does not seem to implement CBR, so it won't be available. These encoders are generally not recommended for streaming.
14 lines
404 B
INI
14 lines
404 B
INI
VTH264EncHW="Apple VT H264 Hardware Encoder"
|
|
VTH264EncSW="Apple VT H264 Software Encoder"
|
|
VTEncoder="VideoToolbox Encoder"
|
|
Bitrate="Bitrate"
|
|
UseMaxBitrate="Limit bitrate"
|
|
MaxBitrate="Maximum bitrate"
|
|
MaxBitrateWindow="Maximum bitrate window (seconds)"
|
|
KeyframeIntervalSec="Keyframe Interval (seconds, 0=auto)"
|
|
Profile="Profile"
|
|
None="(None)"
|
|
DefaultEncoder="(Default Encoder)"
|
|
UseBFrames="Use B-Frames"
|
|
|