viser-cli 0.4.0

CLI for viser - Video Encoding Optimizer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# viser-cli

CLI binary for viser — the main entry point for all optimization methods, encode commands, quality measurement, and comparison.

## Commands

- `viser per-title analyze` — per-title (whole-video) convex hull analysis
- `viser per-shot detect/analyze` — shot detection and per-shot analysis
- `viser per-segment analyze` — segment-level CRF adaptation
- `viser context-aware analyze` — device-specific ladder generation
- `viser quality measure` — VMAF/PSNR/SSIM measurement
- `viser compare` — browser-based comparison player
- `viser encode` — single encode job
- `viser inspect probe` — ffprobe wrapper

See `viser --help` or the [top-level README](../README.md) for usage examples.