Advertisement
Guest User

Untitled

a guest
May 25th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. ffmpeg -loglevel verbose -stimeout 30000 -probesize 6000M -probesize 6000M -rtsp_transport tcp -i rtsp://someurl -r 5 -an -s 352x288 -q:v 8 -updatefirst 1 -y c:\tmp\test.jpg
  2.  
  3. ffmpeg version N-80011-gaf3e944 Copyright (c) 2000-2016 the FFmpeg developers
  4. built with gcc 5.3.0 (GCC)
  5. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
  6. isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
  7. le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
  8. enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib
  9. modplug --enable-libmfx --enable-libmp3lame --enable-libopencore-amrnb --enable-
  10. libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enabl
  11. e-libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex --enable
  12. -libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --ena
  13. ble-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx
  14. 264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable
  15. -lzma --enable-decklink --enable-zlib
  16. libavutil 55. 24.100 / 55. 24.100
  17. libavcodec 57. 42.100 / 57. 42.100
  18. libavformat 57. 36.100 / 57. 36.100
  19. libavdevice 57. 0.101 / 57. 0.101
  20. libavfilter 6. 45.100 / 6. 45.100
  21. libswscale 4. 1.100 / 4. 1.100
  22. libswresample 2. 0.101 / 2. 0.101
  23. libpostproc 54. 0.100 / 54. 0.100
  24. [rtsp @ 0003c100] SDP:
  25. v=0
  26. o=- 429332836659660 1 IN IP4 someurl
  27. s=Session of second stream
  28. i=Second Codec Stream
  29. t=0 0
  30. a=tool:LIVE555 Streaming Media v2007.08.03
  31. a=type:broadcast
  32. a=control:*
  33. a=range:npt=0-
  34. a=x-qt-text-nam:Session of second stream
  35. a=x-qt-text-inf:Second Codec Stream
  36. m=video 0 RTP/AVP 96
  37. c=IN IP4 0.0.0.0
  38. a=rtpmap:96 H264/90000
  39. a=fmtp:96 packetization-mode=1;profile-level-id=428028;sprop-parameter-sets=Z0KA
  40. KNoFglE=,aM48gA==
  41. a=control:track1
  42.  
  43. [rtsp @ 0003c100] setting jitter buffer size to 0
  44. [rtsp @ 0003c100] Could not find codec parameters for stream 0 (Video: h264, 1 r
  45. eference frame, none): unspecified size
  46. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  47. Input #0, rtsp, from 'rtsp://someurl':
  48. Metadata:
  49. title : Session of second stream
  50. comment : Second Codec Stream
  51. Duration: N/A, start: 0.000000, bitrate: N/A
  52. Stream #0:0: Video: h264, 1 reference frame, none, 90k tbr, 90k tbn
  53. Output #0, image2, to 'c:\tmp\test.jpg':
  54. Output file #0 does not contain any stream
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement