Avidemux Forum

Participate => User interface and Usability => Topic started by: Killer 69 on April 20, 2012, 06:34:21 AM

Title: Audio Fad In/Fade Out
Post by: Killer 69 on April 20, 2012, 06:34:21 AM
Pls. add this, would make a big difference
Title: Re: Audio Fad In/Fade Out
Post by: BARBRA on August 29, 2012, 03:29:14 PM
"I'm pretty sure fade outs did not occur during the days when 78s were used ... since in those days music was recorded directly to disc. Once studios started using magnetic tape for their masters (early-mid 1950s)
Title: Re: Audio Fad In/Fade Out
Post by: Evil_Burrito on August 31, 2012, 04:50:09 PM
Barbra, I agree the audio editing is very limited in avidemux. But there is a simple enough work around that should fit your needs.

First, make note of the frames you want to fade (audio and video will both fade in). Then, open avisynth proxy, select custom tab. Next is a little script writing. Define the source [if it is an .avi] type in the text box:

avisource("C:\pathtofile.avi")
FadeIn(2000) #This fades in until frame 2000.


Here's some documentation if you have trouble understanding the fade parameter. You can find more documentation on the avisynth wiki.
http://avisynth.org/oldwiki/index.php?page=Fade (http://avisynth.org/oldwiki/index.php?page=Fade)

Hope that helps  ;)
Title: Re: Audio Fad In/Fade Out
Post by: Evil_Burrito on September 02, 2012, 07:55:46 PM
After thinking about it, there is a much better alternate way to do this.

Use an external audio editor, such as Audacity, then use external source for the audio track.