docs(FAQ): Add more info on how to enable remux mode
This commit is contained in:
parent
77c7748d76
commit
22a99e4485
1 changed files with 5 additions and 1 deletions
|
@ -152,7 +152,11 @@ So AllTube will offer you video-only and audio-only formats in the format list.
|
||||||
You then need to merge them together with a tool like ffmpeg.
|
You then need to merge them together with a tool like ffmpeg.
|
||||||
|
|
||||||
You can also enable the experimental remux mode
|
You can also enable the experimental remux mode
|
||||||
that will merge the best video and the best audio format on the fly.
|
that will merge the best video and the best audio format on the fly:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
remux: true
|
||||||
|
```
|
||||||
|
|
||||||
## Convert videos to something other than MP3
|
## Convert videos to something other than MP3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue