]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
add mp3 no lame tag
authorBastian Dehn <hhaalo@arcor.de>
Sat, 19 Sep 2026 10:06:05 +0000 (12:06 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 19 Sep 2026 10:06:05 +0000 (12:06 +0200)
libs/mp3.sh

index 5ee4a3a2d5de5d99949948e833149c7183a40365..157bcb8dde428db7052125f9c2c5df10442bde4f 100644 (file)
@@ -95,7 +95,7 @@ encoding_flac_to_mp3()
                "$input" \
                | nice --adjustment=15 lame \
                --silent \
-               -b "$BITRATE" \
+               -b "$BITRATE" -t \
                --noreplaygain \
                - "$output"
 }