Goetheverlag entfernt

This commit is contained in:
2025-06-29 15:43:34 +02:00
parent 68120cd7c3
commit 90edc1ad83
2211 changed files with 0 additions and 2421 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,11 +0,0 @@
#!/bin/bash
input_file=$1
output_file="${input_file%.wav}.mp3"
echo $input_file
echo $output_file
ffmpeg -i $input_file -codec:a libmp3lame -qscale:a 2 $output_file
rm -f $input_file