lixing123 / ExtAudioFileConverter

An iOS project to convert audio from any format to any format.
146 stars 28 forks source link

Duration File is not OK #7

Open FaShapouri opened 7 years ago

FaShapouri commented 7 years ago

I use ExtAudioFileConverter to convert m4a file to mp3. Convert is doing fine but the duration time of output track is labeled more than real duration.

For example I try to convert a track which its duration is 7:22 and the duration of converted file is showing 22:41 the added time is not playable (players stop after 7:22) could you help me to fix this problem?

sunil28011 commented 6 years ago

I am getting the same issues with my conversion from m4a to mp3.

DanielZanchi commented 2 years ago

Same issue here. Any solutions? @FaShapouri @sunil28011

smartCui commented 2 weeks ago

try lame_set_VBR(lame, vbr_default) to lame_set_VBR(lame, vbr_off)