Go to file
jiangcuo e72f12c06b
Some checks failed
CI / Check (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Lint (push) Has been cancelled
first commit
2026-07-06 17:41:51 +08:00
.github/workflows first commit 2026-07-06 17:41:51 +08:00
examples first commit 2026-07-06 17:41:51 +08:00
src first commit 2026-07-06 17:41:51 +08:00
.cargo_vcs_info.json first commit 2026-07-06 17:41:51 +08:00
.cargo-ok first commit 2026-07-06 17:41:51 +08:00
.gitignore first commit 2026-07-06 17:41:51 +08:00
build.rs first commit 2026-07-06 17:41:51 +08:00
Cargo.toml first commit 2026-07-06 17:41:51 +08:00
Cargo.toml.orig first commit 2026-07-06 17:41:51 +08:00
README.md first commit 2026-07-06 17:41:51 +08:00

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.