https://bugs.kde.org/show_bug.cgi?id=503408

--- Comment #18 from Robby Engelmann <robby.engelm...@r-engelmann.de> ---
doing a simple re-encoding by:

for file in *.mp3; do
    ffmpeg -i "$file" -codec:a libmp3lame -b:a 320k "./output/$file"
done

did not solve it

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to