Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. ./ffmpeg \
  2. -vcodec mjpeg -an -f mpegts -i udp://localhost:2106 \
  3. -vcodec mjpeg -an -f mpegts -i udp://localhost:2107 \
  4. clientout.avi
  5.  
  6. built on Sep 22 2012 17:51:41 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  7. configuration: --enable-gpl
  8. libavutil 51. 73.101 / 51. 73.101
  9. libavcodec 54. 57.100 / 54. 57.100
  10. libavformat 54. 27.101 / 54. 27.101
  11. libavdevice 54. 2.101 / 54. 2.101
  12. libavfilter 3. 16.106 / 3. 16.106
  13. libswscale 2. 1.101 / 2. 1.101
  14. libswresample 0. 15.100 / 0. 15.100
  15. libpostproc 52. 0.100 / 52. 0.100
  16. [mpegts @ 0x2a84380] Unable to seek back to the start
  17. [mpegts @ 0x2a84380] decoding for stream 0 failed
  18. [mpegts @ 0x2a84380] Could not find codec parameters for stream 0 (Audio: aac_latm ([6][0][0][0] / 0x0006), 0 channels, s16): unspecified sample rate
  19. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  20. [mpegts @ 0x2a84380] Estimating duration from bitrate, this may be inaccurate
  21. udp://localhost:2106: could not find codec parameters
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement