split 0.1.0

Resource Split for BIN/IVF/WEBM/PSNR/YUV/...
Documentation
  • Coverage
  • 0%
    0 out of 47 items documented0 out of 21 items with examples
  • Size
  • Source code size: 169.18 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.78 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rainliu

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)