Advertisement
Guest User

Untitled

a guest
Apr 12th, 2012
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. ffmpeg -acodec pcm_mulaw -i camera.stream.flv -vn -ar 44100 -ac 1 -ab
  2. 192 -f mp3 test.mp3rm test.mp3
  3.  
  4.  
  5. root@ubuntu:~# rm test.mp3 ffmpeg -acodec pcm_mulaw -i camera.stream.flv -vn -ar 44100 -ac 1 -ab
  6. 192 -f mp3 test.mp3
  7. ffmpeg version 0.10.2.git-8274b21 Copyright (c) 2000-2012 the FFmpeg developers
  8. built on Apr 12 2012 15:47:39 with gcc 4.5.2
  9. configuration: --enable-gpl --enable-shared --enable-swscale --enable-pthreads --enable-libdc1394 --enable-libfaac --enable-libgsm --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --disable-debug --enable-nonfree
  10. libavutil 51. 46.100 / 51. 46.100
  11. libavcodec 54. 14.101 / 54. 14.101
  12. libavformat 54. 3.100 / 54. 3.100
  13. libavdevice 53. 4.100 / 53. 4.100
  14. libavfilter 2. 67.101 / 2. 67.101
  15. libswscale 2. 1.100 / 2. 1.100
  16. libswresample 0. 11.100 / 0. 11.100
  17. libpostproc 52. 0.100 / 52. 0.100
  18. [pcm_mulaw @ 0x1626ba0] PCM channels out of bounds
  19. [flv @ 0x1620120] Unsupported audio codec (8)
  20. Last message repeated 1 times
  21. Last message repeated 2 times
  22. Last message repeated 3 times
  23. Last message repeated 4 times
  24. Last message repeated 5 times
  25. Last message repeated 6 times
  26. Last message repeated 7 times
  27. Last message repeated 8 times
  28. Last message repeated 9 times
  29. Last message repeated 10 times
  30. Last message repeated 11 times
  31. Last message repeated 12 times
  32. Last message repeated 12 times
  33. Input #0, flv, from 'camera.stream.flv':
  34. Metadata:
  35. creationdate : Tue Apr 10 14:32:29
  36. Duration: 00:00:13.93, start: 0.000000, bitrate: 4268 kb/s
  37. Stream #0:0: Video: h264 (Baseline), yuv420p, 1280x720, 30 tbr, 1k tbn, 2k tbc
  38. Stream #0:1: Audio: pcm_mulaw, 5512 Hz, 1 channels, s16, 44 kb/s
  39. The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s
  40. Guessed Channel Layout for Input Stream #0.1 : mono
  41. Output #0, mp3, to 'test.mp3':
  42. Metadata:
  43. creationdate : Tue Apr 10 14:32:29
  44. TSSE : Lavf54.3.100
  45. Stream #0:0: Audio: mp3, 44100 Hz, mono, s16, 0 kb/s
  46. Stream mapping:
  47. Stream #0:1 -> #0:0 (pcm_mulaw -> libmp3lame)
  48. Press [q] to stop, [?] for help
  49. Multiple frames in a packet from stream 1
  50. DTS 308, next:366700 st:1 invalid dropping
  51. PTS 308, next:366700 invalid dropping st:1
  52. [mp3 @ 0x1627de0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 43006 >= 35200
  53. [mp3 @ 0x1627de0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 43006 >= 37551
  54. [mp3 @ 0x1627de0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 43006 >= 39902
  55. [mp3 @ 0x1627de0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 43006 >= 42253
  56. [mp3 @ 0x1627de0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 49306 >= 46782
  57.  
  58. -------------------------------
  59.  
  60. [mp3 @ 0x1627de0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 1268761 >= 1268590
  61. size= 160kB time=00:00:14.28 bitrate= 91.7kbits/s
  62.  
  63. video:0kB audio:160kB global headers:0kB muxing overhead 0.143188%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement