Some multimedia Scripts in bash using ffmpeg
Find a file
2023-03-24 17:05:03 +01:00
README.md Update README.md 2023-03-24 17:05:03 +01:00
to_opus.sh Added default option for multiple audio channels 2023-03-24 17:03:07 +01:00

to_opus

converting all Files in your current working directory and all subdirectories to opus. This is work in progress

Example

bash to_opus mp3 flac convert all files with .mp3-extension and .flac-extension to opus

Dependencies

  • ffmpeg

ToDo:

  • better support multiple audio streams
  • better documentation
  • support for converting the audiostream in video files