shaka-project / shaka-streamer

A simple config-file based approach to preparing streaming media, based on FFmpeg and Shaka Packager.
https://shaka-project.github.io/shaka-streamer/
Apache License 2.0
198 stars 62 forks source link

Allow to specify av1 software encoder #135

Open Mr-Pi opened 1 year ago

Mr-Pi commented 1 year ago

ffmpeg supports multiple av1 encoders(like libaom-av1, libsvtav1 or librav1e), but currently there is now way to specify which encoder should be used.

bileslav commented 1 year ago

Any updates or plans on this? The default encoder libaom-av1 is incredibly slow for me (same as libvpx[-vp9] btw); libsvtav1 works just fine.