Skip to content

Configuration

Crend King edited this page May 11, 2022 · 4 revisions

These configuration names apply to both registry and portable modes.

Name Type Required? Description Default
ScriptFile string Yes Path to the script file <Empty>
LogFile string No Path to the log file <Empty> (no log file)
InputFormat_XXX boolean No Whether to allow input format XXX during media type negotiation. For example, "InputFormat_P010 = false" disables P010 for input true for all
RemoteControl boolean No Whether to activate the remote control feature false
InitialSrcBuffer integer >= 2 No Number of source samples to buffer before showing the initial frame. Bigger number further delays seeking. However, if the player hangs at beginning with blank screen, consider increasing this number 2
MinExtraSrcBuffer integer >= 0 No Minimum extra number of source samples for buffering 0
MaxExtraSrcBuffer integer >= MinExtraSrcBuffer No Maximum extra number of source samples for buffering 15
ExtraSrcBufferDecStep integer >= 0 No Value to be subtracted from the extra source buffer when over-buffered. Set to 0 to disable buffer shrinking 1
ExtraSrcBufferIncStep integer >= 0 No Value to be added to the extra source buffer when under-buffered. Set to 0 to disable buffer expanding 2
Clone this wiki locally