Advertisement
Guest User

Untitled

a guest
Mar 26th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. loki@loki:~$ ./ffmpeg_bin_main/ffmpeg -f x11grab -r 200 -s 1920x1080 -i :0.0 -c copy -f rawvideo - | ./ffmpeg_bin_main/ffmpeg -pix_fmt bgr0 -f rawvideo -i - -r 60 -s 1920x1080 -vcodec nvenc -f matroska -y /dev/null
  2. ./ffmpeg_bin_main/ffmpeg: /usr/lib/x86_64-linux-gnu/libOpenCL.so.1: no version information available (required by ./ffmpeg_bin_main/ffmpeg)
  3. ./ffmpeg_bin_main/ffmpeg: /usr/lib/x86_64-linux-gnu/libOpenCL.so.1: no version information available (required by ./ffmpeg_bin_main/ffmpeg)
  4. ffmpeg version N-71095-gdf43d03 Copyright (c) 2000-2015 the FFmpeg developers
  5. built with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  6. configuration: --prefix=/home/loki/ffmpeg_build --bindir=/home/loki/ffmpeg_bin_main --enable-nonfree --enable-gpl --enable-version3 --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libopencv --enable-opencl --enable-x11grab --enable-opengl --enable-openssl --enable-nvenc
  7. libavutil 54. 20.101 / 54. 20.101
  8. libavcodec 56. 30.100 / 56. 30.100
  9. libavformat 56. 26.101 / 56. 26.101
  10. libavdevice 56. 4.100 / 56. 4.100
  11. libavfilter 5. 13.101 / 5. 13.101
  12. libswscale 3. 1.101 / 3. 1.101
  13. libswresample 1. 1.100 / 1. 1.100
  14. libpostproc 53. 3.100 / 53. 3.100
  15. ffmpeg version N-71095-gdf43d03 Copyright (c) 2000-2015 the FFmpeg developers
  16. built with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  17. configuration: --prefix=/home/loki/ffmpeg_build --bindir=/home/loki/ffmpeg_bin_main --enable-nonfree --enable-gpl --enable-version3 --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libopencv --enable-opencl --enable-x11grab --enable-opengl --enable-openssl --enable-nvenc
  18. libavutil 54. 20.101 / 54. 20.101
  19. libavcodec 56. 30.100 / 56. 30.100
  20. libavformat 56. 26.101 / 56. 26.101
  21. libavdevice 56. 4.100 / 56. 4.100
  22. libavfilter 5. 13.101 / 5. 13.101
  23. libswscale 3. 1.101 / 3. 1.101
  24. libswresample 1. 1.100 / 1. 1.100
  25. libpostproc 53. 3.100 / 53. 3.100
  26. [x11grab @ 0x2236480] Stream #0: not enough frames to estimate rate; consider increasing probesize
  27. Input #0, x11grab, from ':0.0':
  28. Duration: N/A, start: 1427395037.943324, bitrate: N/A
  29. Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 1920x1080, 200 fps, 200 tbr, 1000k tbn, 200 tbc
  30. Output #0, rawvideo, to 'pipe:':
  31. Metadata:
  32. encoder : Lavf56.26.101
  33. Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 1920x1080, q=2-31, 200 fps, 200 tbr, 200 tbn, 200 tbc
  34. Stream mapping:
  35. Stream #0:0 -> #0:0 (copy)
  36. Press [q] to stop, [?] for help
  37. [IMGUTILS @ 0x7ffc76b87e60] Picture size 0x0 is invalid
  38. [IMGUTILS @ 0x7ffc76b879b0] Picture size 0x0 is invalid
  39. [rawvideo @ 0x1bf0320] Could not find codec parameters for stream 0 (Video: rawvideo (BGR[0] / 0x524742), bgr0, -4 kb/s): unspecified size
  40. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  41. pipe:: could not find codec parameters
  42. Input #0, rawvideo, from 'pipe:':
  43. Duration: N/A, bitrate: N/A
  44. Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, -4 kb/s, 25 tbr, 25 tbn, 25 tbc
  45. Output #0, matroska, to '/dev/null':
  46. Output file #0 does not contain any stream
  47. loki@loki:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement