VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Hi there

    I have a multichannel w64 file and would like to boost the LFE channel by +6dB. This is what I have so far:

    RaWavSource("C:\audio.w64", 1).AmplifyDB(+6.0,4)
    SoundOut()

    However my output seems to be louder overall instead of just channel 4. Could it be that channel 4 is not the LFE channel or am I using the function arguments incorrectly?

    Thanks would appreciate any help.
    Quote Quote  
  2. You are using it incorrectly.
    AmplifyDB(clip, float amount [, float amount ]...)
    http://avisynth.nl/index.php/Amplify

    So probably something like:
    Code:
    AmplifyDB(0.0, 0.0, 0.0, 6.0, 0.0)
    (Assuming LFE is the 4th channel in your file.)
    Last edited by sneaker; 30th Nov 2019 at 04:38.
    Quote Quote  
  3. Thanks a lot man, it works like a charm!
    Quote Quote  



Similar Threads

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