Search found 26 matches

by Nginx
Sat Mar 24, 2018 9:08 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 695383

Re: HDR -> SDR tonemapping for DGDecodeNV

Hey I saw some difference between mine and yours. like MT thread support : No etc. I downloaded avs+ from : http://avs-plus.net/


All right . I will test https://github.com/pinterf/AviSynthPlus/releases first then give you some response. Thank you ~
by Nginx
Sat Mar 24, 2018 9:04 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 695383

Re: HDR -> SDR tonemapping for DGDecodeNV

Please give output of AVSMeter -avsinfo executed in the same directory as your script. I guess you must be picking up a spurious avisynth.dll from somewhere. Maybe from your avsP installation? There's no point to looking at avsresize until you can tolerate that SetFilterMTMode() call. It will verif...
by Nginx
Sat Mar 24, 2018 7:29 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 695383

Re: HDR -> SDR tonemapping for DGDecodeNV

Are you using Avisynth+? It is mandatory. Also, everything must be consistently 32-bit or 64-bit. Since you can do both please use 64-bit for this debugging, including Avisynth+ of course. I am using my own built avsresize. I'll check now that the linked one is OK. EDIT: The linked one is OK. Hi .a...
by Nginx
Sat Mar 24, 2018 6:56 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 695383

Re: HDR -> SDR tonemapping for DGDecodeNV

Your test script should be similar to the sample provided loadplugin("dgdecodenv.dll") loadplugin("DGTonemap.dll") loadplugin("avsresize.dll") SetFilterMTMode("z_ConvertFormat", MT_MULTI_INSTANCE) # May not be needed. dgsource("THE GREAT WALL.dgi",fulldepth=true) z_ConvertFormat(pixel_type="RGBPS",...
by Nginx
Sat Mar 24, 2018 5:48 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 695383

Re: HDR -> SDR tonemapping for DGDecodeNV

I don't know anything about avsP. Try to get it working with VirtualDub2 first. Hi. Used VirtualDub 1.10.4 -> File -> Open Video File -> select my scrip (UHD.avs) -> ↓↓↓↓ https://thumbs2.imgbox.com/0d/ef/JYT6vuBo_t.png And once again, both LoadPlugin("xxxx/avsresize.dll") and put avsresize.dll to A...
by Nginx
Fri Mar 23, 2018 10:08 pm
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 695383

Re: HDR -> SDR tonemapping for DGDecodeNV

Hi. Tried to test the tonemap script. But no matter how I import the avsresize.dll plusin, avsP said : There is no function named z_ConvertFormat... I am using AVS+ (.dll in avs+/plugin folder or use plugins(path/to/.dll) in my script). And btw my DGSource dont have "fulldepth" args as well . any id...