av1·AV1bys12 How to use av1_amf with ffmpeg?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.View original on sopuli.xyz4Comments2
ttkw8 lemm.ee1Hide 1 replyYou 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.0
s12 replysopuli.xyz You need to specify -c:v av1_amf in your command. It is specified in my command.1
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.
It is specified in my command.