Exporting to mp3 problem

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
muhammitzrance
Posts: 3
Joined: Sun Mar 27, 2011 1:16 pm
Operating System: Please select

Exporting to mp3 problem

Post by muhammitzrance » Sun Mar 27, 2011 1:25 pm

On the 1.3 beta for Windows 7, I have constructed an audio project that runs about 45m56s. When I export the project to mp3, it's listed as 45m45s. When I pay the file in Winamp, the whole file plays (all 45:56) but when the time counter hits 0:00, it simply starts counting UP.

(e.g. I'm listening to the mp3, watching the clock. It counts down :05. :04. :03. :02. .01. :00. :01. :02....)

I've attempted to encode the mp3 under different formats (alt-preset-standard) through Audacity's export options but still, the same problem. Any help?

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

Re: Exporting to mp3 problem

Post by steve » Sun Mar 27, 2011 2:33 pm

It's quite a common issue for players to report the time/length of VBR encoded MP3s incorrectly.
WinAmp should report the duration correctly (to within a second) as I believe that WinAmp reads this from the file header, but playback time may be off as the player needs to approximate the playback position based on the bit rate, but for VBR (Variable Bit Rate) encoded files, the bit rate is constantly changing. The processing required to track the bit rate exactly would probably be unacceptably high, but an approximation is usually close enough. If you really need exact time readout, then using CBR encoding should solve the problem. The disadvantage of CBR encoding is that the trade-off between file size and sound quality is not as good as VBR.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

muhammitzrance
Posts: 3
Joined: Sun Mar 27, 2011 1:16 pm
Operating System: Please select

Re: Exporting to mp3 problem

Post by muhammitzrance » Sun Mar 27, 2011 3:32 pm

The main problem I experience is when I put the file on a mp3 player (in this case, an ipod) the last few seconds are chopped off so the file plays (i.e. whoever listens to it hears the file) as incomplete.

I'll try shifting to CBR and see what that does.

edit: Same problem. Still the 45:54 time with an extra :10 played.
Last edited by muhammitzrance on Sun Mar 27, 2011 3:44 pm, edited 1 time in total.

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

Re: Exporting to mp3 problem

Post by steve » Sun Mar 27, 2011 3:40 pm

Alternatively you could export as WAV, then use iTunes to convert the WAV files to AAC and put them on your iPod.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

muhammitzrance
Posts: 3
Joined: Sun Mar 27, 2011 1:16 pm
Operating System: Please select

Re: Exporting to mp3 problem

Post by muhammitzrance » Sun Mar 27, 2011 4:11 pm

I added a buffer of five seconds to the end of the mp3 as a short fix.

The WAV version didn't cut anything off. I'll see about going that route in the future. Thanks for the help.

Locked