Page 1 of 1

[RESOLVED] INI variables

Posted: Fri Oct 09, 2015 7:44 am
by Guest 2
Could you please add some explanation for every ini file variable meaning? Obviously not the obvious ones. :mrgreen:

Such as:

Code: Select all

Process_Priority=2
Playback_Speed=3
Enable_Info_Log=0
UsePF=0
AlwaysCrop=1
Snapped=1
ResponseOnAudioMismatch=0
Enable_Audio_Demux=1
CUDA_Device=255
Decode_Modes=0,0,0
Full_Info=1
Bare_Demux=0
Disable_Encrypted_Audio_Warning=0
Fine_Cropping=0

Re: INI variables

Posted: Fri Oct 09, 2015 11:34 am
by admin
The ones that correspond to GUI items are pretty obvious. The others are documented in the DGIndexNV manual Appendix.

Specifically, which ones are confounding you?

Re: INI variables

Posted: Fri Oct 09, 2015 1:16 pm
by Guest 2
admin wrote:Specifically, which ones are confounding you?

Code: Select all

Process_Priority=2
Playback_Speed=3
Enable_Info_Log=0
UsePF=0
AlwaysCrop=1
Snapped=1
ResponseOnAudioMismatch=0

Re: INI variables

Posted: Fri Oct 09, 2015 1:17 pm
by admin
They all correspond to GUI choices. Would it help to document the correspondences?

Re: INI variables

Posted: Fri Oct 09, 2015 1:23 pm
by Guest 2
admin wrote:They all correspond to GUI choices. Would it help to document the correspondences?
If they are only GUI savings, no answer necessary.

Re: [RESOLVED] INI variables

Posted: Mon Oct 12, 2015 3:24 am
by AJR
I would welcome detailed description of this :)

Code: Select all

Decode_Modes=0,0,0

Re: [RESOLVED] INI variables

Posted: Mon Oct 12, 2015 7:16 am
by admin
I wish I had more details, e.g., which mode is best to use in different circumstances, but the information from nVidia is scarce. The NVCUVID API offers these options so I expose them. I remember a while back, we had to set MPEG to CUDA to avoid a decoding bug but it is fixed in recent drivers.

Re: [RESOLVED] INI variables

Posted: Thu Oct 15, 2015 7:28 am
by AJR
Groucho2004 wrote:
AJR wrote:I would welcome detailed description of this :)

Code: Select all

Decode_Modes=0,0,0
RTFM. There is already a detailed description in the DGIndexNV documentation. If you have trouble understanding what "CUDA", "DXVA" or "CUVID" mean, google these terms.
The description is not complete. I would welcome much more about comparison of these modes againt quality an speed...