Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. ffmpeg -i thirtyminutes.flv -acodec libmp3lame -ab 26k output/thirty.mp3
  2. FFmpeg version SVN-r26402, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Jan 23 2012 12:27:33 with llvm_gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
  4. configuration: --enable-libmp3lame --enable-shared --arch=x86_64
  5. libavutil 50.36. 0 / 50.36. 0
  6. libavcore 0.16. 1 / 0.16. 1
  7. libavcodec 52.108. 0 / 52.108. 0
  8. libavformat 52.93. 0 / 52.93. 0
  9. libavdevice 52. 2. 3 / 52. 2. 3
  10. libavfilter 1.74. 0 / 1.74. 0
  11. libswscale 0.12. 0 / 0.12. 0
  12. [flv @ 0x7ff85880b000] Could not find codec parameters (Video: [0][0][0][0] / 0x0000)
  13. [flv @ 0x7ff85880b000] Estimating duration from bitrate, this may be inaccurate
  14. Input #0, flv, from 'thirtyminutes.flv':
  15. Metadata:
  16. audiocodecid : 6
  17. duration : 2075
  18. videocodecid : -1
  19. canSeekToEnd : true
  20. Duration: 00:34:35.04, start: 3.040000, bitrate: N/A
  21. Stream #0.0: Video: [0][0][0][0] / 0x0000, 1k tbr, 1k tbn, 1k tbc
  22. Stream #0.1: Audio: nellymoser, 44100 Hz, mono, s16
  23. File 'output/thirty.mp3' already exists. Overwrite ? [y/N] y
  24. Output #0, mp3, to 'output/thirty.mp3':
  25. Metadata:
  26. audiocodecid : 6
  27. duration : 2075
  28. videocodecid : -1
  29. canSeekToEnd : true
  30. TSSE : Lavf52.93.0
  31. Stream #0.0: Audio: libmp3lame, 44100 Hz, mono, s16, 26 kb/s
  32. Stream mapping:
  33. Stream #0.1 -> #0.0
  34. Press [q] to stop encoding
  35. size= 756kB time=193.46 bitrate= 32.0kbits/s
  36. video:0kB audio:756kB global headers:0kB muxing overhead 0.018091%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement