[RESOLVED] INI variables

Support forum for DGDecNV
Post Reply
DAE avatar
Guest 2
Posts: 903
Joined: Mon Sep 20, 2010 2:18 pm

[RESOLVED] INI variables

Post 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
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: INI variables

Post 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?
DAE avatar
Guest 2
Posts: 903
Joined: Mon Sep 20, 2010 2:18 pm

Re: INI variables

Post 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
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: INI variables

Post by admin »

They all correspond to GUI choices. Would it help to document the correspondences?
DAE avatar
Guest 2
Posts: 903
Joined: Mon Sep 20, 2010 2:18 pm

Re: INI variables

Post 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.
DAE avatar
AJR
Posts: 106
Joined: Mon Jan 06, 2014 10:40 am

Re: [RESOLVED] INI variables

Post by AJR »

I would welcome detailed description of this :)

Code: Select all

Decode_Modes=0,0,0
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: [RESOLVED] INI variables

Post 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.
DAE avatar
AJR
Posts: 106
Joined: Mon Jan 06, 2014 10:40 am

Re: [RESOLVED] INI variables

Post 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...
Post Reply