Search found 775 matches

by Guest 2
Wed Aug 17, 2022 1:01 pm
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

Depends on at least three things. Is the LUT made for limited or full-range input/output? Is the source limited or full range? Should the output be limited or full range? 1) Input, in my case, is PQ video from UHD, so we can assume it's limited range. 2) My LUT wants full range. 3) The output shoul...
by Guest 2
Wed Aug 17, 2022 12:21 pm
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

Let's test what we have and I'll look into the range stuff in parallel. In the examples you write: loadplugin("...\dgdecodenv.dll") loadplugin("...\dgcube.dll") dgsource("THE GREAT WALL.dgi") DGCube("PQ_to_BT709_slope.cube", fullrange=false, interp="tetrahedral") What is the output format and range...
by Guest 2
Wed Aug 17, 2022 8:51 am
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

Perhaps you already know but LUT cubes can work in RGB or Studio RGB, i.e. full TV range or limited TV range. On PQ to HLG, for full TV range, such as BBC ones, you would need: #From 4:2:0 16bit planar Narrow Range to RGB Planar 16bit Full Range z_ConvertFormat(pixel_type="RGBP16", colorspace_op="20...
by Guest 2
Wed Aug 17, 2022 5:47 am
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

Rocky wrote:
Tue Aug 16, 2022 4:38 pm
That was all done in C code. Now I'll port it to the CUDA kernel. That should be plain sailing.
Eager to test it. :salute:
by Guest 2
Sat Aug 13, 2022 11:27 am
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

Rocky wrote:
Sat Aug 13, 2022 8:11 am
Sure. Bullwinkle already mentioned that.
:salute:
by Guest 2
Sat Aug 13, 2022 2:40 am
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

Rocky wrote:
Fri Aug 12, 2022 10:29 am
And it gives a raison d'etre for DGCube.
:mrgreen:

Do you think it's possible to have the necessary color space conversion ported to CUDA, to offload the cpu as much as possible?

OpenCV supports it easily and, if I am not wrong, it's written in CUDA... so...
by Guest 2
Wed Aug 10, 2022 11:29 am
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

The script you asked for With a commercial (BBC) LUT: AVSCube no prefetch Number of frames: 1000 Length (hh:mm:ss.ms): 00:00:41.667 Frame width: 3840 Frame height: 2160 Framerate: 24.000 (24/1) Colorspace: RGBP16 Audio channels: 1 Audio bits/sample: 16 Audio sample rate: 44100 Audio samples: 183750...
by Guest 2
Wed Aug 10, 2022 10:08 am
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

Rocky wrote:
Wed Aug 10, 2022 9:04 am
Please let the Doom9 guys know about this.
Your wish is my command. :salute:

P.S: Will you add tetrahedral to AVSCube too?
by Guest 2
Wed Aug 10, 2022 1:51 am
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

Rocky wrote:
Tue Aug 09, 2022 11:15 am
I compared scripts with BlankClip() source and no conversions and things are as expected.
Please, post your script.
Rocky wrote:
Tue Aug 09, 2022 6:14 pm
I read the whole thread and didn't see anything relevant. Did I miss something?
:oops:
by Guest 2
Tue Aug 09, 2022 6:14 am
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

Aligned results also with x265.exe --crf 20 --preset slow --output-depth 10 --aq-mode 5 --fades --colorprim bt2020 --colormatrix bt2020nc --transfer arib-std-b67 --range limited --min-luma 64 --max-luma 940 --output "F:\In\2_0446 Akira\akira_cube_6_temp\akira_cube_6_out.hevc" "F:\In\2_0446 Akira\aki...
by Guest 2
Tue Aug 09, 2022 5:39 am
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

Real world scenario: 4k PQ video to 1080p HLG video with denoise and x265 encoding. Script: SetMemoryMax() SetFilterMTMode("DEFAULT_MT_MODE", 2) LoadPlugin("D:\Eseguibili\Media\DGDecNV\DGDecodeNV.dll") LoadPlugin("D:\Eseguibili\Media\AVSCube\VSCube.dll") # or DGCube DGSource("F:\In\2_0446 Akira\akir...
by Guest 2
Tue Aug 09, 2022 3:57 am
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

Preliminary benchmarks before encoding, using AVSMeter64 + GPU-Z. AVSCube script: LoadPlugin("D:\Eseguibili\Media\DGDecNV\DGDecodeNV.dll") LoadPlugin("D:\Eseguibili\Media\AVSCube\VSCube.dll") DGSource("F:\In\2_0446 Akira\akira.dgi",ct=48,cb=48,cl=0,cr=0) propClearAll() #From 4:2:0 16bit planar Narro...
by Guest 2
Mon Aug 08, 2022 1:22 pm
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

Rocky wrote:
Mon Aug 08, 2022 11:57 am
Re-download DGCube to get the fix, i.e., ability to open any size cube file.
Rapidly tested and it seems to be working.

