Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Sound that gets quieter / more echo / muffled as camera moves away from it

  • Sound that gets quieter / more echo / muffled as camera moves away from it

    Posted by winston hobbs on March 8, 2025 at 3:59 am

    Is there a way to make it so that a sound source will automatically get quieter or have more echo or be more muffled as the camera moves away with it. From my understanding, i think it would be possible with a plugin or expression, but i haven’t been able to find one.

    Mads Nybo jørgensen replied 1 month, 1 week ago 4 Members · 4 Replies
  • 4 Replies
  • Chris Voelz

    March 8, 2025 at 4:52 am

    Is the camera in after effects? Or are you referring to an actual camera that filmed the scene?

    If after effects, you could make a separate audio track with your effects and link the distance to dB levels. So as the camera gets further away increase the levels of the sound effects, but that might cause other issues. It would be better to finish the video portion, export it, and do your audio mixing in a separate program like Audition or Audacity. You will get better results there and have more control.

  • winston hobbs

    March 8, 2025 at 4:59 am

    sorry, i should have mentioned after effects camera

    I would prefer to not have to do manual audio editing as there will be a lot of cuts in where the camera is far away, or close, etc. The camera will be moving a lot with lots of different distances.

    But after reevaluating, i think i might have to. thanks for the response

  • Dan Ebberts

    March 8, 2025 at 7:46 am

    You could use an expression for Audio Levels where the amplitude falls off as the inverse square of the distance from the camera increases. You’d need to define a nominal distance where at that distance or closer the falloff is 0 db. Something like this:

    nominalDist = 2800;
    C = thisComp.layer("Camera 1");
    T = thisComp.layer("Target");
    d = length(C.position - T.position);
    if (d > nominalDist){
    n = Math.log2(d/nominalDist);
    value - ((value instanceof Array) ? [n,n]*6 : n*6);
    }else{
    value;
    }
  • Mads Nybo jørgensen

    March 10, 2025 at 2:16 pm

    Hey David,

    Echo Dennis on online options.

    Also, some manufacturers are now selling computers where there is only ethernet/wifi connection, or the ability to make USB ports / SD card readers unavailable, as these are potential threat to the system. Not only from hackers, but also “disgruntled” employees that wants to download data from the firm.

    You may have a similar situation with some web-services, such as dropbox.

    In short, you can’t win, except for having multiple options.Depending on length and subject matter:

    PowerPoint will allow you to embed video.YouTube, unpublished, or Private view.OneDrive, Goog Drive and similar, is as good as DropBox for playing back MP4 videos in browser.Signiant, Hightail and WeTransfer can also work for transferring files.

    You can also use platforms, mainly those hosting learning / courses, where you can charge for each view, or sell the download.

    All of the above solutions comes down to how well you know your “consumer”, and what your business model is?

    AtbMads

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy