kreatv-option-default-video-settings

This option makes it possible for customer to override default video settings first time STB is booted with V4.1 software. Default settings will also be used if the information service token config.tvoutput.videooutputconfiguration or /flash/settings2.xml is removed.

Design

At boot when videooutput service is started it will load video output settings in this priority order:

  1. From information service token config.tvoutput.videooutputconfiguration.
  2. File /etc/default_video_settings.xml.
  3. Create a new default setting.

Usage

With this IIP option there are several ways to create a default_video_settings.xml file. Either by loading a complete file via parameter file or just to modify a specific setting via the parameters listed below.

Parameters

NameRepeatDescriptionExample
ColorSystem Once

ColorSystem Values: (Default PAL-B)

ColorSystem= TToiColorSystem
NTSC-M COLOR_SYSTEM_NTSC_M
NTSC-J COLOR_SYSTEM_NTSC_J
PAL-B COLOR_SYSTEM_PAL_B
PAL-M COLOR_SYSTEM_PAL_M
PAL-N COLOR_SYSTEM_PAL_N
PAL-NC COLOR_SYSTEM_PAL_NC
CompColor Once

CompColor values: (Default YPBPR, only one option available.)

CompColor= TToiColorSpace
YPBPR ANALOG_COLOR_SPACE_YPBPR
CompMode Once

CompMode values: (Default 576p50)

VideoMode= TToiVideoMode
OFF NO_VIDEO_MODE
480i60 VIDEO_MODE_480I60
576i50 VIDEO_MODE_576I50
480p60 VIDEO_MODE_480P60
576p50 VIDEO_MODE_576P50
720p50 VIDEO_MODE_720P50
720p@60 VIDEO_MODE_720P60
1080i50 VIDEO_MODE_1080I50
1080i@60 VIDEO_MODE_1080I60
1080p@23976 VIDEO_MODE_1080P23976
1080p@24 VIDEO_MODE_1080P24
1080p@25 VIDEO_MODE_1080P25
1080p@29970 VIDEO_MODE_1080P29970
1080p@30 VIDEO_MODE_1080P30
1080p@50 VIDEO_MODE_1080P50
1080p@59940 VIDEO_MODE_1080P59940
1080p@60 VIDEO_MODE_1080P60
HdmiColor Once

HdmiColor values: (Default SRGB)

HdmiColor= TToiColorSpace
SRGB DIGITAL_COLOR_SPACE_SRGB
YCBCR_444 DIGITAL_COLOR_SPACE_YCBCR_444
YCBCR_422 DIGITAL_COLOR_SPACE_YCBCR_422
XVYCC DIGITAL_COLOR_SPACE_XVYCC
HdmiMode Once

HdmiMode values: (Default 576p50)

ScartMode= TToiScartMode
CVBS SCART_MODE_CVBS
S-VIDEO SCART_MODE_YC
RGB SCART_MODE_RGB_CVBS
ScartLoopThrough Once

ScartLoopThrough values: (Default DISABLED)

ScartLoopThrough= TToiValueMode
NO NO_VALUE_MODE
ENABLED VALUE_MODE_ENABLED
DISABLED VALUE_MODE_DISABLED
ScartMode Once Default value: CVBS
file Once XML-file that will be used.

Example file:

	    <?xml version='1.0'?>
	    <VideoOutputConfiguration version='1'>
	    <ColorSystem>COLOR_SYSTEM_PAL_B</ColorSystem>
	    <ScartLoopThrough>VALUE_MODE_DISABLED</ScartLoopThrough>
	    <Outputs>
	    <Output>
            <Id>0</Id>
            <ConnectionType>VIDEO_CONNECTION_TYPE_HDMI</ConnectionType>
            <Mode>VIDEO_MODE_576P50</Mode>
            <ColorSpace>DIGITAL_COLOR_SPACE_SRGB</ColorSpace>
	    </Output>
	    <Output>
            <Id>1</Id>
            <ConnectionType>VIDEO_CONNECTION_TYPE_COMPONENT</ConnectionType>
            <Mode>VIDEO_MODE_576P50</Mode>
            <ColorSpace>ANALOG_COLOR_SPACE_YPBPR</ColorSpace>
	    </Output>
	    <Output>
            <Id>2</Id>
            <ConnectionType>VIDEO_CONNECTION_TYPE_SCART</ConnectionType>
            <ScartMode>SCART_MODE_CVBS</ScartMode>
	    </Output>
	    </Outputs>
	    </VideoOutputConfiguration>
	  

Details

Version4.3.IAP30.3
Content version-
BranchSTABLE_iap_digitalis_3
Date20120112
Time035013
ArchitectureAll
Rootdisk dependencies-
Execution dependencies-
Finalize dependencies-
Installation scriptsbuildtime
Uninstallation scripts-
Sanity checktrue