Feature Requests

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

Re: Feature Requests

Post by Guest 2 »

Thanks for pcm to w64. You read my mind.
User avatar
Rocky
Posts: 3555
Joined: Fri Sep 06, 2019 12:57 pm

Re: Feature Requests

Post by Rocky »

I've got Zoom = 1/8 implemented but need to get the PCM wrapping in there. Sherman, how is that coming along?
User avatar
Sherman
Posts: 576
Joined: Mon Jan 06, 2020 10:19 pm

Re: Feature Requests

Post by Sherman »

Sorry, Rock, I was busy reading Peres' book:

https://www.springer.com/gp/book/9780792325499

I'll get right on the W64 porting. Thank you for your forebearance.
Sherman Peabody
Director of Linux Development
User avatar
Curly
Posts: 712
Joined: Sun Mar 15, 2020 11:05 am

Re: Feature Requests

Post by Curly »

And your afterbeareance, nyuk nyuk.
Curly Howard
Director of EAC3TO Development
User avatar
Sherman
Posts: 576
Joined: Mon Jan 06, 2020 10:19 pm

Re: Feature Requests

Post by Sherman »

Code's done for DGIndexNV W64 wrapping. I updated the DGIndexNV user manual too.

Over to you, Rocky.
Sherman Peabody
Director of Linux Development
User avatar
Rocky
Posts: 3555
Joined: Fri Sep 06, 2019 12:57 pm

Re: Feature Requests

Post by Rocky »

Thank you, Sherman. I'll make a release first thing in the morning.

As a reward, I'll ask Mr. Peabody to let you stay up an extra hour tonight.
User avatar
Sherman
Posts: 576
Joined: Mon Jan 06, 2020 10:19 pm

Re: Feature Requests

Post by Sherman »

And get some chocolate ice cream too?
Sherman Peabody
Director of Linux Development
User avatar
alexantr
Posts: 11
Joined: Mon Oct 15, 2018 4:24 pm

Re: Feature Requests

Post by alexantr »

I checked many HDR10 movies and everyone has "Chroma subsampling : 4:2:0 (Type 2)" in MediaInfo. Do you think X265_CL must contain one more option --chromaloc 2 ?
User avatar
Rocky
Posts: 3555
Joined: Fri Sep 06, 2019 12:57 pm

Re: Feature Requests

Post by Rocky »

I don't know what X265_CL is, and it doesn't seem related to DG stuff.
User avatar
alexantr
Posts: 11
Joined: Mon Oct 15, 2018 4:24 pm

Re: Feature Requests

Post by alexantr »

DGDecNV slipstream 207:

* Added a line X265_CL to the bottom of the HEVC index file (for HDR PQ streams) containing command line
parameters for x265.exe derived from the colorimetry, HDR metadata, and frame count. This line
can be cut and pasted to your x265 invocation. :salute: Boulder
User avatar
Rocky
Posts: 3555
Joined: Fri Sep 06, 2019 12:57 pm

Re: Feature Requests

Post by Rocky »

Ah yes, dementia setting in. I'll look into whether there is enough information in the input stream to definitively set this option.
User avatar
alexantr
Posts: 11
Joined: Mon Oct 15, 2018 4:24 pm

Re: Feature Requests

Post by alexantr »

Default undefined (not signaled)
https://x265.readthedocs.io/en/default/ ... -chromaloc
MediaInfo displays "Chroma subsampling : 4:2:0" in encoded movie, without Type 2 if chromaloc not set in x265.

ITU-T Recommendation - table 1 on page 8
User avatar
Rocky
Posts: 3555
Joined: Fri Sep 06, 2019 12:57 pm

Re: Feature Requests

Post by Rocky »

Please re-download build 2053 and update DGIndexNV. I snuck this feature in for you. Thank you for the suggestion.
User avatar
alexantr
Posts: 11
Joined: Mon Oct 15, 2018 4:24 pm

Re: Feature Requests

Post by alexantr »

Thanks. It may help other people to create more correct 4k HDR videos
User avatar
hydra3333
Posts: 394
Joined: Wed Oct 06, 2010 3:34 am
Contact:

Re: Feature Requests

Post by hydra3333 »

Yes, thank you.
I really do like it here.
User avatar
Rocky
Posts: 3555
Joined: Fri Sep 06, 2019 12:57 pm

Re: Feature Requests

Post by Rocky »

You are most welcome, guys. We aim to please.
DAE avatar
Boulder
Posts: 113
Joined: Fri Jul 29, 2011 7:22 am

Re: Feature Requests

Post by Boulder »

Would it be possible to have DGDecode output the native bitdepth of the source? My point is that for HDR sources, I could do the motion analysis in MVTools in 10-bit domain and then denoise in 16-bit domain for a nice little speedup. It doesn't make sense to dither down to 10 bits in this case as the final output will be 16 bits anyway.
DAE avatar
Boulder
Posts: 113
Joined: Fri Jul 29, 2011 7:22 am

Re: Feature Requests

Post by Boulder »

No, I mean the output you get from DGSource. As far as I know, both Avisynth+ and Vapoursynth accept YUV420P10 happily.
User avatar
Rocky
Posts: 3555
Joined: Fri Sep 06, 2019 12:57 pm

Re: Feature Requests

Post by Rocky »

You can use ConvertBits(). Is it so terrible?

NVDec gives me 16-bit output. You know that, right?
DAE avatar
Boulder
Posts: 113
Joined: Fri Jul 29, 2011 7:22 am

Re: Feature Requests

Post by Boulder »

Actually I didn't know that 16-bit output is what the NVidia decoder gives you ;)
I'll test if there is any actual visible difference if I dither down to 10 bits and use that as an analysis clip. It won't be used for the actual final output so chances are that it's faster and not distinguishable at all.
User avatar
Rocky
Posts: 3555
Joined: Fri Sep 06, 2019 12:57 pm

Re: Feature Requests

Post by Rocky »

You don't have to dither. Most likely the lower 6 bits are all zeros. They just need to be truncated by ConvertBits() if that is important for you.
DAE avatar
Guest 2
Posts: 903
Joined: Mon Sep 20, 2010 2:18 pm

DGDemux parser integration

Post by Guest 2 »

It would be nice to have the same parser as DGDemux to select the correct mpls looking at lenght and streams, instead of needing to find it with other programs such as DGDemux itself or eac3to. :salute:

You already have the code, just make DGIndexNV capable of selecting a single file (usual behaviour) or give a "0" in the file field to select the whole directory.

P.S: I gently remind you language preferences too. :mrgreen:
User avatar
Rocky
Posts: 3555
Joined: Fri Sep 06, 2019 12:57 pm

Re: Feature Requests

Post by Rocky »

I'll consider it but honestly I'm not highly motivated for it.
DAE avatar
Guest 2
Posts: 903
Joined: Mon Sep 20, 2010 2:18 pm

Re: Feature Requests

Post by Guest 2 »

Rocky wrote:
Tue May 26, 2020 8:49 am
I'll consider it but honestly I'm not highly motivated for it.
Perhaps would be easier to launch DGIndexNV from DGDemuxGUI with the selected playlist.

This would be lot less work for you.
DAE avatar
mastrboy
Posts: 36
Joined: Wed Oct 27, 2010 10:28 am

Re: Feature Requests

Post by mastrboy »

Minor feature request: Isn't it time for a version bump of dgdecnv? it's been stuck on 2053 for years now and probably has had over hundreds of changes slipstreamed.
Post Reply