Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64/ ffmpeg -f lavfi -i nullsrc -c:v h264_nvenc -gpu list -f null - -v trace
  2. ffmpeg version N-83034-gf48b6b8 Copyright (c) 2000-2017 the FFmpeg developers
  3. built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609
  4. configuration: --prefix=/root/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-nonfree --disable-shared --enable-nvenc --enable-cuda --enable-cuvid --enable-libnpp --extra-cflags=-Ilocal/include --extra-cflags=-I../nv_sdk --extra-ldflags=-L../nv_sdk
  5. libavutil 55. 43.100 / 55. 43.100
  6. libavcodec 57. 71.100 / 57. 71.100
  7. libavformat 57. 62.100 / 57. 62.100
  8. libavdevice 57. 2.100 / 57. 2.100
  9. libavfilter 6. 68.100 / 6. 68.100
  10. libswscale 4. 3.101 / 4. 3.101
  11. libswresample 2. 4.100 / 2. 4.100
  12. libpostproc 54. 2.100 / 54. 2.100
  13. Successfully parsed a group of options.
  14. Parsing a group of options: input url nullsrc.
  15. Applying option f (force format) with argument lavfi.
  16. Successfully parsed a group of options.
  17. Opening an input file: nullsrc.
  18. detected 12 logical cores
  19. [Parsed_nullsrc_0 @ 0x3d609e0] size:320x240 rate:25/1 duration:-1.000000 sar:1/1
  20. [AVFilterGraph @ 0x3d5efe0] query_formats: 2 queried, 1 merged, 0 already done, 0 delayed
  21. [lavfi @ 0x3d5e740] All info found
  22. [lavfi @ 0x3d5e740] stream 0: start_time: 0.000 duration: -368934881474191040.000
  23. [lavfi @ 0x3d5e740] format: start_time: 0.000 duration: -9223372036854.775 bitrate=0 kb/s
  24. Input #0, lavfi, from 'nullsrc':
  25. Duration: N/A, start: 0.000000, bitrate: N/A
  26. Stream #0:0, 1, 1/25: Video: rawvideo, 1 reference frame (I420 / 0x30323449), yuv420p, 320x240 [SAR 1:1 DAR 4:3], 0/1, 25 tbr, 25 tbn, 25 tbc
  27. Successfully opened the file.
  28. Parsing a group of options: output url -.
  29. Applying option c:v (codec name) with argument h264_nvenc.
  30. Applying option f (force format) with argument null.
  31. Successfully parsed a group of options.
  32. Opening an output file: -.
  33. Successfully opened the file.
  34. Initializing cuvid transcoding
  35. [graph 0 input from stream 0:0 @ 0x3d5e3c0] Setting 'video_size' to value '320x240'
  36. [graph 0 input from stream 0:0 @ 0x3d5e3c0] Setting 'pix_fmt' to value '0'
  37. [graph 0 input from stream 0:0 @ 0x3d5e3c0] Setting 'time_base' to value '1/25'
  38. [graph 0 input from stream 0:0 @ 0x3d5e3c0] Setting 'pixel_aspect' to value '1/1'
  39. [graph 0 input from stream 0:0 @ 0x3d5e3c0] Setting 'sws_param' to value 'flags=2'
  40. [graph 0 input from stream 0:0 @ 0x3d5e3c0] Setting 'frame_rate' to value '25/1'
  41. [graph 0 input from stream 0:0 @ 0x3d5e3c0] w:320 h:240 pixfmt:yuv420p tb:1/25 fr:25/1 sar:1/1 sws_param:flags=2
  42. [format @ 0x3da42e0] compat: called with args=[yuv420p|nv12|p010le|yuv444p|yuv444p16le|bgr0|rgb0|cuda]
  43. [format @ 0x3da42e0] Setting 'pix_fmts' to value 'yuv420p|nv12|p010le|yuv444p|yuv444p16le|bgr0|rgb0|cuda'
  44. [AVFilterGraph @ 0x3da2980] query_formats: 4 queried, 3 merged, 0 already done, 0 delayed
  45. Loaded lib: libcuda.so.1
  46. Loaded sym: cuInit
  47. Loaded sym: cuDeviceGetCount
  48. Loaded sym: cuDeviceGet
  49. Loaded sym: cuDeviceGetName
  50. Loaded sym: cuDeviceComputeCapability
  51. Loaded sym: cuCtxCreate_v2
  52. Loaded sym: cuCtxPushCurrent_v2
  53. Loaded sym: cuCtxPopCurrent_v2
  54. Loaded sym: cuCtxDestroy_v2
  55. Loaded sym: cuMemAlloc_v2
  56. Loaded sym: cuMemFree_v2
  57. Loaded sym: cuMemcpy2D_v2
  58. Loaded sym: cuGetErrorName
  59. Loaded sym: cuGetErrorString
  60. Loaded lib: libnvidia-encode.so.1
  61. Loaded sym: NvEncodeAPICreateInstance
  62. Loaded sym: NvEncodeAPIGetMaxSupportedVersion
  63. [h264_nvenc @ 0x3d9f0a0] Loaded Nvenc version 7.1
  64. [h264_nvenc @ 0x3d9f0a0] Nvenc initialized successfully
  65. [h264_nvenc @ 0x3d9f0a0] 2 CUDA capable devices found
  66. [h264_nvenc @ 0x3d9f0a0] [ GPU #0 - < Tesla M60 > has Compute SM 5.2 ]
  67. [h264_nvenc @ 0x3d9f0a0] supports NVENC
  68. [h264_nvenc @ 0x3d9f0a0] [ GPU #1 - < Tesla M60 > has Compute SM 5.2 ]
  69. [h264_nvenc @ 0x3d9f0a0] supports NVENC
  70. [h264_nvenc @ 0x3d9f0a0] Nvenc unloaded
  71. Stream mapping:
  72. Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (h264_nvenc))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement