]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
fix opus serial number
authorBastian Dehn <hhaalo@arcor.de>
Sat, 12 Sep 2026 08:42:03 +0000 (10:42 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 12 Sep 2026 08:42:03 +0000 (10:42 +0200)
libs/opus.sh

index 9da31a43fb8a53072faf205b32fe74196235ee35..c3afb60568f06023cb8106b548869c89606133dd 100644 (file)
@@ -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()