Transcoding from MP4(HE-AAC) to MP3 - Getting Half Speed!

About encoding, codec settings, muxers and filter usage
sugardaddy
Blank Cone
Blank Cone
Posts: 12
Joined: 15 Jan 2009 22:25

Transcoding from MP4(HE-AAC) to MP3 - Getting Half Speed!

Postby sugardaddy » 16 Jan 2009 20:34

I have some MP4 files that I want to convert to MP3.

I tried this...
  1. Menu: Media -> Convert / Save
  2. Specified the Source MP4 file via the dialog box
  3. Now in Stream Output dialog...
  4. Checked "File" checkbox.
  5. Set Profile to "MP3"
  6. Clicked "Save" button
I did it and the file was huge even though the bit rate was only 128. So I listened and that was because it got transcoded at half the speed. The file was about twice the size it should have been. I sped it up 2x while playing and it was perfect (which is how I deduced that it was encoded at half speed).

Is there some kind of option I need to use to set the speed?

Here's my string....

Code: Select all

:sout=#transcode{acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=file,mux=raw,dst=C:\XXXXXX\song.mp3}}
Again, I'm coming from mp4/HE-AAC to mp3.

In a previous post, a user suggested I hit the "Play Locally" checkbox in the Stream dialog. That did not change the problem with the speed unfortunately.

VLC: 0.9.8a
Win: XP Pro SP2

sugardaddy
Blank Cone
Blank Cone
Posts: 12
Joined: 15 Jan 2009 22:25

Re: Transcoding from MP4(HE-AAC) to MP3 - Getting Half Speed!

Postby sugardaddy » 20 Jan 2009 17:08

Can VLC be used to speed up an MP3 file?

sugardaddy
Blank Cone
Blank Cone
Posts: 12
Joined: 15 Jan 2009 22:25

Re: Transcoding from MP4(HE-AAC) to MP3 - Getting Half Speed!

Postby sugardaddy » 20 Jan 2009 17:30

Found the Answer!

The samplerate needed to be added to the parameter string, in the transcode section...

Code: Select all

:sout=#transcode{acodec=mp3,ab=128,channels=2,samplerate=44100}:duplicate{dst=std{access=file,mux=raw,dst=C:\XXXXXX\song.mp3}}
Now it works fine.

Maybe that could be added to the MP3 profile?

warmonger
New Cone
New Cone
Posts: 1
Joined: 11 Feb 2009 13:41

Re: Transcoding from MP4(HE-AAC) to MP3 - Getting Half Speed!

Postby warmonger » 11 Feb 2009 13:42

No luck for me, I entered in that string and the mp4 I'm trying to convert is still
long and distorted

user
New Cone
New Cone
Posts: 4
Joined: 15 Aug 2005 14:43

Re: Transcoding from MP4(HE-AAC) to MP3 - Getting Half Speed!

Postby user » 15 Jul 2009 03:17

Try this: (i'm using version 1.0)
1. Media -> Convert / Save
2. click Add and select the MP4 file
3. click Convert / Save
4. select profile mp3
5. click the icon on the right to edit profile and set encapsulation mpeg-ts
6. set the destination file with whatever extension

now repeat the process but this time load the new saved file, edit the mp3 profile and set encapsulation raw.
save with mp3 extension.

Hope this works.


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 4 guests