x264 0.2.0

Encoding H.264 video.
docs.rs failed to build x264-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: x264-0.5.0

x264

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

Usage

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

Contributing

You could...

  • Star this repository, because it makes me unreasonably happy.
  • Find unsafe behavior in this library, and report or fix it.
  • Add some beautiful examples.