Page | 85 of 105
AVR8414 Operation Manual – Rev O
Sample avr8414.ini Configuration file
#All lines starting with the hash symbol (#) are treated as comments and
# will be ignored by the DVR SW when reading this file
#options marked ** are optional and if not set will be configured to default
# Version - Changes
# Rev A - None Initial Release
# Rev B - Add STORAGE group, add noiseFilter
# Rev C - osdNotificationDwellInfo, osdNotificationDwellWarn,
# - Add support for control of AVC Video Switch routing via CAN Bus
# Rev D - Add deinterlace, autoPassthru, ethToFile
# Rev E - Add dvrIpGateway, ttlMulticast
# Rev F - Add recStartOn option: discrete-toggle
[General]
#passcode, if set then all OSD menus to change DVR configuration will require this passcode.
#Passcode can only contain numbers 0..9 and maximum length is 8
#if passcode is not set in this .ini file or if passcode is left blank the DVR will disable
# passcode entry after loading the .ini even if passcode was set prior to loading the .ini
#passcode=8414
#osdCursorWrap options are yes or no, ** defaults to no
osdCursorWrap=no
#osdHideForSnapshot options are yes or no
osdHideForSnapshot=yes
[Display]
#displayFormat options are 720p50, 720p60, 1080p25, 1080p30, 1080p50, 1080p60
displayFormat=720p60
#aspectRatioCorrection options are yes or no, ** defaults to no. If yes the HD SDI display
# will add vertical side-bars on SD 4:3 inputs to correct the aspect-ratio.
aspectRatioCorrection=yes
#osdTransparencyPercent options are values from 0 to 100. If 0 the OSD overlay background will
# be completely transparent and if 100 completely opaque. ** Defaults to 20
osdTransparencyPercent=50
#passthruSplit options are yes or no, ** defaults to no. If yes the HD inputs will passthru to HD display
# and SD inputs to the SD display output. If no the same passthru goes to HD and SD display
passthruSplit=no
#autoPassthru options are yes or no, ** defaults to yes. If yes the passthru will be managed by the DVR.
# If no the last user selected passthru will be set if possible.
autoPassthru=yes
#osdNotificationDwellInfo options are -1, 0, 2, 4, 6, 8, 10. Values are seconds except -1 value
# which tells the software to use programmed defaults.
# If set to 0 no DVR info messages will be shown. **Defaults to -1.
osdNotificationDwellInfo=-1
#osdNotificationDwellWarn options are -1, 2, 4, 6, 8, 10. Values are seconds except -1 value
# which tells the software to use programmed defaults. **Defaults to -1
osdNotificationDwellWarn=-1
[Discretes]
#zeroizeOnDiscreteId options are 1, 2, 3 or 0 (disabled), ** defaults to 0
zeroizeOnDiscreteId=0
#zeroizeOnDiscreteEdge only applicable if zeroizeOnDiscreteId=1 or 2 or 3 options are rising or falling
# if the input goes from a high to a low state (ground to open) you have a falling edge and visa versa
# if the input goes from a low to a high state (open to ground) you have a rising edge.
zeroizeOnDiscreteEdge=falling
#dimOnDiscreteId options are 1, 2, 3 or 0 (disabled), ** defaults to 0
dimOnDiscreteId=0
#dimOnDiscreteState only applicable if dimOnDiscreteId=1 or 2 or 3 options are open or ground