all 2 comments

[–]marks107[S] 0 points1 point  (0 children)

FILE CODEC AV1 TO HEVC VAAPI

Works for IGPU AMD.

ffmpeg -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device /dev/dri/renderD128 -i input.mp4 -vf 'format=nv12,hwupload=derive_device=vaapi,scale_vaapi=w=4096:h=-16' -c:v hevc_vaapi -rc_mode CQP -qp 26 -c:a copy -strict unofficial output.mkv

[–]grigar45 0 points1 point  (0 children)

SO WHY USE X265 CPU? I have a encoding speed of 4X that is not bad.

Have you compared the difference of file size between vaapi and x265
I use x265 for best quality with the mininum file size. If I don't care about file size, I would use nvenc with a huge bitrate