Some multimedia Scripts in bash using ffmpeg
Find a file
Leaced 999caf1c12
Rewrite
Now with support for multiple audio stream, separate automatic bit-rate for every stream and detection if file is a video. Videos will not be deleted and only the audio will be converted into an audio file
2023-03-26 13:22:40 +02:00
README.md Update README.md 2023-03-24 17:05:03 +01:00
to_opus.sh Rewrite 2023-03-26 13:22:40 +02: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