Advertisement
Guest User

Untitled

a guest
Jan 11th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. leo@chessman ~ :) $ ffmpeg -f v4l2 -input_format mjpeg -video_size 1280x720 -i /dev/video0 -c copy -f mjpeg -bsf mjpeg2jpeg -y /dev/null
  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 @ 0x222cea0] Changing bps to 8
  15. Input #0, video4linux2,v4l2, from '/dev/video0':
  16. Duration: N/A, start: 670773.008387, 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, mjpeg, to '/dev/null':
  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. [NULL @ 0x222f280] input is not MJPEG/AVI1
  26. [NULL @ 0x222f280] Failed to open bitstream filter mjpeg2jpeg for stream 0 with codec copy: Invalid data found when processing input
  27. [NULL @ 0x222f280] input is not MJPEG/AVI1
  28. [NULL @ 0x222f280] Failed to open bitstream filter mjpeg2jpeg for stream 0 with codec copy: Invalid data found when processing input
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement