From 5463aea2ae0b869446ebfb187057b79dc0397924 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Fri, 28 Dec 2018 19:36:01 +0100 Subject: [PATCH] docs: Add remux to example config file --- config/config.example.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/config.example.yml b/config/config.example.yml index 529fdba..743a0af 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -37,5 +37,8 @@ uglyUrls: false # True to stream videos through server stream: false +# True to enable remux mode (merge best audio and best video) +remux: false + # MP3 bitrate when converting (in kbit/s) audioBitrate: 128