Some multimedia Scripts in bash using ffmpeg
README.md | ||
to_opus.sh |
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