Search found 3450 matches

by Rocky
Wed Sep 18, 2019 11:31 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 732746

Re: HDR -> SDR conversion

Ah, good to hear. Thank you. You probably noticed most of the goodness for PQ is at the top end of the range for white and it is nonlinear. HLG in contrast works much better and feels linear. I'm going to try linearizing the PQ parameter range, it's a GUI issue and a functional one, because we are l...
by Rocky
Wed Sep 18, 2019 9:54 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 732746

Re: HDR -> SDR conversion

OK, hlg_test.rar is back online so re-download and update DGIndexNV. Have at it!
by Rocky
Wed Sep 18, 2019 9:49 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 732746

Re: HDR -> SDR conversion

Found some more bugs. Temporarily withdrawing. Standby...
by Rocky
Wed Sep 18, 2019 9:42 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 732746

Re: HDR -> SDR conversion

Umm, OK.

I fixed a small bug in DGIndexNV in the test package, so please re-download and update for testing.
by Rocky
Wed Sep 18, 2019 8:36 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 732746

Re: HDR -> SDR conversion

OK, girls and boys, I have stuff ready for your testing. I want to wait for your feedback before releasing formally. The package is here: http://rationalqm.us/misc/hlg_test.rar Please read the docs carefully as the parameters have changed. This was quite a non-trivial revision so your careful testin...
by Rocky
Mon Sep 16, 2019 8:02 pm
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 732746

Re: HDR -> SDR conversion

Finished all my certs, concussion protocol and doping stuff was new this year. Good to go until end of 2020. :)

Back to work...
by Rocky
Sat Sep 14, 2019 5:53 am
Forum: DGDecNV
Topic: [RESOLVED] Seamless branching issues?
Replies: 39
Views: 45824

Re: Seamless branching issues?

UHD friendly drive and that disk are now on order for debugging.
by Rocky
Sat Sep 14, 2019 5:50 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 732746

Re: HDR -> SDR conversion

Thanks. Gonna be a few days as I have to complete some coaching certification renewal training first.
by Rocky
Thu Sep 12, 2019 11:12 am
Forum: DGDecNV
Topic: [RESOLVED] Seamless branching issues?
Replies: 39
Views: 45824

Re: Seamless branching issues?

Can you please give me a link to purchase the exact same disk you have? Will I need a UHD capable drive to rip it with MAKEMKV?
by Rocky
Thu Sep 12, 2019 9:32 am
Forum: DGDecNV
Topic: Feature Requests
Replies: 712
Views: 906591

Re: Feature Requests

I think by "mainline" Bullwinkle didn't mean Avisynth but meant the official DGDecodeNV (i.e., not have a separate CUDASynth package). Your point is well taken and further integration into Avisynth+ itself remains under study.
by Rocky
Wed Sep 11, 2019 11:13 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 732746

Re: HDR -> SDR conversion

I've got HLG to SDR working in DGIndexNV. It's kinda nice. You can set up the HLG conversion and then just click and unclick 'Enable HDR to SDR' to see the difference between real HLG conversion and backwards compatible display. The color shifts from backwards compatible handling become very obvious...
by Rocky
Wed Sep 11, 2019 8:50 am
Forum: DGDecNV
Topic: [RESOLVED] Stream init failed with MKV 5.5.0
Replies: 3
Views: 6298

Re: [RESOLVED] Stream init failed with MKV 5.5.0

gMKVExtractGUI does care about COMP_PREPEND. It has implemented support for it (good!). The MKV parsing code that the MKV guys kindly provided to DG tools (thank you Mike!) did not support header removal, which is is just fine for me. Adding support for it would need (up to) weeks of effort for very...
by Rocky
Tue Sep 10, 2019 9:54 pm
Forum: DGDecNV
Topic: Feature Requests
Replies: 712
Views: 906591

Re: Feature Requests

Whee!
by Rocky
Tue Sep 10, 2019 4:24 pm
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 732746

Re: HDR -> SDR conversion

