Video encoder rollback optimization in rav1e

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • rav1e-by-gop

    Discontinued Tool for multithreading a rav1e encode without tiles, using GOP boundaries

  • This should overall provide a nice speedup, but if you want even better threading, you could look at rav1e-by-gop, a tool specifically made to thread rav1e over multiple chunks: https://github.com/rust-av/rav1e-by-gop

  • rust

    Empowering everyone to build reliable and efficient software.

  • Implicit copying is generally more a problem in C++ where even deep clones can be performed without explicit opt-in via the syntax. Rust prevents this, but it does permit the implicit copying of Copy types. It's a known issue that this can cause performance issues, but it's always interesting to see it in the wild.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • rav1e

    The fastest and safest AV1 encoder.

  • Mind testing it with the latest release here: https://github.com/xiph/rav1e/releases

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts