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 |
#205 in Video
Used in 2 crates
(via mp4-stream)
27KB
611 lines
x264
This crate gives you safe but still extremely fast H.264 encoding.
Usage
- Add
x264
to yourCargo.toml
. - Look at an example and copy it.
- 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