Search found 134 matches

by Selur
Fri Mar 15, 2019 4:05 pm
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV closing,... (DG 2053.0.0.172 + NV 419.35)
Replies: 13
Views: 19125

Re: DGIndexNV closing,... (DG 2053.0.0.172 + NV 419.35)

You misunderstood me there. 32bit DGIndexNV closes as soon as I: a. click on File->Open b. click File->Open Project c. press F2 as long as DGIndexNV.exe and DGDecodeNV.dll reside inside my normal avisynthPlugins-folder. When copying those two files into a separate folder where they are on their own,...
by Selur
Fri Mar 15, 2019 1:26 am
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV closing,... (DG 2053.0.0.172 + NV 419.35)
Replies: 13
Views: 19125

Re: DGIndexNV closing,... (DG 2053.0.0.172 + NV 419.35)

Yeah, you are right it seems to be loading something additionally. When copying DGIndexNV and DGDecode.dll in a separate folder, DGIndexNV works fine. Problem is, that when I copy those files back (+ the new DGIndexNV.ini) the problem is still there. :/ Any hint what other files could cause problems...
by Selur
Thu Mar 14, 2019 12:29 pm
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV closing,... (DG 2053.0.0.172 + NV 419.35)
Replies: 13
Views: 19125

Re: DGIndexNV closing,... (DG 2053.0.0.172 + NV 419.35)

Will try to figure out the driver problem. :/ Any idea what is causing DGIndexNV 32bit to close when calling File->Open (or File->Open Project)? (the gpu drivers shouldn't be involved at that point) ----- Okay, HEVC 10bit works again. Manually deleted a few additional files, reinstalled the whole dr...
by Selur
Thu Mar 14, 2019 7:35 am
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV closing,... (DG 2053.0.0.172 + NV 419.35)
Replies: 13
Views: 19125

[RESOLVED] DGIndexNV closing,... (DG 2053.0.0.172 + NV 419.35)

Today I updated my NVIDIA drivers and DGIndexNV, now with NVIDIA drivers 419.35: Using 32bit DGIndexNV 2053.0.0.172 I start DGIndexNV, but when triggering File->Open (or pressing F2), DGIndexNV simply closes. Using 64bit DGIndexNV 2053.0.0.172 I start DGIndexNV, but when triggering File->Open (or pr...
by Selur
Fri Feb 01, 2019 7:05 am
Forum: General Discussion
Topic: Slipstream XXX
Replies: 2
Views: 8071

Re: Slipstream XXX

Ah okay.
Thanks for clearing that up. :)

Cu Selur
by Selur
Tue Jan 29, 2019 11:44 pm
Forum: General Discussion
Topic: Slipstream XXX
Replies: 2
Views: 8071

Slipstream XXX

Last release changed the .dgi format which to me seems to be a rather major change for a slipstream release.
I'm wondering what is the criteria under which you would increase the version number and not only do a slipstream release?

Cu Selur
by Selur
Thu May 24, 2018 7:17 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 688774

Re: HDR -> SDR tonemapping

for the next update of the read me:
The input must be YUVP20P16, e.g., from DGSource(fulldepth=true).
YUVP20P16 -> YUV420P16
by Selur
Sun May 20, 2018 7:14 am
Forum: DGDecNV
Topic: [SOLVED] Do you see a problem with this file?
Replies: 7
Views: 10314

Re: Do you see a problem with this file?

Okay, that was the cause of the problem. :)
After updating to the latest version, DGDevNV is working fine again.
:hat:

Thanks to you two for looking over this. :)

Cu Selur
by Selur
Sun May 20, 2018 7:11 am
Forum: DGDecNV
Topic: [SOLVED] Do you see a problem with this file?
Replies: 7
Views: 10314

Re: Do you see a problem with this file?

Doh, just noticed my DGDecNV isn't up-to-date. :)
-> updating and testing now :)
by Selur
Sun May 20, 2018 7:06 am
Forum: DGDecNV
Topic: [SOLVED] Do you see a problem with this file?
Replies: 7
Views: 10314

Re: Do you see a problem with this file?

Tested yours and VSEdit complains starting at line 3 Note that I use r'----' and you use "----" You use backslashes inside your path which is why the r is needed, I always use slashes. :) Can you post the DGI file? Sure. :) Using goncas dgi file I get: Python exception: DGSource: DGIndexNV/DGDecode...
by Selur
Sun May 20, 2018 1:48 am
Forum: DGDecNV
Topic: [SOLVED] Do you see a problem with this file?
Replies: 7
Views: 10314

[SOLVED] Do you see a problem with this file?

got a file test_mvt.MTS which when I use with the following script: # Imports import vapoursynth as vs core = vs.get_core() # Loading Plugins core.std.LoadPlugin(path="G:/Hybrid/64bit/vsfilters/SourceFilter/DGDecNV/DGDecodeNV.dll") # Loading C:\Users\Selur\Desktop\test_mvt.MTS using DGSource clip = ...
by Selur
Sun Apr 01, 2018 6:41 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 688774

Re: HDR -> SDR tonemapping

