From 77ca59bd58b566e1198ad55b5bac1c42c8a604fe Mon Sep 17 00:00:00 2001 From: Rikux3 Date: Mon, 27 Jul 2020 19:14:53 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9ababa..80f98e1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ You should find `config.json` in the folder of the executable. With it, you can The default configuration ships as follows: * Video: Will be copied -* Audio: Re-encoded as AC3 at 640kb/s. If the file has 6 channels, they will be merged to 2 +* Audio: Re-encoded as AC3 at 640kb/s. If the file has 6 channels, they will be merged into stereo + * Left channel: CH1, CH3, CH5 50% volume, CH6 + * Right channel: CH2, CH4, CH5 50% volume, CH6 * Output is a MP4 file You can change these settings to your likings, it's standard ffmpeg syntax.