d6e98829ca
Allow the user to select whether to buffer the source or not. The settings are auto-detect, on, and off. Auto-Detect turns it off for non-encoded devices, and on for encoded devices. Webcams, internal devices, and other such things on windows do not really need to be buffered, and buffering incurs a tiny bit of delay, so turning off buffering is actually a little better for non-encoded devices.
27 lines
773 B
INI
27 lines
773 B
INI
# video capture device text
|
|
VideoCaptureDevice="Video Capture Device"
|
|
Device="Device"
|
|
ConfigureAudio="Configure Audio"
|
|
ConfigureVideo="Configure Video"
|
|
ConfigureCrossbar="Configure Crossbar"
|
|
ResFPSType="Resolution/FPS Type"
|
|
ResFPSType.Custom="Custom"
|
|
ResFPSType.DevPreferred="Device Preferred"
|
|
FPS.Matching="Match Output FPS"
|
|
FPS.Highest="Highest FPS"
|
|
Resolution="Resolution"
|
|
VideoFormat="Video Format"
|
|
VideoFormat.Any="Any"
|
|
VideoFormat.Unknown="Unknown (%1)"
|
|
UseCustomAudioDevice="Use custom audio device"
|
|
AudioDevice="Audio Device"
|
|
Buffering="Buffering"
|
|
Buffering.AutoDetect="Auto-Detect"
|
|
Buffering.Enable="Enable"
|
|
Buffering.Disable="Disable"
|
|
|
|
# encoder text
|
|
Bitrate="Bitrate"
|
|
Encoder.C985="AverMedia C985 Hardware Encoder"
|
|
Encoder.C353="AverMedia C353 Hardware Encoder"
|