8 releases
0.1.7 | Jun 4, 2023 |
---|---|
0.1.6 | Jun 4, 2023 |
0.1.3 | May 31, 2023 |
#382 in Video
75 downloads per month
9KB
146 lines
pfv-cli
CLI tool for encoding PFV video files
Installation
cargo install pfv-cli
Usage
Takes as input a .Y4M video and produces an encoded PFV video file
Currently only 8bpp input supported, and only whole number framerates supported.
Usage: pfv-cli.exe [OPTIONS] -i <FRAMEPATH> -n <NUMFRAMES> -f <FPS> -o <OUTPATH>
Options:
-i <INPATH>
-q <QUALITY>
-k <KEYFRAME_INTERVAL>
-t <THREADS>
-o <OUTPATH>
-h, --help Print help
-V, --version Print version
Dependencies
~3–12MB
~129K SLoC