„README.md“ ändern

This commit is contained in:
esche 2023-05-18 16:08:20 +02:00
parent cca7277146
commit 6b19634352

View file

@ -2,9 +2,7 @@
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 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. See https://wiki.xiph.org/Opus_Recommended_Settings for more information about this.
Executed on videofiles it will make a copy of the audiostream(s) and convert them to opus. The original file remains unaffected. Videofiles are not supported at the moment.
This script is work in progress and in a early state.
### Example ### Example
convert all files with .mp3-extension and .flac-extension to opus convert all files with .mp3-extension and .flac-extension to opus
@ -15,3 +13,4 @@ convert all files with .mp3-extension and .flac-extension to opus
## ToDo: ## ToDo:
- better documentation - better documentation
- flag for behaviour on Videofiles