Note that there are some explanatory texts on larger screens.

plurals
  1. PONormalise AC3 files
    primarykey
    data
    text
    <p>We currently have avi-files that contain MP3-streams. We noticed that our provider cannot ensure that the audio streams are normalized, which is why we use <a href="http://ffmpeg.org/" rel="nofollow noreferrer">ffmpeg</a> and <a href="http://mp3gain.sourceforge.net/" rel="nofollow noreferrer">MP3Gain</a> to demux, normalize and mux the audio part. The main reason for this is that the audio doesn't need to be encoded again.</p> <p>The plan is to move on with the quality and use mp4-files containing AC3-streams. We assume that again we need to normalise the audio ourselves. We haven't yet received any mp4-file from our provider, but we assume that we can use ffmpeg on them again to demux and mux the audio. However, we currently have no idea how to normalize the audio.</p> <p>We already thought about extracting each channel separately, converting them to MP3, run MP3Gain on them and see which one is the loudest and then apply the same increase/decrease to all channels. However, that requires lots of encoding and the surround channels probably need other treatment than the front channels.</p> <p>I guess the complexity comes with the support of more audio channels and - e.g. with 5.1 - how they are somewhat related to each other.</p> <p>Is there any Windows tool (free preferred), project or source out there that can help us with normalizing the audio either directly in the AC3 or as parts without encoding them again?</p> <p>There was <a href="https://stackoverflow.com/questions/984729/how-can-i-determine-how-loud-a-wav-file-will-sound">another question</a> but that one mostly covered theoretical stuff.</p> <p><em>I'm sorry if the wording sounds amateurish, but the audio-stuff never was supposed to be a concern for us.</em></p> <p>EDIT: I learned that the technique behind this seems to be called <a href="http://en.wikipedia.org/wiki/ReplayGain" rel="nofollow noreferrer">ReplayGain</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload