Advertisement
Guest User

Untitled

a guest
Apr 27th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. vagrant@vagrant-debian-lenny-64:/servers/ffmpeg/bin$ ./ffmpeg -re -i "rtmp://ORIGIN" -isync -vcodec copy -acodec libfaac -ab 128000 -ar 32000 -f flv "rtmp://DESTINY"
  2. ffmpeg version N-39411-g2b7c0c9 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Apr 11 2012 10:37:58 with gcc 4.3.2
  4. configuration: --enable-shared --prefix=/servers/ffmpeg --enable-nonfree --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libmp3lame --enable-pthreads --enable-version3 --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libfaac --enable-libxvid --enable-bzlib --enable-zlib --enable-avfilter --enable-librtmp
  5. libavutil 51. 44.100 / 51. 44.100
  6. libavcodec 54. 12.100 / 54. 12.100
  7. libavformat 54. 3.100 / 54. 3.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 66.101 / 2. 66.101
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 10.100 / 0. 10.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. Metadata:
  14. author
  15. copyright
  16. description
  17. keywords
  18. rating
  19. title
  20. presetname Custom
  21. creationdate Thu Apr 26 15:05:47 2012
  22. videodevice Digital Rapids DRC-1X00, 2X00 (Ch 1)
  23. framerate 12.00
  24. width 480.00
  25. height 360.00
  26. videocodecid avc1
  27. videodatarate 400.00
  28. avclevel 31.00
  29. avcprofile 66.00
  30. videokeyframe_frequency5.00
  31. audiodevice Digital Rapids 1/2X00 Audio
  32. audiosamplerate 22050.00
  33. audiochannels 1.00
  34. audioinputvolume 75.00
  35. audiocodecid .mp3
  36. audiodatarate 32.00
  37. [flv @ 0x1b623a0] Estimating duration from bitrate, this may be inaccurate
  38. Input #0, flv, from 'rtmp://ORIGIN':
  39. Metadata:
  40. author :
  41. copyright :
  42. description :
  43. keywords :
  44. rating :
  45. title :
  46. presetname : Custom
  47. creationdate : Thu Apr 26 15:05:47 2012
  48. :
  49. videodevice : Digital Rapids DRC-1X00, 2X00 (Ch 1)
  50. avclevel : 31
  51. avcprofile : 66
  52. videokeyframe_frequency: 5
  53. audiodevice : Digital Rapids 1/2X00 Audio
  54. audiochannels : 1
  55. audioinputvolume: 75
  56. Duration: N/A, start: 0.000000, bitrate: 441 kb/s
  57. Stream #0:0: Video: h264 (Baseline), yuv420p, 480x360 [SAR 1:1 DAR 4:3], 409 kb/s, 25 tbr, 1k tbn, 24 tbc
  58. Stream #0:1: Audio: mp3, 22050 Hz, mono, s16, 32 kb/s
  59. Output #0, flv, to 'rtmp://DESTINY':
  60. Metadata:
  61. author :
  62. copyright :
  63. description :
  64. keywords :
  65. rating :
  66. title :
  67. presetname : Custom
  68. creationdate : Thu Apr 26 15:05:47 2012
  69. :
  70. videodevice : Digital Rapids DRC-1X00, 2X00 (Ch 1)
  71. avclevel : 31
  72. avcprofile : 66
  73. videokeyframe_frequency: 5
  74. audiodevice : Digital Rapids 1/2X00 Audio
  75. audiochannels : 1
  76. audioinputvolume: 75
  77. encoder : Lavf54.3.100
  78. Stream #0:0: Video: h264 ([7][0][0][0] / 0x0007), yuv420p, 480x360 [SAR 1:1 DAR 4:3], q=2-31, 409 kb/s, 1k tbn, 1k tbc
  79. Stream #0:1: Audio: aac ([10][0][0][0] / 0x000A), 32000 Hz, mono, s16, 128 kb/s
  80. Stream mapping:
  81. Stream #0:0 -> #0:0 (copy)
  82. Stream #0:1 -> #0:1 (mp3 -> libfaac)
  83. Press [q] to stop, [?] for help
  84. frame= 1289 fps= 25 q=-1.0 Lsize= 5691kB time=00:00:51.67 bitrate= 902.2kbits/s
  85. video:5287kB audio:351kB global headers:0kB muxing overhead 0.939486%
  86. Received signal 2: terminating.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement