VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Is there a tool available that simply analyzes an AVI or MPG and displays the peak audio levels? Most of the AVI files I work with use PCM/WAV audio and the MPEG2 files use MPEG audio.
    Quote Quote  
  2. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    If you have Avisynth, get the Soundout plugin.

    Then use an AVS file like:

    Code:
    DirectShowSource("file.xyz")
    Soundout()
    to load the file.

    The Soundout panel will pop up.
    Click "Analyze sound" and you will get a report like:

    Code:
    Analyzed 100%.
    
    [Ch 0] Maximum:0.05dB. Average:-23.33dB. RMS:-17.67dB. ReplayGain:-4.19dB
    [Ch 1] Maximum:0.04dB. Average:-22.29dB. RMS:-16.32dB. ReplayGain:-5.78dB
    
    [All channels] Maximum:0.05dB. Average:-22.79dB. RMS:-16.95dB
    Last edited by AlanHK; 30th Aug 2010 at 13:48. Reason: fix slashes
    Quote Quote  
  3. Thank you, that works well. A little more work than I was hoping for, but it works . And I'm not sure if you put the backslashes in just for the example, but I had to remove them for it to work.

    Code:
    DirectShowSource("file.xyz")
    Soundout()
    Quote Quote  
  4. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    Originally Posted by Deluge View Post
    Thank you, that works well. A little more work than I was hoping for, but it works . And I'm not sure if you put the backslashes in just for the example, but I had to remove them for it to work.

    Code:
    DirectShowSource(\"file.xyz\")
    Soundout()
    No, it shouldn't have had backslashes. There was a glitch in the forum software that put them in (really).
    Glad you worked it out.

    I didn't think you would try it straight away, if ever; usually if I recommend a simple script people act as if I've asked them to try colonic irrigation.

    But once you have installed it all it's fairly simple to do. (Avisynth, not the colonic.)
    Last edited by AlanHK; 30th Aug 2010 at 13:56.
    Quote Quote  



Similar Threads

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