this post was submitted on 12 Oct 2024
4 points (100.0% liked)
AV1
517 readers
1 users here now
Community for AV1 video codec
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
It is specified in my command.