Search found 26 matches

by Nginx
Fri Jan 04, 2019 2:21 am
Forum: DGDecNV
Topic: Feature Requests
Replies: 712
Views: 870246

Re: Feature Requests

Hi. I haven't tested our latest release but may I ask how the cropping tool handle border % 2 != 0 ?
( Personally speaking, it should not be over-cropped? )
by Nginx
Thu Oct 11, 2018 1:38 am
Forum: General Discussion
Topic: RTX 20xx cards
Replies: 15
Views: 19994

Re: RTX 20xx cards

admin wrote:
Wed Oct 10, 2018 7:40 am
No chance for AMD. I have DGDecIM for Intel but the latest Intel drivers have caused problems for random access so it's dodgy. You can try it.
Sure. Will take a look tonight. Many thanks!
by Nginx
Wed Oct 10, 2018 1:41 am
Forum: General Discussion
Topic: RTX 20xx cards
Replies: 15
Views: 19994

Re: RTX 20xx cards

(Looks like a wrong thread to post?)

Hi~
Somehow I wonder if we can use AMD or Intel GPU for decoding and make them work like DGDecNV?
I have a Macbook Air and PC with AMD GPU. Any chance of making them useful?
^_^ Thanks!
by Nginx
Fri Aug 31, 2018 1:30 am
Forum: General Discussion
Topic: fulldepth=True
Replies: 6
Views: 10966

Re: fulldepth=True

Hi Is is means DGSource won't "upscale" bitdepth from 8bit to 16bit if i'm using 8bit source Some of our encoder want to handle banding and some other fixes in 16bit before outputting a 8bit video. If DGSource won't "upscale" the source then I may need to process it with extra filter or something si...
by Nginx
Wed Jul 25, 2018 10:52 pm
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 688209

Re: HDR -> SDR conversion

Thank you very much ~
by Nginx
Fri Jun 29, 2018 3:28 am
Forum: DGDecNV
Topic: Feature Requests
Replies: 712
Views: 870246

Re: Feature Requests

I've confirmed that it can demux subtitles. Million thanks. :hat:
by Nginx
Tue Jun 26, 2018 4:59 am
Forum: DGDecNV
Topic: Feature Requests
Replies: 712
Views: 870246

Re: Feature Requests

admin wrote:
Mon Jun 25, 2018 8:34 am
DGIndexNV can already demux audio from M2TS. It can also demux subtitles if you open the M2TS stream(s) via the playlist MPLS.
Last time I used DG Tools I only get .dgi + couple audio tracks (.thd .ac3 etc). I will try the latest version of DGIndexNV tonight.
by Nginx
Mon Jun 25, 2018 2:13 am
Forum: DGDecNV
Topic: Feature Requests
Replies: 712
Views: 870246

Re: Feature Requests

Hi staff. I have a new demux feature request. In my current encoding task flow, I need to * Index m2ts and encode video * encode audio * mux chapters & subtitles etc So when I use DG Tools , it will index the video and demux audio track. And I need to use eac3to to extract subtitle tracks with extra...
by Nginx
Tue Apr 24, 2018 10:50 pm
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 688209

Re: HDR -> SDR tonemapping

Earlier I was a bit concerned about whether an external Avisynth+ filter could change the video format, e.g., from YUV420P16 to YV12. Then I realized that is exactly what z_ConvertFormat() does. So I tried it and it is actually quite easy. So I now have a filter that just converts YUV420P16 to YV12...
by Nginx
Sun Apr 15, 2018 4:08 am
Forum: DGDecNV
Topic: [SOLVED] Decode Frame Info
Replies: 10
Views: 11938

Re: [SOLVED] Decode Frame Info

Roger that ! THANKS !! :hat: :hat: :hat: :hat:
by Nginx
Sat Apr 14, 2018 9:10 am
Forum: DGDecNV
Topic: [SOLVED] Decode Frame Info
Replies: 10
Views: 11938

