Fadeout parameter in % or ms (for multiple files processing)

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.

The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Locked
magnetique
Posts: 4
Joined: Tue Oct 12, 2010 12:28 am
Operating System: Please select

Fadeout parameter in % or ms (for multiple files processing)

Post by magnetique » Tue Oct 12, 2010 12:42 am

Hello,

first of all BIG thanks to the developers of AUDACITY!

I would like to fade-out for example the last 5% of the track or only xx ms at the end. This can be easily done manually but unfortunately I have over 1000 tracks to do this way.

Could someone recommend me a how to do that?

I can create a chain for batch processing but still without the possibility to edit Fade-Out parameter to let it fade-out only the last 5% of the track. (or xx ms at the end)
Or if there would be a command in chain to select last 5% of the track, then I could just use normal Fade-Out command without any change, but there is no select command...

Any tips are more than welcome!
Thanks
Last edited by magnetique on Tue Oct 12, 2010 10:25 am, edited 1 time in total.

kozikowski
Forum Staff
Posts: 68938
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: Fade-out parameter in % (for multiple files processing)

Post by kozikowski » Tue Oct 12, 2010 1:26 am

<<<fade-out only the last 5% of the track.>>>

Do you really want a two-hour long track for fade out for six minutes?

Just wondering...

Koz

magnetique
Posts: 4
Joined: Tue Oct 12, 2010 12:28 am
Operating System: Please select

Re: Fade-out parameter in % (for multiple files processing)

Post by magnetique » Tue Oct 12, 2010 9:47 am

Hello Koz,

no, I have 1000 short samples with duration few seconds and would like to fade-out only the end of each of them.

Any solution please?

waxcylinder
Forum Staff
Posts: 14585
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Fade-out parameter in % (for multiple files processing)

Post by waxcylinder » Tue Oct 12, 2010 9:54 am

just select the sections you need to fade - use the cursour to click&drag to mage the selection. Then use Effect > Fade Out. Repeat for the next fade ...

WC
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

magnetique
Posts: 4
Joined: Tue Oct 12, 2010 12:28 am
Operating System: Please select

Re: Fade-out parameter in % (for multiple files processing)

Post by magnetique » Tue Oct 12, 2010 10:19 am

waxcylinder wrote:just select the sections you need to fade - use the cursour to click&drag to mage the selection. Then use Effect > Fade Out. Repeat for the next fade ...

WC
Do you mean REPEAT 1000 times? Try it yourself! :)
Would like to use batch processing!

steve
Site Admin
Posts: 80752
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Fadeout parameter in % or ms (for multiple files process

Post by steve » Tue Oct 12, 2010 1:15 pm

If all the files are the same length then you could import multiple files, then select the last 5% in all files and apply the fade, then use Export Multiple (based on tracks) to export the files. If you intend to try this method I would suggest trying it with just a couple of tracks, then if successful build up the number of tracks.

If the files are different lengths then the only method that I can think of is to use a program like AutoHotkey for the automation. I don't know if this will work as I don't usually use Windows software.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

waxcylinder
Forum Staff
Posts: 14585
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Fade-out parameter in % (for multiple files processing)

Post by waxcylinder » Tue Oct 12, 2010 2:15 pm

magnetique wrote: ... Do you mean REPEAT 1000 times? Try it yourself! :)
Aaaahhh, I see :oops:
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

magnetique
Posts: 4
Joined: Tue Oct 12, 2010 12:28 am
Operating System: Please select

Re: Fadeout parameter in % or ms (for multiple files process

Post by magnetique » Tue Oct 12, 2010 11:42 pm

thanks stevethefiddle, but unfortunately the files are not the same length
it seems that I need to use some paid application then... :cry:

steve
Site Admin
Posts: 80752
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Fadeout parameter in % or ms (for multiple files process

Post by steve » Wed Oct 13, 2010 1:56 am

AutoHotkeys is free and open source.
I've not come across any audio editors (free or paid) that can batch process files in that way. Perhaps if you find one that can do this (and works) you could let us know.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Edgar
Forum Crew
Posts: 2042
Joined: Thu Sep 03, 2009 9:13 pm
Operating System: Windows 10

Re: Fadeout parameter in % or ms (for multiple files process

Post by Edgar » Wed Oct 13, 2010 5:18 am

One of the joys of Audacity is that it is open source. It is fairly easy to turn the GUI off and set Audacity up for batch processing from the command line. Do you do any programming? If so, you should try to compile Audacity for yourself. If you can get Audacity (and the required wxWidgets) to compile on your system and you are familiar with C++ (or any language and willing to learn a little bit of C++) you could probably accomplish your goal here. Most of the code that you need to change is really only a matter of commenting out those places which ask for user intervention and hard coding the values. In another thread I posted all the steps (including all of the code) which you would need to follow. The only part missing would be the actual fadeout code itself which should not be too difficult.

Locked