Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2015
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. adam@blackbox:~/Downloads/ffmpeg$ ./ffmpeg -v verbose -f x11grab -video_size 2560x1440 -i :0.0+0,0 -c:v nvenc output.avi
  2. ffmpeg version N-75677-g16aac9a Copyright (c) 2000-2015 the FFmpeg developers
  3. built with gcc 4.9.2 (Debian 4.9.2-10)
  4. configuration: --prefix=/ffmpeg/build --bindir=/ffmpeg/bin --enable-nvenc --enable-nonfree --extra-cflags=-I/usr/include/nvenc
  5. libavutil 55. 2.100 / 55. 2.100
  6. libavcodec 57. 3.100 / 57. 3.100
  7. libavformat 57. 2.102 / 57. 2.102
  8. libavdevice 57. 0.100 / 57. 0.100
  9. libavfilter 6. 9.101 / 6. 9.101
  10. libswscale 4. 0.100 / 4. 0.100
  11. libswresample 2. 0.100 / 2. 0.100
  12. [x11grab @ 0x24be460] Stream #0: not enough frames to estimate rate; consider increasing probesize
  13. Input #0, x11grab, from ':0.0+0,0':
  14. Duration: N/A, bitrate: N/A
  15. Stream #0:0: Video: rawvideo, 1 reference frame (BGR[0] / 0x524742), bgr0, 2560x1440, 29.97 fps, 29.97 tbr, 1000k tbn, 29.97 tbc
  16. File 'output.avi' already exists. Overwrite ? [y/N] y
  17. [graph 0 input from stream 0:0 @ 0x24ca700] w:2560 h:1440 pixfmt:bgr0 tb:1/1000000 fr:30000/1001 sar:0/1 sws_param:flags=2
  18. [auto-inserted scaler 0 @ 0x24d4600] w:iw h:ih flags:'bicubic' interl:0
  19. [format @ 0x24d3620] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed_null_0' and the filter 'format'
  20. [auto-inserted scaler 0 @ 0x24d4600] w:2560 h:1440 fmt:bgr0 sar:0/1 -> w:2560 h:1440 fmt:yuv444p sar:0/1 flags:0x4
  21. [nvenc @ 0x24c7a20] 2 CUDA capable devices found
  22. [nvenc @ 0x24c7a20] [ GPU #0 - < GeForce GTX 660 > has Compute SM 3.0, NVENC Not Available ]
  23. [nvenc @ 0x24c7a20] [ GPU #1 - < GeForce GTX 660 > has Compute SM 3.0, NVENC Not Available ]
  24. [nvenc @ 0x24c7a20] No NVENC capable devices found
  25. Output #0, avi, to 'output.avi':
  26. Stream #0:0: Video: h264, 1 reference frame, none, q=2-31, 128 kb/s, 29.97 fps
  27. Metadata:
  28. encoder : Lavc57.3.100 nvenc
  29. Stream mapping:
  30. Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (nvenc))
  31. Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement