An open API service indexing awesome lists of open source software.

https://github.com/vimeo/av1stats

An AV1 stream analysis CLI tool
https://github.com/vimeo/av1stats

Last synced: 6 months ago
JSON representation

An AV1 stream analysis CLI tool

Awesome Lists containing this project

README

          

# av1stats
This is an AV1 stream analysis tool designed for encoder research.
The main use case currently supported is rate control.

# Features
* Supports IVF (AV1) and CSV (containing data dumped from a previous pass) as input
* Outputs per-frame data (frame size and base quantizer index) to CSV or to standard output
* Computes basic statistics (standard output only)

# Usage
```
av1stats [FLAGS] [OPTIONS]

FLAGS:
-a, --append Appends the output if writing to file
--csv Processes CSV input generated by previous runs
-h, --help Prints help information
-V, --version Prints version information
-v, --verbose Prints additional data if writing to the command line

OPTIONS:
-o, --output Output filename

ARGS:
Input filename
```