„README.md“ ändern

This commit is contained in:
esche 2023-07-04 23:18:00 +02:00
parent 11e13a2eb0
commit e38d382e94

View file

@ -4,13 +4,13 @@ See https://wiki.xiph.org/Opus_Recommended_Settings for more information about t
Videofiles are not supported at the moment. Videofiles are not supported at the moment.
### Example ### Examples
convert all files with .mp3-extension and .flac-extension to opus 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 ### Dependencies
- ffmpeg - ffmpeg
## ToDo:
- better documentation
- flag for behaviour on Videofiles