From 6b196343528dd44a94562c909887c1fb028aa044 Mon Sep 17 00:00:00 2001 From: esche Date: Thu, 18 May 2023 16:08:20 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e597539..2122d59 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ 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. +Videofiles are not supported at the moment. ### Example convert all files with .mp3-extension and .flac-extension to opus @@ -15,3 +13,4 @@ convert all files with .mp3-extension and .flac-extension to opus ## ToDo: - better documentation +- flag for behaviour on Videofiles \ No newline at end of file