Make JPEG quality configurable

This commit is contained in:
2026-05-29 10:21:25 -07:00
parent 8b74d25954
commit 9d1f4cc53b
4 changed files with 5 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ The UI intentionally hides these settings, but the backend still supports them t
- Frame rate defaults to `24fps`. Lower it if the client cannot keep up.
- Max width defaults to `960px`. Lower it first if bandwidth or image decode is the bottleneck.
- JPEG quality uses ffmpeg's `-q:v` scale, where lower is better. `5` is the default, `2` is high quality, and `18` is rough but lighter.
- JPEG quality uses ffmpeg's `-q:v` scale, where lower is better. Set the default with `JPEG_QUALITY`; `7` is the fallback, `2` is high quality, and `18` is rough but lighter.
- Audio defaults to MP3 at `160k`.
## Tradeoffs