Advertisement
Guest User

Untitled

a guest
Jan 11th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. leo@chessman ~ :( $ ffmpeg -f v4l2 -input_format mjpeg -video_size 1280x720 -i /dev/video0 -c copy image%4d.jpg
  2. ffmpeg version N-57228-g71f73ee Copyright (c) 2000-2016 the FFmpeg developers
  3. built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04)
  4. configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-shared --disable-static --enable-avresample --enable-vda --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libcaca --enable-libcdio --enable-libdc1394 --enable-libfdk-aac --enable-libflite --enable-libfreetype --enable-libgme --enable-libgsm --enable-libiec61883 --enable-libmp3lame --enable-libopus --enable-libpulse --enable-libquvi --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-openal --enable-opencl --enable-opengl --enable-openssl --enable-sdl --enable-x11grab --enable-zlib --enable-pic
  5. libavutil 55. 13.100 / 55. 13.100
  6. libavcodec 57. 22.100 / 57. 22.100
  7. libavformat 57. 21.101 / 57. 21.101
  8. libavdevice 57. 0.100 / 57. 0.100
  9. libavfilter 6. 23.100 / 6. 23.100
  10. libavresample 3. 0. 0 / 3. 0. 0
  11. libswscale 4. 0.100 / 4. 0.100
  12. libswresample 2. 0.101 / 2. 0.101
  13. libpostproc 54. 0.100 / 54. 0.100
  14. [mjpeg @ 0x12adee0] Changing bps to 8
  15. Input #0, video4linux2,v4l2, from '/dev/video0':
  16. Duration: N/A, start: 671718.926317, bitrate: N/A
  17. Stream #0:0: Video: mjpeg, yuvj422p(pc, bt470bg/unknown/unknown), 1280x720, -5 kb/s, 30 fps, 30 tbr, 1000k tbn, 1000k tbc
  18. Output #0, image2, to 'image%4d.jpg':
  19. Metadata:
  20. encoder : Lavf57.21.101
  21. Stream #0:0: Video: mjpeg, yuvj422p, 1280x720, q=2-31, -5 kb/s, 30 fps, 30 tbr, 1000k tbn, 1000k tbc
  22. Stream mapping:
  23. Stream #0:0 -> #0:0 (copy)
  24. Press [q] to stop, [?] for help
  25. [image2 @ 0x12af040] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 19911985 >= -7742614
  26. [image2 @ 0x12af040] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 19911985 >= 93392
  27. [image2 @ 0x12af040] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 19991830 >= 206605
  28. [image2 @ 0x12af040] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 20028527 >= 276327
  29. [image2 @ 0x12af040] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 20028527 >= 671005
  30. [image2 @ 0x12af040] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 20028527 >= 401260
  31. [image2 @ 0x12af040] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 20028527 >= 463507
  32. [image2 @ 0x12af040] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 20028527 >= 533951
  33. [image2 @ 0x12af040] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 20028527 >= 597478
  34. [image2 @ 0x12af040] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 20028527 >= 677893
  35. [image2 @ 0x12af040] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 20028527 >= 742563
  36. frame= 16 fps=0.0 q=-1.0 Lsize=N/A time=00:00:20.02 bitrate=N/A speed=23.2x
  37. video:3094kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
  38. Exiting normally, received signal 2.
  39. leo@chessman ~ :( $ ls *.jpg
  40. image0001.jpg image0005.jpg image0009.jpg image0013.jpg image0017.jpg image0021.jpg image0025.jpg image0029.jpg image0033.jpg image0037.jpg image0041.jpg image0045.jpg
  41. image0002.jpg image0006.jpg image0010.jpg image0014.jpg image0018.jpg image0022.jpg image0026.jpg image0030.jpg image0034.jpg image0038.jpg image0042.jpg image0046.jpg
  42. image0003.jpg image0007.jpg image0011.jpg image0015.jpg image0019.jpg image0023.jpg image0027.jpg image0031.jpg image0035.jpg image0039.jpg image0043.jpg image0047.jpg
  43. image0004.jpg image0008.jpg image0012.jpg image0016.jpg image0020.jpg image0024.jpg image0028.jpg image0032.jpg image0036.jpg image0040.jpg image0044.jpg image0048.jpg
  44. leo@chessman ~ :) $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement