<div dir="ltr">Chao this forum only discusses ffmpeg libav related thing not command line ... but you can do a ffmpeg tutorial <a href="http://slhck.info/ffmpeg-encoding-course/#/">http://slhck.info/ffmpeg-encoding-course/#/</a> <br></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Mar 24, 2018 at 5:00 AM Chao Liu <<a href="mailto:yijinliu@gmail.com">yijinliu@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org" target="_blank">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" rel="noreferrer" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</blockquote></div>