Creating a simple action
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.
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.
Creating a simple action
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.
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
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
I can't find the wiki on actually how to execute what little scripting is already there. Called "Chains" by the way.
Koz
Re: Creating a simple action
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
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
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
WC
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *
Re: Creating a simple action
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.
Re: Creating a simple action
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
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
Re: Creating a simple action
YesBigA wrote:Are the default commands the only available
NoBigA wrote:or can others be defined?
"Chains" is pretty basic batch processing. It can't do that.BigA wrote:1. Snap to 30s
2. Trim
3. Snap to 27s
4. Apply Fade Out from 27s to 30s
5. Export to MP3
I can't think of any other program that can either.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Creating a simple action
Rats. Ok - thanks for letting me know all the same 
Wonder if it could somehow be achieved with an Apple Script...
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
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
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