„README.md“ ändern
This commit is contained in:
parent
11e13a2eb0
commit
e38d382e94
1 changed files with 7 additions and 7 deletions
12
README.md
12
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
|
Loading…
Reference in a new issue