Make JPEG quality configurable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user