https://github.com/saturday06/rust-openh264-sys
Rust bindings to OpenH264.
https://github.com/saturday06/rust-openh264-sys
h264 openh264 rust-bindings
Last synced: over 1 year ago
JSON representation
Rust bindings to OpenH264.
- Host: GitHub
- URL: https://github.com/saturday06/rust-openh264-sys
- Owner: saturday06
- License: bsd-2-clause
- Created: 2018-01-19T14:59:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T11:00:32.000Z (about 8 years ago)
- Last Synced: 2025-02-27T03:26:46.787Z (over 1 year ago)
- Topics: h264, openh264, rust-bindings
- Language: Rust
- Homepage:
- Size: 26.4 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openh264-sys
[](https://travis-ci.org/saturday06/rust-openh264-sys)
[](https://ci.appveyor.com/project/saturday06/rust-openh264-sys)
[](https://crates.io/crates/openh264-sys)
Bindings to OpenH264.
## features
### ‘build’ feature
Download and build openh264 source.
### ‘static’ feature
Link static openh264 library.
## Specify custom openh264 installation prefix
Set environment variable `OPENH264_INCLUDE_PATH` and `OPENH264_LIBRARY_PATH`. Then `$OPENH264_INCLUDE_PATH/wels/codec_api.h` and `$OPENH264_LIBRARY_PATH/libopenh264.so` must be exist.