From 2b5a385e51a4c49c7a79069be62a135dc95c9f0c Mon Sep 17 00:00:00 2001 From: esche Date: Fri, 7 Jul 2023 23:30:24 +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 | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fb950ab..9ee6341 100644 --- a/README.md +++ b/README.md @@ -7,22 +7,18 @@ If used on containers with video- or multiple audiostreams, this skript will onl ### Flags ```-e``` defines the extension of the files that should be converted
-```-d``` deletes original files after conversion - +```-d``` deletes original files after conversion
```-h``` show help (not implemented) ### Examples -convert all files to opus - +convert all files to opus
```bash to_opus.sh -e "*"``` -convert all files with .mp3-extension and .flac-extension to opus and deletes original files after that - +convert all files with .mp3-extension and .flac-extension to opus and deletes original files after that
```bash to_opus.sh -e mp3 -e flac``` -convert the audiostream of an movie - +convert the audiostream of an movie
```bash to_opus.sh -e mp4``` ### Dependencies