<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; "><div style="font-family: Calibri, sans-serif; ">The following patch adds a new audio gain option to the transcode chain called "again". With this new option you can increase or decrease the audio level during transcoding. It is percentage based, for example 100 will leave the audio unchanged, 200 will double the  output and 50 will cut in in half.</div><div style="font-family: Calibri, sans-serif; "><br></div><div style="font-family: Calibri, sans-serif; ">Usage example: </div><div style="font-family: Calibri, sans-serif; "><br></div><div style="font-family: Calibri, sans-serif; ">vlc -vvv input_stream --sout '#transcode{acodec=mpga,ab=128,again=200}:rtp{mux=ts,dst=239.255.12.42,port=5004}'</div><div style="font-family: Calibri, sans-serif; "><br></div><div style="font-family: Calibri, sans-serif; ">Sergio Ammirata</div><div style="font-family: Calibri, sans-serif; "><br></div></body></html>