Small note about nvhsp: It only patches the first header and is only meant for the output of nvencc, but is not really needed nowadays since nvencc itself supports hdr related signaling.

@admin: Are you planning to port DGTonemap to Vapoursynth? (I'd like a gpu based alternative to tonemap)

Cu Selur
by Selur
Sun Mar 25, 2018 8:02 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 688774

Re: HDR -> SDR tonemapping

Do you have some reason to cling to Avisynth 2.6? More a legacy thing. Got support for it in Hybrid and try to keep it alive. :) I personally only use Vapoursynth nowadays since it's also available on Linux an Mac. (I only go back to Avisynth when I need some filters which are not available for Vap...
by Selur
Sun Mar 25, 2018 5:37 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 688774

Re: HDR -> SDR tonemapping for DGDecodeNV

Probably not, but the resizers in the dither package might work instead,..
by Selur
Sun Mar 25, 2018 3:15 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 688774

Re: HDR -> SDR tonemapping for DGDecodeNV

Just wondering, since the current version of DGTonemap aims at Avisynth+, do you plan to create a version for Avisynth 2.6 too?

Cu Selur
by Selur
Mon Feb 05, 2018 10:49 am
Forum: DGDecNV
Topic: [RESOLVED] MPEG-1/MPEG-2 detection,...
Replies: 6
Views: 6892

Re: [RESOLVED] MPEG-1/MPEG-2 detection,...

Works fine!
Thanks! :)

Cu Selur
by Selur
Sun Feb 04, 2018 12:29 pm
Forum: DGDecNV
Topic: [RESOLVED] MPEG-1/MPEG-2 detection,...
Replies: 6
Views: 6892

Re: MPEG-1/MPEG-2 detection,...

Thanks for the prompt help and solution :hat:

Cu Sleur
by Selur
Sun Feb 04, 2018 6:02 am
Forum: DGDecNV
Topic: [RESOLVED] MPEG-1/MPEG-2 detection,...
Replies: 6
Views: 6892

[RESOLVED] MPEG-1/MPEG-2 detection,...

Got a file burosch1.mpg (29MB on GoogleDrive) which ffmpeg reports as : Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p(tv, bottom first), 720x576 [SAR 64:45 DAR 16:9], 8000 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc MediaInfo reports as : General Count : 328 Count of stream of this kind : 1 Kind o...
by Selur
Wed Sep 06, 2017 12:39 pm
Forum: DGDecNV
Topic: [RESOLVED] HEVC main10 decoding support
Replies: 3
Views: 5822

Re: HEVC main10 decoding support

delivers 16-bit data to Avisynth+
Is this also true for Vapoursynth?

Cu Selur
by Selur
Sat Mar 18, 2017 3:45 pm
Forum: DGDecIM and Other IM Tools
Topic: [RESOLVED] Avisynth Loader: 2.5 plugins can't be loaded on x64
Replies: 5
Views: 19901

Re: Avisynth Loader: 2.5 plugins can't be loaded on x64

Did some quick tests with a few AVC files and it seems like it's working fine.
Will test some other sources tomorrow and report back whether everything worked fine or not.

Cu Selur
by Selur
Sat Mar 18, 2017 3:37 pm
Forum: DGDecIM and Other IM Tools
Topic: [RESOLVED] Avisynth Loader: 2.5 plugins can't be loaded on x64
Replies: 5
Views: 19901

Re: Avisynth Loader: 2.5 plugins can't be loaded on x64

will test it tomorrow and report back
Thanks!
by Selur
Sat Mar 18, 2017 8:55 am
Forum: DGDecIM and Other IM Tools
Topic: [RESOLVED] Avisynth Loader: 2.5 plugins can't be loaded on x64
Replies: 5
Views: 19901

[RESOLVED] Avisynth Loader: 2.5 plugins can't be loaded on x64

Trying to use DGDecIM with Vapoursynth 64bit I got:
Avisynth Loader: 2.5 plugins can't be loaded on x64
If it isn't too much hassle, would be nice if you could upgrade DGDecIM to Avisynth 2.6 like you did for DGDecNV.

Thanks!

Cu Selur
by Selur
Sat Mar 18, 2017 8:53 am
Forum: DGDecIM and Other IM Tools
Topic: [RESOLVED] DGIndexIM Parameter List
Replies: 4
Views: 18773

Re: [RESOLVED] DGIndexIM Parameter List

bump,... manual would be nice :)
by Selur
Sat Mar 04, 2017 8:06 am
Forum: DGDecNV
Topic: [RESOLVED] DGDecodeNV 2053 fails with Vapoursynth
Replies: 13
Views: 12963

Re: [RESOLVED] DGDecodeNV 2053 fails with Vapoursynth

Sometimes, you think, no way this could break anything.
He, he, THAT I know too. :D
by Selur
Sat Mar 04, 2017 7:36 am
Forum: DGDecNV
Topic: [RESOLVED] DGDecodeNV 2053 fails with Vapoursynth
Replies: 13
Views: 12963

Re: [RESOLVED] DGDecodeNV 2053 fails with Vapoursynth

Redownloaded, working now. :)

Cu Selur