lextra2

Results 62 comments of lextra2

thats odd. but good thing you've figured it out.

Freesync works and the app does not work in exclusive fullscreen games (as expected) for me on an AMD GPU. Everything works as expected for me.

Use [`AMF_VIDEO_ENCODER_HEVC_RATE_CONTROL_METHOD_PEAK_CONSTRAINED_VBR`](https://github.com/GPUOpen-LibrariesAndSDKs/AMF/blob/master/amf/public/include/components/VideoEncoderHEVC.h#L82) and set [`AMF_VIDEO_ENCODER_HEVC_PRE_ANALYSIS_ENABLE`](https://github.com/GPUOpen-LibrariesAndSDKs/AMF/blob/master/amf/public/include/components/VideoEncoderHEVC.h#L165) to `true` for increased quality

`QVBR`, `HQVBR` & `HQCBR` all set `EnablePreAnalysis=true` [But PreAnalysis only works with NV12](https://github.com/GPUOpen-LibrariesAndSDKs/AMF/blob/master/amf/doc/AMF_Video_PreAnalysis_API.md#12-overview) Use Rate Control `CQP` if you want to record in HDR Your title is misleading

> How is it misleading? Because your title implies P010 doesn't work with AMF AV1 But in reality, it only doesn't work with your selected Rate Control method, and the...

@RytoEX You could check for the selected Color Format and selected Rate Control, and then give the user an error if incompatibility arises. Also, [AMD is probably working on making...

> HQCBR and HQVBR are almost unusable, even on the 7900XTX. For 1080p60 recording, they are all overloaded. That is because rhuts forgot to tell you to use "Preset: Balanced"...

@rhutsAMD My suggestions; Set scenecut of PreAnalysis to false, e.g. `PASceneChangeDetectionEnable=false` `AMF_PA_SCENE_CHANGE_DETECTION_ENABLE` Reason: x264 & [NVENC](https://github.com/obsproject/obs-studio/commit/8fb32c37ee170036a362a4772414e8060401a6fe) both have their scenecut for cbr/vbr disabled because a fixed keyint is preferred for...

Hello, any updates? Whats the hold up? As previously discussed, using `AMF_VIDEO_ENCODER_QUALITY_PRESET_BALANCED` & `AMF_PA_SCENE_CHANGE_DETECTION_ENABLE=false` should make the new settings work for most people. `QVBR`, `HQVBR `& `HQCBR `are already using...

>PAEngineType=11(DX12) and PAEngineType=10(Vulkan). Where are you getting those values from? [The docs](https://github.com/GPUOpen-LibrariesAndSDKs/AMF/blob/master/amf/public/include/components/PreAnalysis.h#L95) don't say anything about DX12 support [Nevermind found it](https://github.com/GPUOpen-LibrariesAndSDKs/AMF/issues/439#issuecomment-1917886326) @rhutsAMD could you please update the docs of PreAnalysis.h#L95...