Advertisement
Guest User

Untitled

a guest
May 10th, 2012
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. bash-3.2# ffmpeg -i rtsp://192.168.0.100:554 -sameq -vframes 1 frame%d.jpg
  2. ffmpeg version N-40517-ga548671 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on May 10 2012 00:46:52 with llvm_gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
  4. configuration: --enable-libmp3lame --enable-libfaac --enable-gpl --enable-nonfree --enable-shared --disable-mmx --arch=x86_64 --cpu=core2 --enable-libvorbis --enable-libtheora
  5. libavutil 51. 50.100 / 51. 50.100
  6. libavcodec 54. 21.100 / 54. 21.100
  7. libavformat 54. 4.100 / 54. 4.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 72.105 / 2. 72.105
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 11.100 / 0. 11.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. [h264 @ 0x7fc074053a00] Missing reference picture
  14. [h264 @ 0x7fc074053a00] decode_slice_header error
  15. [h264 @ 0x7fc074053a00] Missing reference picture
  16. [h264 @ 0x7fc074053a00] decode_slice_header error
  17. [h264 @ 0x7fc074053a00] concealing 5120 DC, 5120 AC, 5120 MV errors
  18. [rtsp @ 0x7fc07403ea00] Estimating duration from bitrate, this may be inaccurate
  19. Input #0, rtsp, from 'rtsp://192.168.0.100:554':
  20. Metadata:
  21. title : VStream Live
  22. comment : ICL Streaming Media
  23. Duration: N/A, start: 0.072000, bitrate: 32 kb/s
  24. Stream #0:0: Video: h264 (Baseline), yuv420p, 1280x1024, 14.92 tbr, 90k tbn, 180k tbc
  25. Stream #0:1: Audio: mp2, 16000 Hz, mono, s16, 32 kb/s
  26. [buffer @ 0x7fc073c19b20] w:1280 h:1024 pixfmt:yuv420p tb:1/1000000 sar:0/1 sws_param:flags=2
  27. [buffersink @ 0x7fc073c1cb00] auto-inserting filter 'auto-inserted scale 0' between the filter 'src' and the filter 'out'
  28. [scale @ 0x7fc073c1ce00] w:1280 h:1024 fmt:yuv420p sar:0/1 -> w:1280 h:1024 fmt:yuvj420p sar:0/1 flags:0x4
  29. Output #0, image2, to 'frame%d.jpg':
  30. Metadata:
  31. title : VStream Live
  32. comment : ICL Streaming Media
  33. encoder : Lavf54.4.100
  34. Stream #0:0: Video: mjpeg, yuvj420p, 1280x1024, q=2-31, 200 kb/s, 90k tbn, 14.92 tbc
  35. Stream mapping:
  36. Stream #0:0 -> #0:0 (h264 -> mjpeg)
  37. Press [q] to stop, [?] for help
  38. [h264 @ 0x7fc07411b000] Missing reference picture
  39. [h264 @ 0x7fc07411b000] decode_slice_header error
  40. [h264 @ 0x7fc07411b000] Missing reference picture
  41. [h264 @ 0x7fc07411b000] decode_slice_header error
  42. [h264 @ 0x7fc07411b000] concealing 5120 DC, 5120 AC, 5120 MV errors
  43. frame= 1 fps=0.0 q=0.0 Lsize= 0kB time=00:00:00.06 bitrate= 0.0kbits/s
  44. video:105kB audio:0kB global headers:0kB muxing overhead -100.000000%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement