📝 Added Catbox configuration info to README
This commit is contained in:
parent
1a814db1c5
commit
046a3e539e
|
@ -113,6 +113,14 @@ video_fps=auto
|
||||||
audio_format=opus
|
audio_format=opus
|
||||||
# Opus sounds good at low bitrates 32-64k, but aac requires 128-256k.
|
# Opus sounds good at low bitrates 32-64k, but aac requires 128-256k.
|
||||||
audio_bitrate=32k
|
audio_bitrate=32k
|
||||||
|
|
||||||
|
# Catbox.moe upload settings
|
||||||
|
# Whether uploads should go to litterbox instead of catbox.
|
||||||
|
# catbox files are stored permanently, while litterbox is temporary
|
||||||
|
litterbox=no
|
||||||
|
# If using litterbox, time until video expires
|
||||||
|
# Available values: 1h, 12h, 24h, 72h
|
||||||
|
litterbox_expire=72h
|
||||||
```
|
```
|
||||||
|
|
||||||
### Key bindings
|
### Key bindings
|
||||||
|
|
Loading…
Reference in a new issue