„README.md“ ändern

This commit is contained in:
esche 2023-07-07 23:30:24 +02:00
parent c72eef0b13
commit 2b5a385e51

View file

@ -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<br>
```-d``` deletes original files after conversion
```-d``` deletes original files after conversion<br>
```-h``` show help (not implemented)
### Examples
convert all files to opus
convert all files to opus<br>
```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<br>
```bash to_opus.sh -e mp3 -e flac```
convert the audiostream of an movie
convert the audiostream of an movie<br>
```bash to_opus.sh -e mp4```
### Dependencies