Chain help - bit rate change

This section is now closed.
Forum rules
Audacity 1.3.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
edmund10
Posts: 20
Joined: Mon Nov 21, 2011 6:36 pm
Operating System: Please select

Chain help - bit rate change

Post by edmund10 » Tue Feb 14, 2012 7:09 pm

Another quick question

Id like to have a chain in which I use Amplify (-2.0db), then Export to Mp3.

When I export I get the error in the attached screenshot.

How can I prevent this?

Can I add a command to the chain that would automatically resample the project at an appropriate level prior to exporting to MP3?

Thank you
Attachments
Screen shot 2012-02-14 at 11.59.23 AM.png
Screen shot 2012-02-14 at 11.59.23 AM.png (26.58 KiB) Viewed 5432 times

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

Re: Chain help - bit rate change

Post by steve » Tue Feb 14, 2012 7:14 pm

Do you really want to export at 24 kbps? That is an extremely low quality format.
Audacity does not have "resample" as a Chain command, so probably the easiest way (if you really do want 24 kbps MP3) would be to export from Audacity in WAV format, then use a third party batch converter to encode the files as MP3.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

edmund10
Posts: 20
Joined: Mon Nov 21, 2011 6:36 pm
Operating System: Please select

Re: Chain help - bit rate change

Post by edmund10 » Wed Feb 15, 2012 2:22 am

Thank you -- do you all recommend any third party ogg--> mp3 converters for Mac?

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Chain help - bit rate change

Post by Gale Andrews » Wed Feb 15, 2012 2:46 am

Go to the Import / Export Preferences and enable "When importing... normalize all tracks." Import or generate some audio (anything will do) then open Effect > Normalize, set Normalize to - 2 dB (other boxes unchecked), then run the effect. You may want to turn off "Show Metadata Editor" further down the Preferences.

Now you can import as many files into the project as disk space allows using Import > Audio, change the project rate bottom left of the window to 24000 Hz, then File > Export Multiple.

I'll add your vote for chains allowing choice of export sample rate.
edmund10 wrote:Thank you -- do you all recommend any third party ogg--> mp3 converters for Mac?
The problem is that most batch encoders require you to use the command line which you may or may not be comfortable with - for a command line application you could try http://sox.sourceforge.net/ (you have to add the libmp3lame library).


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

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

Re: Chain help - bit rate change

Post by steve » Wed Feb 15, 2012 2:50 am

If you're comfortable using the command line you could use SoX.
I don't use Macs, so I'm not the best person to ask, but I think iTunes can encode MP3s. I don't know if it supports OGG, but you could use Audacity to decode the OGG files to WAV or AIFF, then iTunes to encode them as MP3.
If your original files are low sample rate OGG files, then you will probably be able to do the whole thing in Audacity, but you've not really said what it is that you're trying to do.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Chain help - bit rate change

Post by Gale Andrews » Wed Feb 15, 2012 4:08 am

Yes you could batch-convert OGG files to MP3 in iTunes. You will have to add OGG support for Quick Time:
http://wiki.audacityteam.org/wiki/Expor ... l_files.29 .

Then drag the files into the Music window and set the "Import Settings" at iTunes > Preferences to MP3. Then select all the files, right-click and convert to MP3.

You can batch convert WAV to MP3 in iTunes too but you can't normalise/amplify hence I didn't mention it.



Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Locked