I've got the HLG EOTF re-coded and working. And I have DGHDRtoSDR() modified to support both PQ and HLG via a mode parameter. I'll add the HLG support to DGIndexNV and then give y'all both of them. Whee!
by Rocky
Tue Sep 10, 2019 10:08 am
Forum: DGDecNV
Topic: [RESOLVED] Stream init failed with MKV 5.5.0
Replies: 3
Views: 6298

Re: Stream init failed with MKV 5.5.0

That file uses an obsolete no-longer-supported compression method, COMP_PREPEND, otherwise known as the infamous "header removal". MKVTOOLNIX 6.6.0 removed this capability completely. You can remux the file to fix it for applications that don't support this obsolete feature. I will improve DGIndexNV...
by Rocky
Tue Sep 10, 2019 8:30 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 732746

Re: HDR -> SDR conversion

Great, thank you. You are so kind.
by Rocky
Mon Sep 09, 2019 8:21 pm
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 732746

Re: HDR -> SDR conversion

I tried both of these. Each simply brought up a player and played the stream. I could not see how to download the stream.
by Rocky
Mon Sep 09, 2019 10:51 am
Forum: DGDecNV
Topic: [RESOLVED] Incorrect naming of demux audio tracks
Replies: 5
Views: 8686

Re: Incorrect naming of demux audio tracks

Released in slipstream 187.
by Rocky
Mon Sep 09, 2019 10:50 am
Forum: General Discussion
Topic: Binaries Update Notification Thread
Replies: 454
Views: 1568339

Re: Binaries Update Notification Thread

DGDecNV slipstream 187:

* Fixed regression caused by bringing back DELAY in demuxed filenames. For AC3 in transport streams the demuxed filename is wrong. :facepalm: [Xunkar]
by Rocky
Mon Sep 09, 2019 10:09 am
Forum: DGDecNV
Topic: [RESOLVED] Incorrect naming of demux audio tracks
Replies: 5
Views: 8686

Re: Incorrect naming of demux audio tracks

OK, found and fixed the bug. Will be in the next slipstream. Thank you Xunkar for pointing this out and providing a stream for debugging. It is thanks to people like you that DGDecNV can continue to be improved. :salute:
by Rocky
Mon Sep 09, 2019 9:45 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 732746

Re: HDR -> SDR conversion

Just discovered there is a BT.2100-2 while I was coding off of BT.2100-1. The HLG EOTF is a bit different in BT.2100-2 so I'll have to revise the implementation accordingly. No big deal.
by Rocky
Mon Sep 09, 2019 9:29 am
Forum: DGDecNV
Topic: [RESOLVED] Incorrect naming of demux audio tracks
Replies: 5
Views: 8686

Re: Incorrect naming of demux audio tracks

Sweet, thank you. Investigating...
by Rocky
Mon Sep 09, 2019 7:25 am
Forum: DGDecNV
Topic: [RESOLVED] Incorrect naming of demux audio tracks
Replies: 5
Views: 8686

Re: Incorrect naming of demux audio tracks

Please cut a sample from one of the M2TS files that can be used to duplicate the problem, upload it somewhere and give the link here. 50 MB should be fine. Make sure the problem occurs with the sample. Thank you.
by Rocky
Sun Sep 08, 2019 12:58 pm
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 732746

Re: HDR -> SDR conversion

Thank you, zys4416 . I have the HLG EOTF coded and apparently working. I want to compare the results to the HD versions you linked, and also to the results of some other conversion filters. If things look good, I'll implement it fully into DGHDRtoSDR (with a mode parameter for PQ or HLG) and add it ...
by Rocky
Fri Sep 06, 2019 2:13 pm
Forum: DGDecNV
Topic: [RESOLVED] Displaying HDR in DGIndexNV GUI
Replies: 8
Views: 13900

Re: [RESOLVED] Displaying HDR in DGIndexNV GUI

The HEVC info dialog now shows an HDR field that notifies of specification of PQ or HLG transfer function in the input stream (slipstream 186).