Roman Huts

Results 135 comments of Roman Huts

The issue when encoding AV1 on Linux with a GPU such as Radeon RX 7900 XT is known. We are working on this and it will be fixed in an...

A fix has been made internally and will be available in a future public driver release. We will notify when the exact release is made publicly available.

`AMF_VIDEO_ENCODER_HEVC_SLICES_PER_FRAME` is the only parameter that controls the number of slices for the HEVC encoder. Do you intend to try to keep the size of each slice constant which results...

Thank you for providing the additional information. AMF does not currently have a mode to output slices of a constant size but we will consider this for the future. AMF...

The pre-encode filter is not currently integrated into OBS. Please stay tuned. PreAnalysis is embedded in the encoder and can be set via a string option in OBS but the...

I was not able to reproduce the average QP misaligned rounding internally on an RX 9070 XT with the latest 25.3.2 driver. AMF should not display the average QP differently...

The encoder profile level is automatically increased based on the frame size if the given profile level is found to not be sufficient. For HEVC, the default profile level set...

I have lowered the default profile level for the HEVC encoder to `AMF_LEVEL_5_2` to closer match the default of the other encoders considering the corresponding frame sizes. This new default...

I have also updated the documentation and it will include notes on automatic level adjustment upwards based on the frame size in a subsequent AMF SDK release.

> FYI, just implement a table like this in your AMF runtime so that the **level** will automatically be set to the **lowest value** that meets the spec. Both the...