We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
Read the documentation and FAQ, Known issues, Troubleshooting to see if the feature already exists
#372
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: