8 releases (4 breaking)

Uses old Rust 2015

0.5.0 Dec 4, 2022
0.4.0 Nov 13, 2022
0.3.0 Jul 13, 2018
0.2.2 Apr 6, 2018
0.1.1 Jan 2, 2018

#211 in Video

49 downloads per month
Used in 2 crates (via mp4-stream)

MIT license

27KB
611 lines

x264

Crates.io Docs.rs

This crate gives you safe but still extremely fast H.264 encoding.

Usage

  1. Add x264 to your Cargo.toml.
  2. Look at an example and copy it.
  3. Read some documentation.

Contributing

You could...

  • star this repository.
  • open issues if you find anything that can be improved.
  • add some beautiful examples.

lib.rs:

An x264 wrapper, so that you can safely encode H.264 video.

Dependencies

~0–2.1MB
~42K SLoC