Skip to content

[Enhancement]: Sound equalization #980

@githubisviolatingthegpl

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions