How can av1_amf be used with ffmpeg as stated on the ffmpeg wiki?
I have already tried asking on the ffmpeg user mailing list, but I haven't got a response.
How can av1_amf be used with ffmpeg as stated on the ffmpeg wiki?
I have already tried asking on the ffmpeg user mailing list, but I haven't got a response.
2 Comments
tkw8@lemm.ee · 0 pts · 1y
You need to specify
-c:v av1_amfin your command.So a very basic version might look like:
ffmpeg -i input.mp4 -c:v av1_amf output.mp4But be aware, there is an issue with amf's recognition of quality settings in the current implementation.
s12@sopuli.xyz · 1 pts · 1y
It is specified in my command.