The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 05-16-2008
stahoo23 stahoo23 is offline
Registered User
 

Join Date: Mar 2008
Posts: 6
I use debian and shell - bash.
I tested this:
Code:
lame -h plik.mp3 1.mp3
and

Code:
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
and results are same - MPEG ADTS
Reply With Quote