OBS version is 30.0.2Thus, who will find this post later, will know what version of OBS (and video driver) was affected by this issue.Please post a log with your issue! Here's how...
OBS Studio creates a log file each time you run it which contains very useful diagnostic information. Without a log file, it's much harder for any support volunteers to figure out problems and your post may be ignored. To upload a log file, go to the Help menu > Log Files > Upload Last Log...obsproject.com
Seems like it, yes. It is an AV1 encoder issue. Such a shame it is at hardware level too. I highly doubt any driver update can fix that.See
![]()
[Bug]: AV1 encodes which require using alignment mode `1080p` or `unrestricted` don't signal the correct resolution · Issue #423 · GPUOpen-LibrariesAndSDKs/AMF
Describe the bug It seems that when using the AMF_VIDEO_ENCODER_AV1_ALIGNMENT_MODE set to AMF_VIDEO_ENCODER_AV1_ALIGNMENT_MODE_NO_RESTRICTIONS, the video is extended by adding rows/columns of black...github.com
As far as I understand, it's a hardware issue with the AMD hardware encoder.
As far as I understand the referenced issue thread, there are 2 black pixel rows added by the encoder at the bottom of a regular 1920x1080 video, so it becomes 1920x1082. However, the container (the container is what makes a video stream *.mp4 or *.mkv format) metadata still reports 1920x1080, so decent video players should simply crop this 2 lines away at playback time and you will never see it.
A fix can only come from AMD with some new driver, or may be even only on upcoming GPU hardware.