Some multimedia Scripts in bash using ffmpeg
Find a file
2023-03-26 13:27:44 +02:00
README.md Update README.md 2023-03-26 13:27:44 +02:00
to_opus.sh Rewrite 2023-03-26 13:22:40 +02:00

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