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.
- Host: GitHub
- URL: https://github.com/quadrupleslap/x264
- Owner: quadrupleslap
- Created: 2018-01-02T11:42:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T07:51:10.000Z (about 5 years ago)
- Last Synced: 2024-03-15T13:22:14.761Z (over 1 year ago)
- Topics: encoding, h264, nostd, x264
- Language: Rust
- Homepage: https://docs.rs/x264
- Size: 17.6 KB
- Stars: 49
- Watchers: 3
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# x264
[](https://crates.io/crates/x264)
[](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.