Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjust volume of audio track #2149

Closed
4 tasks done
KevinYork opened this issue Sep 9, 2024 · 1 comment
Closed
4 tasks done

adjust volume of audio track #2149

KevinYork opened this issue Sep 9, 2024 · 1 comment

Comments

@KevinYork
Copy link

The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first

Description

Adjust volume of the audio track. [I realize that is a lossy op; but...]

I am suggesting:

Changing the volume of an audio track:
	ffmpeg -i input.mp4 -af "volume=0.5" -c:v copy output.mp4
	ffmpeg -i input.mp3 -af "volume=3dB" -c:v copy output.mp3
@mifi
Copy link
Owner

mifi commented Sep 12, 2024

#372

@mifi mifi closed this as not planned Won't fix, can't repro, duplicate, stale Sep 12, 2024
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

No branches or pull requests

2 participants