Creating a simple action

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

Mac 0S X 10.3 and earlier are no longer supported but you can download legacy versions of Audacity for those systems HERE.
Locked
BigA
Posts: 5
Joined: Wed Jun 10, 2009 10:18 am
Operating System: Please select

Creating a simple action

Post by BigA » Wed Jun 10, 2009 10:21 am

I have a batch of MP3s which I need to import into Audacity, trim to 30 seconds, then apply a fade out starting at the 27th second. Very simple to do but I have so many MP3s to go through I was hoping to be able to write a simple action which I could apply to the MP3s as I import.

Is there an easy way for me to do this?

Thanks.

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

Re: Creating a simple action

Post by kozikowski » Wed Jun 10, 2009 5:11 pm

http://audacityteam.org/wiki/index.php?title=Automation

I can't find the wiki on actually how to execute what little scripting is already there. Called "Chains" by the way.

Koz

BigA
Posts: 5
Joined: Wed Jun 10, 2009 10:18 am
Operating System: Please select

Re: Creating a simple action

Post by BigA » Wed Jun 10, 2009 5:31 pm

Thanks Koz. Was able to find this link: http://audacityteam.org/wiki/index.php? ... ffectsTips where it states that a chain can be created by simply accessing File -->Edit Chains but that seems to relate to the Beta version. i can't find anything similar in version 1.2.5

At least now I know what it's called :)

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

Re: Creating a simple action

Post by waxcylinder » Wed Jun 10, 2009 5:39 pm

Don't be put off by the "unstable" labelling of the Beta 1.3 - 1.3.7 is fairly mature now and relatively stable I would advise using 1.3 over 1.2 (note that you can have both on your machine at the same time - but you can't run them botha at the same time - and note too that 1.2 projects can be opened in 1.3 but not the other way around, and if you open a 1.2 project in 1.3 and then save it, it will become a 1.3 project.)

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

BigA
Posts: 5
Joined: Wed Jun 10, 2009 10:18 am
Operating System: Please select

Re: Creating a simple action

Post by BigA » Wed Jun 10, 2009 5:52 pm

Cool thanks - installed and can find the Chain option. I can see how to create the title of a new chain but not sure how to assign actions to it. Also seem to have lost the 'snap to' option.

BigA
Posts: 5
Joined: Wed Jun 10, 2009 10:18 am
Operating System: Please select

Re: Creating a simple action

Post by BigA » Wed Jun 10, 2009 5:57 pm

Found 'Snap To'. Are the default commands the only available or can others be defined?

I need to:
1. Snap to 30s
2. Trim
3. Snap to 27s
4. Apply Fade Out from 27s to 30s
5. Export to MP3

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

Re: Creating a simple action

Post by steve » Wed Jun 10, 2009 7:22 pm

BigA wrote:Are the default commands the only available
Yes
BigA wrote:or can others be defined?
No
BigA wrote:1. Snap to 30s
2. Trim
3. Snap to 27s
4. Apply Fade Out from 27s to 30s
5. Export to MP3
"Chains" is pretty basic batch processing. It can't do that.
I can't think of any other program that can either.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

BigA
Posts: 5
Joined: Wed Jun 10, 2009 10:18 am
Operating System: Please select

Re: Creating a simple action

Post by BigA » Wed Jun 10, 2009 8:03 pm

Rats. Ok - thanks for letting me know all the same :)

Wonder if it could somehow be achieved with an Apple Script...

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

Re: Creating a simple action

Post by kozikowski » Wed Jun 10, 2009 8:37 pm

As has been pointed out already, none of this stuff works in Audaciy 1.2, whose forum this is. It's all available in Audacity 1.3. Audacity only had very sketchy support for command line operation. I believe zero or maybe the ability to launch the application with a file already loaded.

And yes there are programs that can do that trick. Photoshop has a Learn command and a scripting language. You can set it loose on a pile of pictures and it will execute, if not all, then almost all of the production tools and save the work to another location. I don't know another sound program that can do that.

Koz

Locked