I will bench and post results.
by Guest 2
Mon Aug 08, 2022 10:55 am
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

Rocky wrote:
Mon Aug 08, 2022 9:09 am
Your cube is size 33.
Is the 65 size related to CUDA only? AVSCube works ok.
by Guest 2
Mon Aug 08, 2022 8:26 am
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

1. Where are you loading avsresize.dll? No need as it's in AVS+ default folders. 2. Can you give me the cube file? I can give you a identity one, that crashes too: IDENTITY.7z which must be size 65 Are you meaning kB or what? Both BBC and Warner Bros licensed cube files are around 1 MB. I asked a f...
by Guest 2
Mon Aug 08, 2022 3:32 am
Forum: DGDecNV
Topic: HEVC 4:4:4 support
Replies: 22
Views: 41299

HEVC 4:4:4 support

Welcome back, big t . I have an 8-bit sample so I'll go ahead and add support. Tested with the videos I sent you, works great on my 1660 SUPER. :) AVSMeter64.exe "HEVC UHD HDR 10-Bit 420.avs" AVSMeter 3.0.8.0 (x64), (c) Groucho2004, 2012-2021 AviSynth+ 3.7.2 (r3682, 3.7, x86_64) (3.7.2.0) Number of...
by Guest 2
Mon Aug 08, 2022 3:25 am
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

Sure. Lemme get the 4:4:4 stuff finished first. I tried DGCube and I get access violation error. Same script works fine with AVSCube. AVSCube: LoadPlugin("D:\Eseguibili\Media\DGDecNV\DGDecodeNV.dll") LoadPlugin("D:\Eseguibili\Media\AVSCube\VSCube.dll") DGSource("F:\In\2_0446 Akira TAiCHi\taichi.dgi...
by Guest 2
Sun Aug 07, 2022 11:52 am
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

Rocky wrote:
Sun Aug 07, 2022 11:15 am
Thank you for the link.
Thanks for your efforts.

It would be nice to have some of your results with cube (avs and cuda) + mvtools + x265 --preset slow, to simulate real world sets. I don't know with your processor but some offload of a very intensive task can be really useful.
by Guest 2
Sun Aug 07, 2022 10:05 am
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

Rocky wrote:
Sun Aug 07, 2022 8:53 am
Can you tell me about DTL's workarounds? Any links?
https://forum.doom9.org/showthread.php?t=183517

It's a long thread, where he seemed to go thru some of your issues.
Rocky wrote:
Sun Aug 07, 2022 9:55 am
Here's DGCube
Great! Does it follow the same syntax of AVSCube?
by Guest 2
Sun Aug 07, 2022 3:47 am
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

I tried! You are considering a modern CPU as reference for your benchmarks. I am running on a museum ready i7-2600k... do you think it could keep up against CUDA? :D Moreover, did you try to x265 encode at the same time, instead of just measuring raw cube mapping performance? I think that is the fi...
by Guest 2
Sun Aug 07, 2022 3:42 am
Forum: DGDecNV
Topic: HEVC 4:4:4 support
Replies: 22
Views: 41299

HEVC 4:4:4 support

Here you go guys. HEVC 16-bit 4:4:4 support Great, I will test it ASAP. I have just returned from vacation, more tired than before :D I may go ahead and do 8-bit support too if there is any demand for it. My initial idea was to have HEVC 4:4:4 not to encode movies, as there are almost none, but to ...
by Guest 2
Sun Jul 24, 2022 5:23 am
Forum: DGDecNV
Topic: Slight difference in audio output delay
Replies: 46
Views: 52777

Slight difference in audio output delay

Is there any reason why dgdemux.exe, while same version, has different size and checksum in DGDecNV and DGDemux packages? Aren't they interchangeable?
by Guest 2
Sat Jul 23, 2022 3:07 am
Forum: CUDA Filters
Topic: Port Cube
Replies: 299
Views: 199805

Port Cube

Bullwinkle wrote:
Mon Jul 04, 2022 6:41 pm
Let us finish up the DGDecNV release and then we'll consider it.
*wink wink*

I badly need it :) Want to try serious PQ to HLG with cube profile.
by Guest 2
Fri Jul 22, 2022 1:46 pm
Forum: News
Topic: Trying automatic activation for registrations
Replies: 5
Views: 15024

Trying automatic activation for registrations

Rocky wrote:
Tue Jul 19, 2022 1:17 pm
It could very well be related.
As your hands are dirty already, please change oil to the notification engine.

Not always I get one.
by Guest 2
Wed Jul 20, 2022 2:19 am
Forum: DGDecNV
Topic: HEVC 4:4:4 support
Replies: 22
Views: 41299

HEVC 4:4:4 support

Rocky wrote:
Mon Jul 18, 2022 8:15 pm
OK, why not? Whee.
Some HDR material both in 4:2:0 and 4:4:4:

https://behome.dyndns.info/index.php/s/7BgTfkYSmYrrzsS