win-dshow: Allow overriding of color space/range
Certain devices may have a different color space or color range than they may report, so allow the user to set it manually themselves if they so wish.
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
# video capture device text
|
||||
VideoCaptureDevice="Video Capture Device"
|
||||
Device="Device"
|
||||
ColorSpace="YUV Color Space"
|
||||
ColorSpace.Default="Default"
|
||||
ColorRange="YUV Color Range"
|
||||
ColorRange.Partial="Partial"
|
||||
ColorRange.Full="Full"
|
||||
ConfigureAudio="Configure Audio"
|
||||
ConfigureVideo="Configure Video"
|
||||
ConfigureCrossbar="Configure Crossbar"
|
||||
|
Reference in New Issue
Block a user