docs: Add remux to example config file
This commit is contained in:
parent
22a99e4485
commit
5463aea2ae
1 changed files with 3 additions and 0 deletions
|
@ -37,5 +37,8 @@ uglyUrls: false
|
||||||
# True to stream videos through server
|
# True to stream videos through server
|
||||||
stream: false
|
stream: false
|
||||||
|
|
||||||
|
# True to enable remux mode (merge best audio and best video)
|
||||||
|
remux: false
|
||||||
|
|
||||||
# MP3 bitrate when converting (in kbit/s)
|
# MP3 bitrate when converting (in kbit/s)
|
||||||
audioBitrate: 128
|
audioBitrate: 128
|
||||||
|
|
Loading…
Reference in a new issue