Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. ffmpeg -i audioStream_0.4772734013386071.flv -ar 22050 foo.mp3
  2. ffmpeg version N-53112-gd686517 Copyright (c) 2000-2013 the FFmpeg developers
  3. built on May 16 2013 05:24:51 with gcc 4.6 (Debian 4.6.3-1)
  4. configuration: --prefix=/root/ffmpeg-static/64bit --extra-cflags='-I/root/ffmpeg-static/64bit/include -static' --extra-ldflags='-L/root/ffmpeg-static/64bit/lib -static' --extra-libs='-lxml2 -lexpat -lfreetype' --enable-static --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx
  5. libavutil 52. 32.100 / 52. 32.100
  6. libavcodec 55. 9.100 / 55. 9.100
  7. libavformat 55. 7.100 / 55. 7.100
  8. libavdevice 55. 0.100 / 55. 0.100
  9. libavfilter 3. 68.101 / 3. 68.101
  10. libswscale 2. 3.100 / 2. 3.100
  11. libswresample 0. 17.102 / 0. 17.102
  12. libpostproc 52. 3.100 / 52. 3.100
  13. [flv @ 0x257aec0] max_analyze_duration 5000000 reached at 5014000 microseconds
  14. [flv @ 0x257aec0] Could not find codec parameters for stream 0 (Video: none): unspecified size
  15. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  16. Input #0, flv, from 'audioStream_0.4772734013386071.flv':
  17. Metadata:
  18. creationdate : Thu May 30 10:44:55
  19. description : Recorded using WebcamRecording example.
  20. Duration: 00:10:20.02, start: 0.000000, bitrate: 12 kb/s
  21. Stream #0:0: Video: none, 1k tbr, 1k tbn, 1k tbc
  22. Stream #0:1: Audio: nellymoser, 11025 Hz, mono, flt
  23. Output #0, mp3, to 'foo.mp3':
  24. Metadata:
  25. creationdate : Thu May 30 10:44:55
  26. description : Recorded using WebcamRecording example.
  27. TSSE : Lavf55.7.100
  28. Stream #0:0: Audio: mp3 (libmp3lame), 22050 Hz, mono, fltp
  29. Stream mapping:
  30. Stream #0:1 -> #0:0 (nellymoser -> libmp3lame)
  31. Press [q] to stop, [?] for help
  32. size= 1251kB time=00:10:20.08 bitrate= 16.5kbits/s
  33. video:0kB audio:1251kB subtitle:0 global headers:0kB muxing overhead 0.023194%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement