„README.md“ ändern
This commit is contained in:
parent
49b91271e7
commit
f3feb4dba4
1 changed files with 5 additions and 0 deletions
|
@ -7,18 +7,23 @@ 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
|
||||
|
||||
```-h``` show help (not implemented)
|
||||
|
||||
### Examples
|
||||
|
||||
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
|
||||
|
||||
```bash to_opus.sh -e mp3 -e flac```
|
||||
|
||||
convert the audiostream of an movie
|
||||
|
||||
```bash to_opus.sh -e mp4```
|
||||
|
||||
### Dependencies
|
||||
|
|
Loading…
Reference in a new issue