Results 1 to 1 of 1
hello
I need convert MPEG ADTS to normal mp3 because my net radio can't play ADTS, for example:
Code:
file plik.mp3
plik.mp3: MPEG ADTS, layer III, v1, 128 kBits, 44.1 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-16-2008 #1Just Joined!
- Join Date
- May 2008
- Posts
- 1
convert mpeg adts to normal mp3
hello
I need convert MPEG ADTS to normal mp3 because my net radio can't play ADTS, for example:
not playCode:file plik.mp3 plik.mp3: MPEG ADTS, layer III, v1, 128 kBits, 44.1 kHz, JntStereo
play.Code:file beautiful.mp3 beautiful.mp3: Audio file with ID3 version 23.0 tag, MP3 encoding
I tested this:
andCode:lame -h plik.mp3 1.mp3
and results are same - MPEG ADTSCode:mplayer -nojoystick -nolirc -nortc -vo null -vc dummy -af resample=44100 -ao pcm:waveheader:file=1.wav plik.mp3 lame -h 1.wav 2.mp3


Reply With Quote
