4
How to use av1_amf with ffmpeg?
(sopuli.xyz)
You need to specify -c:v av1_amf
in your command.
So a very basic version might look like:
ffmpeg -i input.mp4 -c:v av1_amf output.mp4
But be aware, there is an issue with amf's recognition of quality settings in the current implementation.
You need to specify
-c:v av1_amf
in your command.
It is specified in my command.
Community for AV1 video codec