media-tools/README.md
2023-03-26 13:27:44 +02:00

15 lines
474 B
Markdown

# to_opus
converting all Files with given file extension in your current working directory and all subdirectories to opus.
Executed on videofiles it will make a copy of the audiostream(s) and convert them to opus. The original file remains unaffected.
This script is work in progress and in a early state.
### Example
convert all files with .mp3-extension and .flac-extension to opus
```bash to_opus mp3 flac```
### Dependencies
- ffmpeg
## ToDo:
- better documentation