#av #codec #encoding #cli-tool

app pfv-cli

A CLI tool for encoding PFV video files

8 releases

0.1.7 Jun 4, 2023
0.1.6 Jun 4, 2023
0.1.3 May 31, 2023

#381 in Video

Download history 19/week @ 2024-02-19 28/week @ 2024-02-26 3/week @ 2024-03-11 80/week @ 2024-04-01

83 downloads per month

MIT license

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–14MB
~129K SLoC