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
The text was updated successfully, but these errors were encountered:
FelonEkonom
changed the title
[Boombox] Specify bitrate/sth like profile in VPx encoder
Specify bitrate or something like profile in VPx encoders used in Boombox
Feb 5, 2025
It turns out that the option with the biggest impact on the VP9 encoding speed is the -deadline realtime option. It heavily elevates the bitrate (or decreases quality if bitrate is forced).
It turns out that the vpx encoder doesn't use more than 4 CPU threads (even when thread options is passed).
Other option that can be used to improve perfromance is -speed but it doesn't affect the performance that much.
With -deadline realtime option and -speed 16 I was able to achieve x8 realtime encoding speed with bitrate around ~1500kb/s.
On contrary, the H264 encoder with -preset fast options was able to achieve x25 realtime encoding speed with ~500kb/s bitrate, but it was using ~10 CPU cores.
No description provided.
The text was updated successfully, but these errors were encountered: