Advertisement
Guest User

Untitled

a guest
Nov 6th, 2015
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.31 KB | None | 0 0
  1. ~$ ffmpeg -f x11grab -r 30 -s 1920x1200 -i :0.0 -vcodec nvenc -b:v 4500k ~/test.mkv
  2. ffmpeg version N-76470-g3692d85 Copyright (c) 2000-2015 the FFmpeg developers
  3.   built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04)
  4.   configuration: --prefix=/home/user/ffmpeg_build --extra-cflags=-I/home/user/ffmpeg_build/include --extra-ldflags=-L/home/user/ffmpeg_build/lib --bindir=/home/user/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-nvenc
  5.   libavutil      55.  5.100 / 55.  5.100
  6.   libavcodec     57. 14.100 / 57. 14.100
  7.   libavformat    57. 14.100 / 57. 14.100
  8.   libavdevice    57.  0.100 / 57.  0.100
  9.   libavfilter     6. 14.101 /  6. 14.101
  10.   libswscale      4.  0.100 /  4.  0.100
  11.   libswresample   2.  0.100 /  2.  0.100
  12.   libpostproc    54.  0.100 / 54.  0.100
  13. Input #0, x11grab, from ':0.0':
  14.   Duration: N/A, start: 1446798427.504237, bitrate: N/A
  15.     Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 1920x1200, 30 fps, 30 tbr, 1000k tbn, 30 tbc
  16. File '/home/user/test.mkv' already exists. Overwrite ? [y/N] y
  17. [nvenc @ 0x2242200] No NVENC capable devices found
  18. Output #0, matroska, to '/home/user/test.mkv':
  19.     Stream #0:0: Video: h264, none, q=2-31, 128 kb/s, 30 fps
  20.     Metadata:
  21.       encoder         : Lavc57.14.100 nvenc
  22. Stream mapping:
  23.   Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (nvenc))
  24. Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
  25.  
  26.  
  27. ~$ glxinfo | grep command
  28.     GL_NV_blend_equation_advanced, GL_NV_blend_square, GL_NV_command_list,
  29.     GL_NV_blend_equation_advanced, GL_NV_blend_square, GL_NV_command_list,
  30.  
  31. ~$ dpkg -l | grep ^ii | grep -i nvidia
  32. ii  bbswitch-dkms                                               0.7-2ubuntu1                                        amd64        Interface for toggling the power on nVidia Optimus video cards
  33. ii  boinc-nvidia-cuda                                           7.2.42+dfsg-1                                       amd64        metapackage for CUDA-savvy BOINC client and manager
  34. ii  libcuda1-346                                                346.96-0ubuntu0.0.1                                 amd64        NVIDIA CUDA runtime library
  35. ii  nvidia-346                                                  346.96-0ubuntu0.0.1                                 amd64        NVIDIA binary driver - version 346.96
  36. ii  nvidia-libopencl1-346                                       346.96-0ubuntu0.0.1                                 amd64        NVIDIA OpenCL Driver and ICD Loader library
  37. ii  nvidia-modprobe                                             340.24-1~ubuntu14.04.1                              amd64        utility to load NVIDIA kernel modules and create device nodes
  38. ii  nvidia-opencl-icd-346                                       346.96-0ubuntu0.0.1                                 amd64        NVIDIA OpenCL ICD
  39. ii  nvidia-prime                                                0.6.2                                               amd64        Tools to enable NVIDIA's Prime
  40. ii  nvidia-settings                                             331.20-0ubuntu8                                     amd64        Tool for configuring the NVIDIA graphics driver
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement