From 158c0b04a8d74d3651baf6a989e3c645d3acf43f Mon Sep 17 00:00:00 2001 From: Leaced Date: Sun, 26 Mar 2023 13:30:47 +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 dc39d8e..b0ebe20 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # to_opus -converting all Files with given file extension in your current working directory and all subdirectories to opus. +converting all Files with given file extension in your current working directory and all subdirectories to opus. The Script will choose an automatic bitrate for every audiostream dependent on the number of channels and the original bitrate. +See https://wiki.xiph.org/Opus_Recommended_Settings for more information about this. + Executed on videofiles it will make a copy of the audiostream(s) and convert them to opus. The original file remains unaffected. This script is work in progress and in a early state.