media-tools/README.md

16 lines
581 B
Markdown
Raw Normal View History

2023-03-24 11:15:30 +01:00
# to_opus
2023-03-26 13:30:47 +02:00
converting all Files with given file extension in your current working directory and all subdirectories to opus. The Script will choose an automatic bitrate for every audiostream dependent on the number of channels and the original bitrate.
See https://wiki.xiph.org/Opus_Recommended_Settings for more information about this.
2023-05-18 16:08:20 +02:00
Videofiles are not supported at the moment.
2023-03-24 11:19:01 +01:00
2023-07-04 23:18:00 +02:00
### Examples
2023-03-26 13:27:44 +02:00
convert all files with .mp3-extension and .flac-extension to opus
2023-07-04 23:18:00 +02:00
```bash to_opus.sh -e mp3 -e flac```
2023-03-24 15:30:37 +01:00
2023-07-04 23:18:00 +02:00
convert all files to opus
```bash to_opus.sh -e "*"```
2023-03-24 17:05:03 +01:00
2023-07-04 23:18:00 +02:00
### Dependencies
- ffmpeg