Advertisement
Guest User

Untitled

a guest
May 24th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. $ sudo ffmpeg -f x11grab -r 30 -s 1920x1080 -i :1.0+0,0 -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0
  2. ffmpeg version 3.4.2-2+b1 Copyright (c) 2000-2018 the FFmpeg developers
  3. built with gcc 7 (Debian 7.3.0-16)
  4. configuration: --prefix=/usr --extra-version=2+b1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
  5. libavutil 55. 78.100 / 55. 78.100
  6. libavcodec 57.107.100 / 57.107.100
  7. libavformat 57. 83.100 / 57. 83.100
  8. libavdevice 57. 10.100 / 57. 10.100
  9. libavfilter 6.107.100 / 6.107.100
  10. libavresample 3. 7. 0 / 3. 7. 0
  11. libswscale 4. 8.100 / 4. 8.100
  12. libswresample 2. 9.100 / 2. 9.100
  13. libpostproc 54. 7.100 / 54. 7.100
  14. [x11grab @ 0x5624fd4df660] Stream #0: not enough frames to estimate rate; consider increasing probesize
  15. Input #0, x11grab, from ':1.0+0,0':
  16. Duration: N/A, start: 1527186747.331264, bitrate: N/A
  17. Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 1920x1080, 30 fps, 1000k tbr, 1000k tbn, 1000k tbc
  18. Stream mapping:
  19. Stream #0:0 -> #0:0 (rawvideo (native) -> rawvideo (native))
  20. Press [q] to stop, [?] for help
  21. [v4l2 @ 0x5624fd4e8f80] ioctl(VIDIOC_G_FMT): Invalid argument
  22. Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
  23. Error initializing output stream 0:0 --
  24. Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement