-
-
Notifications
You must be signed in to change notification settings - Fork 457
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
Add audio filter volume to stream #313
Comments
You should edit the "audio_codec_aac": {
"outputOptions": [
"-codec:a aac",
"-bsf:a aac_adtstoasc",
"-af volume=6dB",
]
}, In the UI you have to select AAC encoding for the audio stream. |
yes that is pretty much what i was doing. But even with the correct syntax, it doesnt seem to do anything. I am encoding the audio to aac: Is the audio edited in any way after ffmpeg has encoded the audio and is passed on to hls? |
How did you transport this modification into the container? Did you build your own image? You can also simply mount the modified
|
The way I done it was: If it doesnt work go back in and run: |
Please check this with the Restreamer v2 🚀. We would be happy to receive feedback. |
Sorry, I was a bit hasty with the closing. We will add this to the feature request list. #345 |
Hello @pick-and-mix Here it is: Cheers |
💛 If you were satisfied with the support, and we could help you, please rate us on Google. |
Is there anyway to edit (I assume) live.json to get -af "volume=6dB" to work.
I have a really quiet stream and i used volumestect and I need to boost the audio by 6db.
I have tried adding it to live.json, but it either hasnt worked or errors out.
Any help would be great.
The text was updated successfully, but these errors were encountered: