Add AV1 format Video Output Support

Request Type:
NEW FEATURE

MCEBuddy Version and Type (32bit or 64bit): MCEBUDDY 2.5.4 64 bit

Operating System and Type (32bit or 64bit): Windows 10 64 bit

Summary of the problem or suggestion: I would like to start using video files in the AV1 format to save space and still have good quality. Can you add the AV1 as a option for output format? If you were to provide this option, I would happily donate an extra $25 and I’m sure that I’m not alone

Steps to replicate the bug: N/A

Screenshots:
N/A

MCEBuddy already supports AV1 encoding. You can create your own profile to do this, here’s an example:

[AV1 in MKV]
Description=AV1 video using average bitrate with AAC audio in a MKV container.
order=ffmpeg
ffmpeg-general=-threads 0
ffmpeg-video=-ss 0 -vf yadif=0:-1:1,hqdn3d -vcodec libaom-av1 -b 1400k -strict experimental -map 0:v -sn
ffmpeg-audio=-acodec aac -ab 160k -map 0:a
ffmpeg-audioac3=-acodec aac -ab 256k -map 0:a
ffmpeg-ext=.mkv
ffmpeg-audiodelay=skip
PreConversionCommercialRemover=true

Should be marked as solution