From: Bastian Dehn Date: Sat, 12 Sep 2026 08:42:03 +0000 (+0200) Subject: fix opus serial number X-Git-Tag: v1.0.0^2~15^2~1 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=7f2990747db169da0d2a07dfe8515eb26e203296;p=albentohandy.git fix opus serial number --- diff --git a/libs/opus.sh b/libs/opus.sh index 9da31a4..c3afb60 100644 --- a/libs/opus.sh +++ b/libs/opus.sh @@ -18,7 +18,9 @@ flac_to_opus() BITRATE=${BITRATE:="192"} nice --adjustment=10 opusenc --picture "3|image/jpeg|||$coverfile" \ - --quiet --bitrate "$BITRATE" "$input" "$output" + --quiet \ + --serial 1 \ + --bitrate "$BITRATE" "$input" "$output" } convert_flac_to_opus()