Re: Decode Frame Info

Thanks!!
by Nginx
Sat Apr 14, 2018 6:45 am
Forum: DGDecNV
Topic: [SOLVED] Decode Frame Info
Replies: 10
Views: 11938

Re: Decode Frame Info

I was suggesting show2 as a possible solution, not saying it was already existing! I was asking if this solution would meet your needs. Ah sorry for my poor english. I saw you post "What if we had these options?" , So I misunderstood your words. Will be very grateful if I can use your show2 to disp...
by Nginx
Fri Apr 13, 2018 8:30 pm
Forum: DGDecNV
Topic: [SOLVED] Decode Frame Info
Replies: 10
Views: 11938

Re: Decode Frame Info

Looks show2 func already fulfilled my request. But I tried with script: LoadPlugin("D:\dgdecnv2053\x64 Binaries\DGDecodeNV.dll") DGSource("D:\TheCommuter\index.dgi",show2="21,14,string") Crop(0, 136, -0, -136) It response: Script error: DGSource does not have a named argument "show2" Any idea ? With...
by Nginx
Fri Apr 13, 2018 1:08 am
Forum: DGDecNV
Topic: [SOLVED] Decode Frame Info
Replies: 10
Views: 11938

[SOLVED] Decode Frame Info

Hi. May I ask if we can have a plugin for loading frame info from .dgi file and print it when I save screenshot? example: When I used FFMS, I can use https://pastebin.com/0Gqx9Hpg script and my script & screenshot looks like: FFVideoSource("E:\MazeRunner\00662 - 2 - h264, 1080p24.mkv") Crop(0, 138, ...
by Nginx
Sun Apr 01, 2018 10:21 pm
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 688209

Re: HDR -> SDR tonemapping

admin wrote:
Sun Apr 01, 2018 7:40 am
Thanks for the useful info, guys.
Selur wrote:
Sun Apr 01, 2018 6:41 am
Are you planning to port DGTonemap to Vapoursynth? (I'd like a gpu based alternative to tonemap)
Yes, I will. And I'm depackaging filters so they can be open-sourced. Only DGSource() will remain closed.
Sounds real great. :hat:
by Nginx
Sun Mar 25, 2018 10:37 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 688209

Re: HDR -> SDR tonemapping

Thanks for the update.
Is that tonemap1.1 txt file readable? looks like I have some encoding issue(I asume its not utf8?). Random code showed on my sublimetext..
by Nginx
Sun Mar 25, 2018 1:14 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 688209

Re: HDR -> SDR tonemapping for DGDecodeNV

dmcs wrote:
Sun Mar 25, 2018 12:36 am
Nginx wrote:
Sat Mar 24, 2018 9:47 pm
BTW, is "debug=True" in DGSource removed?
I think it's "show=true" is what you're looking for.

All Right It Work !~~ Thank you
by Nginx
Sat Mar 24, 2018 9:47 pm
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 688209

Re: HDR -> SDR tonemapping for DGDecodeNV

BTW, is "debug=True" in DGSource removed?
by Nginx
Sat Mar 24, 2018 9:33 pm
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 688209

Re: HDR -> SDR tonemapping for DGDecodeNV

My test on Interstellar(2014) UHD vs 1080p BluRay Should add some tonemap via Madvr or whatever. Just need more time. Now the DGTonemap looks too bright ( Sorry I am not familiar with algorithm so can only judge and comment by the versus comparisons without much analysis) UHD Tonemapped and resized ...
by Nginx
Sat Mar 24, 2018 9:33 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 688209

Re: HDR -> SDR tonemapping for DGDecodeNV

OK it works now. I'm using all x64 plugins. It just needs the latest AVS+ which shouldn't download from its official site lmao.

Many thanks to both of you. Very appreciated. :) :hat:
by Nginx
Sat Mar 24, 2018 9:08 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 688209

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: 688209

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: 688209

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: 688209

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: 688209

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