„README.md“ ändern
This commit is contained in:
parent
c72eef0b13
commit
2b5a385e51
1 changed files with 4 additions and 8 deletions
12
README.md
12
README.md
|
@ -7,22 +7,18 @@ If used on containers with video- or multiple audiostreams, this skript will onl
|
||||||
|
|
||||||
### Flags
|
### Flags
|
||||||
```-e``` defines the extension of the files that should be converted<br>
|
```-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)
|
```-h``` show help (not implemented)
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
convert all files to opus
|
convert all files to opus<br>
|
||||||
|
|
||||||
```bash to_opus.sh -e "*"```
|
```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```
|
```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```
|
```bash to_opus.sh -e mp4```
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
Loading…
Reference in a new issue