Description
Some videos are extremely loud, others are very quiet.
It would be nice to have some kind of sound equalization, either built into the server (as a part of video processing), or built into the client.
If done server-side, a simple ffmpeg invocation could do it:
ffmpeg -i video.mp4 -filter:a "speechnorm=e=50:r=0.0001:l=1" -vcodec copy video-normalized.mp4
Use-case
This would make the experience of flipping through videos in Loops much less jarring, as some videos are just ridiculously loud.
Acknowledgements
Yes
Description
Some videos are extremely loud, others are very quiet.
It would be nice to have some kind of sound equalization, either built into the server (as a part of video processing), or built into the client.
If done server-side, a simple ffmpeg invocation could do it:
Use-case
This would make the experience of flipping through videos in Loops much less jarring, as some videos are just ridiculously loud.
Acknowledgements
Yes