#input #yuv #webm #bin #ivf #psnr #vpx

bin+lib rsplit

Resource Split for BIN/IVF/WEBM/PSNR/YUV/

3 releases

Uses old Rust 2015

0.1.2 Feb 25, 2017
0.1.1 Feb 25, 2017
0.1.0 Feb 25, 2017

#361 in Video

MIT license

160KB
3K SLoC

C++ 2K SLoC // 0.1% comments Rust 1K SLoC // 0.0% comments

Contains (static library, 53KB) libnestegg.a

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)

No runtime deps