Export MP3 issues

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
Tarsas
Posts: 2
Joined: Thu Nov 10, 2011 12:38 am
Operating System: Please select

Export MP3 issues

Post by Tarsas » Thu Nov 10, 2011 12:55 am

Please help.

I have used Audacity for years. Recently (this week) I am unable to export SOME of the music I work on. When I go to export I get the following "warning":

You are about so save a MP3 file with the name "blah blah".

Normally these files end in ".mp3", and some programs will not open
files with nonstandard extensions.

Are you sure you want to save the file under this name?

Yes No

When I click "Yes" it appears to export the file. However, it when I go to use that file, it is unrecognizable by ANY player.

The strange thing is that I am able to export some things I edit. While other times I'm NOT able to export.

I would really appreciate any advice anyone could give me please. Thank you in advance.

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

Re: Export MP3 issues

Post by Gale Andrews » Thu Nov 10, 2011 1:13 am

Don't add a dot (period) in the file name you want to export.

If you need the dot in the file name, type the extension as well. For example if you want to export "dot.com.mp3" type:

Code: Select all

dot.com.mp3
in the file name box when you export.

We don't add the extension automatically if the file name contains a dot because otherwise you could never add a "non-standard" extension for a particular file type.


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

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

Re: Export MP3 issues

Post by kozikowski » Thu Nov 10, 2011 1:16 am

Do you have Windows set to show you file name extensions? typically, Windows tries to hide all that from you and you never see the .mp3 extension. If you do see it, then the filename is really MyMusic.mp3.mp3 which will confuse some players.

-- Hidden File Extensions
-- Start > My Computer > Tools > Folder Options > View > [ ] Hide Extensions for Known File Types (deselect)

-- Apply (to this folder) or Apply to All Folders
-- OK

Then, yes you should be able to see all the extensions: .mp3 .wav .avi, etc. all normally hidden.

Koz

Tarsas
Posts: 2
Joined: Thu Nov 10, 2011 12:38 am
Operating System: Please select

Re: Export MP3 issues

Post by Tarsas » Thu Nov 10, 2011 2:22 am

Holy Cow!

I feel like such an idiot. Thank you so much for the response. I should have known better. . .

Thanks again!!!

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

Re: Export MP3 issues

Post by Gale Andrews » Thu Nov 10, 2011 3:02 am

kozikowski wrote:Do you have Windows set to show you file name extensions? typically, Windows tries to hide all that from you and you never see the .mp3 extension. If you do see it, then the filename is really MyMusic.mp3.mp3 which will confuse some players.
I don't know what happens on Mac, but on Windows and Linux if you add the expected extension in the Audacity file name box, for example:

Code: Select all

song.mp3 
Audacity strips out the extra ".mp3" so still produces "song.mp3". To produce "song.mp3.mp3" you would have to type exactly that:

Code: Select all

song.mp3.mp3

Neither of those cases would produce the Audacity error about non-standard extensions.


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

Locked