Log in

View Full Version : how to convert one record of tune-in to mp3 audio file?


vvcepheus7
2nd August 2013, 14:10
Hi everyone,

I use tuneIn in my phone for record live radio stations of internet. Every radio station can use a different file format. I suppose that tunein record all the transport stream without re-encode.

I upload two records for test:
https://www.dropbox.com/sh/94dx9ml9at8xmpe/B9WqVKhzpE

If I try to get information via mediainfo i can't get any data. It not seems a audio-file.

If I try to play with winamp, playerpro, j river, media player don't work.

I think that the two files are HE-AAC.

Anyone can help me, please?

Thank you!!!
:helpful:

pandy
2nd August 2013, 14:39
If I try to play with winamp, playerpro, j river, media player don't work.


Use ffmpeg for example from http://ffmpeg.zeranoe.com/builds/ - ffplay seem to recognize files as AAC ADTS but there is plenty warnings and errors reported (music is decoded however).

vvcepheus7
2nd August 2013, 20:14
thank you for the reply.

this is for encode? or it is for play the file?
how to encode the file with this program? any program with graphic interface? i don't know the commands.

thank you!

vvcepheus7
4th August 2013, 09:32
hi! do anyone know the commands for encode the files?
i only want convert this files to mp3!

thank you!!

Reino
4th August 2013, 15:54
https://trac.ffmpeg.org/wiki/Encoding VBR (Variable Bit Rate) mp3 audio (https://trac.ffmpeg.org/wiki/Encoding%20VBR%20%28Variable%20Bit%20Rate%29%20mp3%20audio)

vvcepheus7
5th August 2013, 14:38
works very fine!!!! many thanks!!!