View Single Post
Old 26th May 2020, 02:25   #1899  |  Link
bananenmann
Registered User
 
Join Date: Jul 2018
Posts: 17
I put this into the [Source] - Section of my AVS-Filter-Profile:

Code:
DGSource =
    # Setting is changed since 2.1.0.8 after native DG Tools support is dropped.
    LoadPlugin("%startup_dir%Apps\Support\DGDecNV\DGDecodeNV.dll")
    DGSource("%source_file%")

And I put this into the [Source] - Section of my VS-Filter-Profile:

Code:
DGSource =
    # Setting is changed since 2.1.0.8 after native DG Tools support is dropped.
    core.std.LoadPlugin(r"%startup_dir%Apps\Support\DGDecNV\DGDecodeNV.dll")
    clip = core.dgdecodenv.DGSource(r"%source_file%")

Last edited by bananenmann; 26th May 2020 at 02:43.
bananenmann is offline