„README.md“ ändern
This commit is contained in:
parent
d575ec0a3e
commit
f5f0174b12
1 changed files with 14 additions and 3 deletions
15
README.md
15
README.md
|
@ -1,8 +1,9 @@
|
|||
# to_opus
|
||||
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.
|
||||
converting all audiostreams in 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.
|
||||
|
||||
Videofiles are not supported at the moment.
|
||||
If used on containers with video- or subtitlestreams, this skript will only convert the audiostream and copy all streams in a Matroska container.
|
||||
|
||||
### Examples
|
||||
|
||||
|
@ -12,6 +13,16 @@ convert all files with .mp3-extension and .flac-extension to opus
|
|||
convert all files to opus
|
||||
```bash to_opus.sh -e "*"```
|
||||
|
||||
convert the audiostream of an movie
|
||||
```bash to_opus.sh -e mp4```
|
||||
|
||||
### Dependencies
|
||||
- ffmpeg
|
||||
- Bash 4^
|
||||
|
||||
### Why opus?
|
||||
|
||||
Opus is an open format and royalty free. It is FOSS.
|
||||
It is supported on most platforms and has a better quality per bitrate then formats like mp3 or Vorbis.
|
||||
|
||||
![Opus Quality comparison with other formats](https://upload.wikimedia.org/wikipedia/commons/0/01/Opus_quality_comparison.svg)
|
Loading…
Reference in a new issue