#video-encoding #cli-tool #png #av #codec #wav #pgv

app pgv-cli

A CLI tool for encoding PGV video files

5 releases

0.1.4 May 19, 2023
0.1.3 May 16, 2023
0.1.2 May 14, 2023
0.1.1 May 13, 2023
0.1.0 May 13, 2023

#169 in Video

21 downloads per month

MIT and LGPL-3.0

10KB
109 lines

pgv-cli

CLI tool for encoding PGV video files

Installation

cargo install pgv-cli

Usage

Takes as input a folder containing named PNG files (as 001.png, 002.png, etc) and an optional WAV audio track, and produces an encoded PGV video file

Usage: pgv-cli.exe [OPTIONS] -i <FRAMEPATH> -n <NUMFRAMES> -f <FPS> -o <OUTPATH>

Options:
  -i <FRAMEPATH>
  -n <NUMFRAMES>
  -f <FPS>
  -a <AUDIOPATH>
  -q <QUALITY>
  -o <OUTPATH>
  -h, --help          Print help
  -V, --version       Print version

Dependencies

~17MB
~124K SLoC