codec-from-scratch VS less-avc

Compare codec-from-scratch vs less-avc and see what are their differences.

codec-from-scratch

Build a simple video encoder from scratch (by kevmo314)

less-avc

less Advanced Video Coding (H.264) encoding (by strawlab)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
codec-from-scratch less-avc
5 1
244 18
- -
2.0 5.5
about 1 year ago 8 months ago
Go Rust
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

codec-from-scratch

Posts with mentions or reviews of codec-from-scratch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-19.

less-avc

Posts with mentions or reviews of less-avc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-19.
  • Video Codec in 100 lines of Rust
    3 projects | news.ycombinator.com | 19 Dec 2022
    Funnily enough I recently released 0.1.0 of "less-avc" a pure Rust H.264 (AVC) video encoder: https://github.com/strawlab/less-avc/ . For now it only implements a lossless I PCM encoder but supports a few features I need such as high bit depth. If anyone has a codec-writing itch they want to scratch, I would welcome work towards the compression algorithms H.264 supports: context-adaptive variable-length coding (CAVLC) and context-adaptive binary arithmetic coding (CABAC). Also I'm happy for constructive criticism or questions on this library. I think it is fairly idiomatic, and no `unsafe`, rust. While H.264 is an older codec now, as far as I can tell, this also means any patents on it are about to run out and it is very widely supported.

What are some alternatives?

When comparing codec-from-scratch and less-avc you can also consider the following projects:

gamut - Image encoding and decoding library for D. Detailed layout control. Experimental codec QOIX.

jcodec - JCodec main repo