Guest User

Untitled

a guest
Jul 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. File Size : 41 MB
  2. File Modification Date/Time : 2013:04:23 15:54:02+02:00
  3. File Permissions : rw-r--r--
  4. File Type : AIFC
  5. MIME Type : audio/x-aiff
  6. Format Version Time : 1990:05:23 14:40:00
  7. Num Channels : 1
  8. Num Sample Frames : 1257382
  9. Sample Size : 0
  10. Sample Rate : 16000
  11. Compression Type : Unknown (ima4)
  12.  
  13. sudo apt-get install ffmpeg
  14. ffmpeg -i track1.aiff -f mp3 -acodec libmp3lame -ab 192000 -ar 44100 track1.mp3
  15.  
  16. ~$ sudo apt-get install libavcodec-extra-53
  17. Reading package lists... Done
  18. Building dependency tree
  19. Reading state information... Done
  20. The following extra packages will be installed:
  21. libavutil-extra-51 libdirac-encoder0 libopencore-amrnb0 libopencore-amrwb0
  22. libopenjpeg2 libvo-aacenc0 libvo-amrwbenc0 libx264-123
  23. The following packages will be REMOVED:
  24. libavcodec53 libavutil51
  25. The following NEW packages will be installed:
  26. libavcodec-extra-53 libavutil-extra-51 libdirac-encoder0 libopencore-amrnb0
  27. libopencore-amrwb0 libopenjpeg2 libvo-aacenc0 libvo-amrwbenc0 libx264-123
  28. 0 upgraded, 9 newly installed, 2 to remove and 0 not upgraded.
  29. Need to get 7,656 kB of archives.
  30.  
  31. flac [INPUTFILE]
  32.  
  33. sudo apt-get install lame
  34.  
  35. lame [inputfile]
Add Comment
Please, Sign In to add comment