---
layout: default
category: "OBS"
title: "High Quality Recordings with AMD AMF (in OBSĀ® Studio)"
comments: true
date: "2022-01-13"
---
If you decided to go with the "Red" team instead of "Blue" or "Green", then unforunately you're a bit more limited in throughput, quality and features. While AMDs "Fine Wine" does often improve things, their hardware usually only has partial support for a certain standard, and encoding is no different. However you can still do many things with the hardware, and is by no means outdated or bad - it's just an unfortunate situation.
AV1
| Option |
True Lossless |
Near Lossless |
Indistinguishable |
High Quality |
Acceptable Quality |
| Rate Control |
CQP |
| CQ Level |
0 |
1 - 4 |
5 - 10 |
11 - 16 |
17 - 22+ |
| Profile |
Speed |
| Max B-frames |
Any, but less may be faster |
| AMF/FFmpeg Options |
preanalysis=false filler_data=false skip_frame=false |
- AMDs AV1 encoder is capable of 4:4:4 and 4:2:0 encoding, so it is the only available option for True Lossless SDR recording.
H265/HEVC
| Option |
True Lossless |
Near Lossless |
Indistinguishable |
High Quality |
Acceptable Quality |
| Rate Control |
N/A |
CQP |
| CQ Level |
5 - 10 |
11 - 16 |
17 - 22+ |
| Profile |
Speed |
| Max B-frames |
Any, but less may be faster |
| AMF/FFmpeg Options |
profile_tier=high preanalysis=false vbaq=false filler_data=false skip_frame=false |
- AMDs HEVC encoder is capable of 4:2:0 in both SDR (8bit) and HDR (10bit) mode.
H264/HEVC
| Option |
True Lossless |
Near Lossless |
Indistinguishable |
High Quality |
Acceptable Quality |
| Rate Control |
N/A |
CQP |
| CQ Level |
5 - 10 |
11 - 16 |
17 - 22+ |
| Profile |
Speed |
| Max B-frames |
Any, but less may be faster |
| AMF/FFmpeg Options |
profile_tier=high preanalysis=false vbaq=false filler_data=false skip_frame=false |
- AMDs H264 encoder is only capable of 4:2:0 SDR (8bit).
Additional Information
- OBS Studio does not yet have a HDR capable format for 4:4:4. (State: 2023-04-23)
- More B-Frames may result in smaller files, but also more encoder usage.
Back to the Guide