„README.md“ ändern
This commit is contained in:
parent
d74998833b
commit
49b91271e7
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -5,14 +5,19 @@ See https://wiki.xiph.org/Opus_Recommended_Settings for more information about t
|
||||||
|
|
||||||
If used on containers with video- or multiple audiostreams, this skript will only convert the audiostream and copy all streams in a Matroska container.
|
If used on containers with video- or multiple audiostreams, this skript will only convert the audiostream and copy all streams in a Matroska container.
|
||||||
|
|
||||||
### Examples
|
### Flags
|
||||||
|
```-e``` defines the extension of the files that should be converted
|
||||||
|
```-d``` deletes original files after conversion
|
||||||
|
```-h``` show help (not implemented)
|
||||||
|
|
||||||
convert all files with .mp3-extension and .flac-extension to opus
|
### Examples
|
||||||
```bash to_opus.sh -e mp3 -e flac```
|
|
||||||
|
|
||||||
convert all files to opus
|
convert all files to opus
|
||||||
```bash to_opus.sh -e "*"```
|
```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
|
convert the audiostream of an movie
|
||||||
```bash to_opus.sh -e mp4```
|
```bash to_opus.sh -e mp4```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue