spotDL / spotify-downloader

Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
https://spotdl.readthedocs.io/en/latest/
MIT License
17.45k stars 1.6k forks source link

audio volume level lowered. #703

Closed D3DANIEL closed 4 years ago

D3DANIEL commented 4 years ago

What is the purpose of your issue?

Description

one of my downloaded track has its volume decreased. confirmed the yt link has normal volume via --dry-run

Log

AmolAmrit commented 4 years ago

I think it is related to the video from youtube.

brayo-pip commented 4 years ago

post the exact link so that we can try it ourselves

brayo-pip commented 4 years ago

I recently experienced the same issue, it's legit, No idea what could be causing it

AmolAmrit commented 4 years ago

I recently experienced the same issue, it's legit, No idea what could be causing it

I think it depends on the video?

brayo-pip commented 4 years ago

am not sure but I'll try to redownload it to confirm

rocketinventor commented 4 years ago

FFMPeg has the ability to normalize audio. There are also specialized packages that can do this i.e. FFMPEG Normalize.

Perhaps this could be added as a feature.

See: https://superuser.com/questions/323119/how-can-i-normalize-audio-using-ffmpeg

ghost commented 4 years ago

Audio is normalized using the EUB R128 algorithm by default in v3. So, already implemented.