Advertisement
Guest User

Untitled

a guest
Oct 13th, 2012
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. $ ffmpeg -i ~/foo.3ga -map 0:0 -af "aconvert=flt:auto" -y foo.wav
  2. ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Oct 7 2012 17:13:52 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  4. configuration: --enable-debug --enable-ffplay
  5. libavutil 51. 73.101 / 51. 73.101
  6. libavcodec 54. 59.100 / 54. 59.100
  7. libavformat 54. 29.104 / 54. 29.104
  8. libavdevice 54. 2.101 / 54. 2.101
  9. libavfilter 3. 17.100 / 3. 17.100
  10. libswscale 2. 1.101 / 2. 1.101
  11. libswresample 0. 15.100 / 0. 15.100
  12. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/ddurham/foo.3ga':
  13. Metadata:
  14. major_brand : 3gp4
  15. minor_version : 0
  16. compatible_brands: isom3gp4
  17. creation_time : 2012-10-07 15:24:51
  18. Duration: 01:09:44.02, start: 0.000000, bitrate: 124 kb/s
  19. Stream #0:0(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, mono, s16, 123 kb/s
  20. Metadata:
  21. creation_time : 2012-10-07 15:24:51
  22. handler_name : SoundHandle
  23. Output #0, wav, to 'foo.wav':
  24. Metadata:
  25. major_brand : 3gp4
  26. minor_version : 0
  27. compatible_brands: isom3gp4
  28. encoder : Lavf54.29.104
  29. Stream #0:0(eng): Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, mono, s16, 705 kb/s
  30. Metadata:
  31. creation_time : 2012-10-07 15:24:51
  32. handler_name : SoundHandle
  33. Stream mapping:
  34. Stream #0:0 -> #0:0 (aac -> pcm_s16le)
  35. Press [q] to stop, [?] for help
  36. size= 360380kB time=01:09:44.02 bitrate= 705.6kbits/s
  37. video:0kB audio:360380kB subtitle:0 global headers:0kB muxing overhead 0.000012%
  38. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement