Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. ./ffmpeg -y -r 25 -probesize 100M -analyzeduration 100M -i http://webserver/video.mp4 -q:v 5 /destination/image_%03d.jpg
  2.  
  3. [mov,mp4,m4a,3gp,3g2,mj2 @ 0xf70d7000] stream 0, offset 0x30: partial file
  4. [mov,mp4,m4a,3gp,3g2,mj2 @ 0xf70d7000] Could not find codec parameters for stream 0 (Video: h264 (avc1 / 0x31637661), none, 960x540, 1236 kb/s): unspecified pixel format
  5. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  6. http://server/video.mp4: could not find codec parameters
  7. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'http://server/video.mp4':
  8. Metadata:
  9. major_brand : isom
  10. minor_version : 512
  11. compatible_brands: isomiso2avc1mp41
  12. encoder : Lavf56.40.101
  13. Duration: 00:00:01.44, bitrate: 1241 kb/s
  14. Stream #0:0(und): Video: h264 (avc1 / 0x31637661), none, 960x540, 1236 kb/s, 25 fps, 25 tbr, 12800 tbn, 25600 tbc (default)
  15. Metadata:
  16. handler_name : VideoHandler
  17. [buffer @ 0xf703a000] Unable to parse option value "-1" as pixel format
  18. Last message repeated 1 times
  19. [buffer @ 0xf703a000] Error setting option pix_fmt to value -1.
  20. [graph 0 input from stream 0:0 @ 0xf70dd190] Error applying options to the filter.
  21. Error opening filters!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement