You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add feature to use filters with avcodec encoders (mainly for my test purpose).
Available with -c av_xxx, with option to set encoder options (--avcodec-prms). Example: -c av_libsvtav1 --avcodec-prms preset=6,crf=30,svtav1-params=enable-variance-boost=1:variance-boost-strength=2"
Other codec options include av_libvvenc, av_libvpx-vp9, etc.