From e38d382e94ae4e0221eae8967774ee13996370d2 Mon Sep 17 00:00:00 2001 From: esche Date: Tue, 4 Jul 2023 23:18:00 +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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2122d59..2747e87 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ See https://wiki.xiph.org/Opus_Recommended_Settings for more information about t Videofiles are not supported at the moment. -### Example +### Examples + convert all files with .mp3-extension and .flac-extension to opus -```bash to_opus.sh mp3 flac``` +```bash to_opus.sh -e mp3 -e flac``` + +convert all files to opus +```bash to_opus.sh -e "*"``` ### Dependencies -- ffmpeg - -## ToDo: -- better documentation -- flag for behaviour on Videofiles \ No newline at end of file +- ffmpeg \ No newline at end of file