media-tools/README.md

16 lines
474 B
Markdown
Raw Normal View History

2023-03-24 11:15:30 +01:00
# to_opus
2023-03-26 13:27:44 +02:00
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.
2023-03-24 11:19:01 +01:00
### Example
2023-03-26 13:27:44 +02:00
convert all files with .mp3-extension and .flac-extension to opus
```bash to_opus mp3 flac```
2023-03-24 15:30:37 +01:00
### Dependencies
- ffmpeg
2023-03-24 17:05:03 +01:00
## ToDo:
- better documentation