VideoHelp Forum




+ Reply to Thread
Results 1 to 10 of 10
  1. I combined two videos. Both have ac3 5.1 surround sound files except one is 640 and the other is 448. The 640 sounds louder and I want them both to have the same volume. Any programs that can equalize it?
    Quote Quote  
  2. Check metadata - dialogue normalization value - both tracks should be -31
    Quote Quote  
  3. just checked, they both have a dialnorm value of -31, just the 448kps bitrate sounds quieter compared to the 640kps
    Quote Quote  
  4. Member
    Join Date
    Nov 2009
    Location
    United States
    Search Comp PM
    Why not normalize with FFmpeg:
    Code:
    ffmpeg.exe -i "input.ac3" -af dynaudnorm=p=0.70:m=100:g=11:s=12 -ab 448k -ar 48000 -acodec ac3 "output.ac3"
    Quote Quote  
  5. Ok I'll give it a whirl, never used ffmpeg before but thanks for the input!
    Quote Quote  
  6. Originally Posted by mrtoad883 View Post
    just checked, they both have a dialnorm value of -31, just the 448kps bitrate sounds quieter compared to the 640kps

    How did you verified dialnorm config?
    Quote Quote  
  7. Originally Posted by mrtoad883 View Post
    Checked it with mediainfo

    This can be true for first ac3 frame... - you should check all frames IMHO.
    Quote Quote  
  8. Interesting..how do I go about doing that?
    Quote Quote  
  9. stumbled upon AC3Filter on the site, think that would do the trick?

    Edit: nevermind. Looks like I can do what I need with avidemux by adjusting gain in audio filters
    Last edited by mrtoad883; 2nd Oct 2016 at 03:08.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!