https://github.com/rainliu/rsplit
https://github.com/rainliu/rsplit
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rainliu/rsplit
- Owner: rainliu
- License: mit
- Created: 2017-10-06T01:33:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-06T01:35:06.000Z (over 7 years ago)
- Last Synced: 2025-02-28T06:09:54.074Z (3 months ago)
- Language: C++
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rsplit
rsplit BIN/IVF/WEBM/YUV/PSNR/...
Usage:
rsplit bin input.bin output_prefix frame_num h264|h265
rsplit ivf input.ivf output_prefix frame_num vp8|vp9
rsplit webm input.webm output.ivf frame_num vp8|vp9
rsplit yuv input.yuv output_prefix frame_num frame_size1 [...|frame_size2 ...]
rsplit psnr input1.yuv input2.yuv frame_num frame_size1 [...|frame_size2 ...]
===
how to build nestegg static library:
1). g++ -fPIC -c src/nestegg/*.cpp
2). ar rvs libnestegg.a halloc.o nestegg.o vpx.o
2.1) nm -g libnestegg.a (just to make sure that no name-mangling)
3). export LIBRARY_PATH="./"
4). cargo build (or cargo run)