Flaeri
Flaeri
TC📼 The Classroom 🌐
Created by TheDevFreak on 7/3/2024 in #tech-help
Converting HLG HDR Video to PQ HDR Video (HDR10)
and yeah, mercy be upon ye if you plan on trying to get libplacebo hardware accelerated via vulkan. That was painful, time consuming, and I failed. Maybe things have changed in the past two years, but I would really not want to try that again 😅
29 replies
TC📼 The Classroom 🌐
Created by TheDevFreak on 7/3/2024 in #tech-help
Converting HLG HDR Video to PQ HDR Video (HDR10)
1080p decode with cuda hw accel is about 500fps Cpu decode is 380fps CPU decode + zscale about 200fps. soo, Guess I'm wrong. Its probably zscale and copying shit all over the place that is the primary time sink
29 replies
TC📼 The Classroom 🌐
Created by TheDevFreak on 7/3/2024 in #tech-help
Converting HLG HDR Video to PQ HDR Video (HDR10)
my guess is its CPU decoded, and thats whats slowing you down
29 replies
TC📼 The Classroom 🌐
Created by TheDevFreak on 7/3/2024 in #tech-help
Converting HLG HDR Video to PQ HDR Video (HDR10)
I'm getting around 170fps on 1080p
29 replies
TC📼 The Classroom 🌐
Created by TheDevFreak on 7/3/2024 in #tech-help
Converting HLG HDR Video to PQ HDR Video (HDR10)
huh.. That seems a bit slow. I know I'm not doing 2160p60, but I am curious what is taking so long 😛
29 replies
TC📼 The Classroom 🌐
Created by TheDevFreak on 7/3/2024 in #tech-help
Converting HLG HDR Video to PQ HDR Video (HDR10)
happy to hear it, best of luck :OBSHeart:
29 replies
TC📼 The Classroom 🌐
Created by TheDevFreak on 7/3/2024 in #tech-help
Converting HLG HDR Video to PQ HDR Video (HDR10)
not sure if you're on windows or linux, but opencl has hardware accel for tonemapping, which might work heh
29 replies
TC📼 The Classroom 🌐
Created by TheDevFreak on 7/3/2024 in #tech-help
Converting HLG HDR Video to PQ HDR Video (HDR10)
instead of clip, look into npl, tonemap filters, desat, peak with tonemap, you might be interested in bt2390
29 replies
TC📼 The Classroom 🌐
Created by TheDevFreak on 7/3/2024 in #tech-help
Converting HLG HDR Video to PQ HDR Video (HDR10)
I'd be very careful with clip 😅
29 replies
TC📼 The Classroom 🌐
Created by TheDevFreak on 7/3/2024 in #tech-help
Converting HLG HDR Video to PQ HDR Video (HDR10)
So, you're happy with this? Or do you want to tweak the output a bit? Looking for speedups?
29 replies
TC📼 The Classroom 🌐
Created by thegodfatherpart4 on 6/28/2024 in #tech-help
Obs Clips
I don't have enough information about your setup, or the game, but I am going to make an educated guess. I have a headset (and I think you do to) that splits comms and game into two seperate channels, and I have a wheel on my headset that can "tune" / balance these to "channels". Its really cool and convenient, and it also allows me to capture game and voice seperately (which is really convenient). However, if in your software (for example OBS), you only add the "game " audio source, and not the "comms" audio source, then you get exactly what you are describing. You hear it in your headset (cus its always playing both), but the capture software does not, because it only has one of the "channels" / devices added. You can go into either global audio (in settings), or just add the "comms" audio output device to your scene, and you'll get both (and you can balance, or even split between audio tracks). So, assuming this is correct, then you are in an amazing position where you can easily mute or balance your game audio with the comms (nice to be able to mute or lower someone screaming or cursing without it impacting the game audioa 😄 ) Best of luck, hope that helps, and that my assumption is correct :OBSHeart:
2 replies
TC📼 The Classroom 🌐
Created by Luxas on 5/13/2024 in #tech-help
OBS gets stuck on "Stoping Recording"
Stuff to rule out: Disable hags, restart the computer, see if it still Happens. Does it only happen on the d drive? Is it USB? Old spinning rust? Are you using the splitting feature? (Split file ever x min / x size)
13 replies
TC📼 The Classroom 🌐
Created by Yasaka on 5/31/2024 in #tech-help
OBS ignores video encoder parameters in custom output(ffmpeg)
Space separated
12 replies
TC📼 The Classroom 🌐
Created by Yasaka on 5/31/2024 in #tech-help
OBS ignores video encoder parameters in custom output(ffmpeg)
No, syntax for custom ffmpeg output is param=value param=value @Yasaka
12 replies
TC📼 The Classroom 🌐
Created by Yasaka on 5/31/2024 in #tech-help
OBS ignores video encoder parameters in custom output(ffmpeg)
could also try preset=p6, which would get you lookahead, which should help with bitrate spikes
12 replies
TC📼 The Classroom 🌐
Created by Yasaka on 5/31/2024 in #tech-help
OBS ignores video encoder parameters in custom output(ffmpeg)
Seems there is no filler option for hevc_nvemc ffmpeg. I believe there is in avcodec, but appears to not be exposed
12 replies
TC📼 The Classroom 🌐
Created by Yasaka on 5/31/2024 in #tech-help
OBS ignores video encoder parameters in custom output(ffmpeg)
Setting the bufsize that high will make it less like CBR. Nvenc already fluctuates a fair amount, so I wouldn't set it any higher than equal to the bitrate. Unsure if you can use filler with the icecast protocol, but try enabling filler data if possible @Yasaka
12 replies
TC📼 The Classroom 🌐
Created by itzmojo on 5/30/2024 in #tech-help
Multi monitor OBS rendering issue
Make sure windows is up to date (if win10, older builds were suboptimal). Set the 144hz monitors to 120hz. That's all I can think of, unless there is some gsync wonk
10 replies
TC📼 The Classroom 🌐
Created by Emperor Freed on 4/25/2024 in #tech-help
4090+7950x obs settings for 1080p
2, for almost all platforms 🙂 @Comandante
35 replies
TC📼 The Classroom 🌐
Created by ninbura on 5/28/2024 in #tech-help
Curious as to what options others are using in FFmpeg for av1_nvenc encoding.
Here is a decent example of how VBR-CQ will generate smaller files than CQP (when adjusted for avg QP), for me, on racing video game -c:v hevc_nvenc -rc vbr -cq 24 -preset p7 -maxrate 240M -bufsize 480M maxrate and bufsize is ridiclously high, cus I in essence don't want to be limited, and just want CQ to hit the quants it believes is good. File is smaller than CQP, but visually comparable, as its cut some data in ranges where human don't really notice much (high frequency areas etc). It also seems to use a lower quant for areas that a bright and sharp (it deems important). Has overall lower accuracy, but that is to be expected, and if that is what you're after, then you should be using CQP anyway (this is not for accuracy) Personally, I would definitely add inn AQ (For VBR-CQ) for even more savings (or quality gain) for human visual perception. It is up to you tho @ninbura
18 replies