<div dir="ltr">Hi,<div>I am trying to see how good h264_amf encoder is. I use ffmpeg to encode a 1080 video on Windows 10 running Ryzen 5 2500U. Two observations:</div><div><br></div><div>- The encoded video quality is pretty poor, much worse than x264 with a smaller bitrate.</div><div><br></div><div>- I got about 70fps with ~70% GPU usage. I was expecting to get better numbers though.</div><div>  As a comparison, on a much slower intel CPU Celeron n3450, using h264_vaapi to encode the same file, I got 30 fps with less than 20% GPU usage.</div><div><br></div><div>The command I use is:</div><div>ffmpeg -i transcode-test.mkv -pix_fmt nv12 -c:v h264_amf -profile:v constrained_baseline -rc cqp -qp_i 0 -qp_p 0 -qp_b 0 h264_amf.mkv<br></div><div><br></div><div>(looks like the qp parameters don't change anything..)</div><div><br></div><div>Did I do sth. wrong?</div></div>