# 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 -n -f -o Options: -i -q -k -t -o -h, --help Print help -V, --version Print version ```