Skip to content

Conversation

@mavit
Copy link

@mavit mavit commented Jan 15, 2021

No description provided.

@joonas-fi
Copy link

joonas-fi commented Apr 10, 2022

Thanks for this advice!

I successfully produced a Dockerfile that can be used to build a Docker image:

FROM fedora:latest

WORKDIR /workspace

ENTRYPOINT ["/usr/bin/loudgain"]

# NOTE: pulls in quite many unnecessary dependencies: https://twitter.com/joonas_fi/status/1513109460570591232
RUN rpm -q rpmfusion-free-release || sudo yum install --assumeyes https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-`rpm -E %fedora`.noarch.rpm \
	&& sudo yum install --assumeyes loudgain

README.md Outdated

```bash
rpm -q rpmfusion-free-release || sudo yum install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-`rpm -E %fedora`.noarch.rpm
yum swap --allowerasing ffmpeg-free ffmpeg

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead recommend installing libavcodec-freeworld to overlay the extra codecs.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the tip. Actually, these days I don't think RPM Fusion adds any useful audio codecs, so I'm going to drop the suggestion entirely.

The audio codecs we care about are included with Fedora.
@mavit
Copy link
Author

mavit commented Aug 2, 2025

loudgain was replaced in Fedora by rsgain, so this is no-longer relevant.

@mavit mavit closed this Aug 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants