Update README.md

This commit is contained in:
Leaced 2023-03-26 13:27:44 +02:00 committed by GitHub
parent 999caf1c12
commit 64753413f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,15 @@
# to_opus # to_opus
converting all Files in your current working directory and all subdirectories to opus. This is work in progress 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 ### Example
```bash to_opus mp3 flac``` convert all files with .mp3-extension and .flac-extension to opus convert all files with .mp3-extension and .flac-extension to opus
```bash to_opus mp3 flac```
### Dependencies ### Dependencies
- ffmpeg - ffmpeg
## ToDo: ## ToDo:
- better support multiple audio streams
- better documentation - better documentation
- support for converting the audiostream in video files