Advertisement
Guest User

Untitled

a guest
May 16th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. /usr/local/bin/ffmpeg -y -i audioStream_1368645639860_86.flv -f ogg -acodec libvorbis -ab 22050 out.ogg
  2. ffmpeg version 0.10.2 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on May 22 2012 01:33:47 with gcc 4.4.3
  4. configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-libfaac --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-x11grab --enable-libvpx --enable-libmp3lame
  5. libavutil 51. 35.100 / 51. 35.100
  6. libavcodec 53. 61.100 / 53. 61.100
  7. libavformat 53. 32.100 / 53. 32.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 61.100 / 2. 61.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 6.100 / 0. 6.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. [flv @ 0x36fa3a0] decoding for stream 0 failed
  14. [flv @ 0x36fa3a0] Could not find codec parameters (Video: none)
  15. Input #0, flv, from 'audioStream_1368645639860_86.flv':
  16. Metadata:
  17. creationdate : Wed May 15 12:15:49
  18. Duration: 00:03:01.84, start: 0.000000, bitrate: 13 kb/s
  19. Stream #0:0: Video: none, 1k tbr, 1k tbn, 1k tbc
  20. Stream #0:1: Audio: nellymoser, 5512 Hz, mono, s16
  21. [libvorbis @ 0x3710680] Unable to set CBR to 22050: not supported
  22. [libvorbis @ 0x3710680] oggvorbis_encode_init failed
  23. Output #0, ogg, to 'out.ogg':
  24. Metadata:
  25. creationdate : Wed May 15 12:15:49
  26. Stream #0:0: Audio: vorbis, 5512 Hz, mono, s16, 22 kb/s
  27. Stream mapping:
  28. Stream #0:1 -> #0:0 (nellymoser -> libvorbis)
  29. Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement