An open API service indexing awesome lists of open source software.

https://github.com/quadrupleslap/x264

🎥 A safe x264 wrapper for Rust.
https://github.com/quadrupleslap/x264

encoding h264 nostd x264

Last synced: 5 months ago
JSON representation

🎥 A safe x264 wrapper for Rust.

Awesome Lists containing this project

README

          

# x264

[![Crates.io](https://img.shields.io/crates/d/x264.svg)](https://crates.io/crates/x264)
[![Docs.rs](https://docs.rs/x264/badge.svg)](https://docs.rs/x264)

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](examples) and copy it.
3. Read some [documentation](https://docs.rs/x264).

## Contributing

You could...

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