> Am 27.12.2019 um 08:26 schrieb Ashish Jha <[email protected]>: > > I want to try av1 codec so I tried to enable libaom encoder. However, I am > not able to do so. > I tried various commands from google, but whenever I tried to encode, it > says: Codec 'libaom-av1' is not recognized by FFmpeg. > > Please let me know, how can I enable this encoder.
When building FFmpeg, you have to run configure with the option --enable-libaom to get the aom encoder. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
