Advertisement
Guest User

Untitled

a guest
Jan 7th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.88 KB | None | 0 0
  1. Encoder hevc_nvenc [NVIDIA NVENC hevc encoder]:
  2. General capabilities: delay
  3. Threading capabilities: none
  4. Supported pixel formats: yuv420p nv12 p010le yuv444p yuv444p16le bgr0 rgb0 cuda
  5. hevc_nvenc AVOptions:
  6. -preset <int> E..V.... Set the encoding preset (from 0 to 11) (default medium)
  7. default E..V....
  8. slow E..V.... hq 2 passes
  9. medium E..V.... hq 1 pass
  10. fast E..V.... hp 1 pass
  11. hp E..V....
  12. hq E..V....
  13. bd E..V....
  14. ll E..V.... low latency
  15. llhq E..V.... low latency hq
  16. llhp E..V.... low latency hp
  17. lossless E..V.... lossless
  18. losslesshp E..V.... lossless hp
  19. -profile <int> E..V.... Set the encoding profile (from 0 to 4) (default main)
  20. main E..V....
  21. main10 E..V....
  22. rext E..V....
  23. -level <int> E..V.... Set the encoding level restriction (from 0 to 186) (default auto)
  24. auto E..V....
  25. 1 E..V....
  26. 1.0 E..V....
  27. 2 E..V....
  28. 2.0 E..V....
  29. 2.1 E..V....
  30. 3 E..V....
  31. 3.0 E..V....
  32. 3.1 E..V....
  33. 4 E..V....
  34. 4.0 E..V....
  35. 4.1 E..V....
  36. 5 E..V....
  37. 5.0 E..V....
  38. 5.1 E..V....
  39. 5.2 E..V....
  40. 6 E..V....
  41. 6.0 E..V....
  42. 6.1 E..V....
  43. 6.2 E..V....
  44. -tier <int> E..V.... Set the encoding tier (from 0 to 1) (default main)
  45. main E..V....
  46. high E..V....
  47. -rc <int> E..V.... Override the preset rate-control (from -1 to INT_MAX) (default -1)
  48. constqp E..V.... Constant QP mode
  49. vbr E..V.... Variable bitrate mode
  50. cbr E..V.... Constant bitrate mode
  51. vbr_minqp E..V.... Variable bitrate mode with MinQP (deprecated)
  52. ll_2pass_quality E..V.... Multi-pass optimized for image quality (deprecated)
  53. ll_2pass_size E..V.... Multi-pass optimized for constant frame size (deprecated)
  54. vbr_2pass E..V.... Multi-pass variable bitrate mode (deprecated)
  55. cbr_ld_hq E..V.... Constant bitrate low delay high quality mode
  56. cbr_hq E..V.... Constant bitrate high quality mode
  57. vbr_hq E..V.... Variable bitrate high quality mode
  58. -rc-lookahead <int> E..V.... Number of frames to look ahead for rate-control (from 0 to INT_MAX) (default 0)
  59. -surfaces <int> E..V.... Number of concurrent surfaces (from 0 to 64) (default 0)
  60. -cbr <boolean> E..V.... Use cbr encoding mode (default false)
  61. -2pass <boolean> E..V.... Use 2pass encoding mode (default auto)
  62. -gpu <int> E..V.... Selects which NVENC capable GPU to use. First GPU is 0, second is 1, and so on. (from -2 to INT_MAX) (default any)
  63. any E..V.... Pick the first device available
  64. list E..V.... List the available devices
  65. -delay <int> E..V.... Delay frame output by the given amount of frames (from 0 to INT_MAX) (default INT_MAX)
  66. -no-scenecut <boolean> E..V.... When lookahead is enabled, set this to 1 to disable adaptive I-frame insertion at scene cuts (default false)
  67. -forced-idr <boolean> E..V.... If forcing keyframes, force them as IDR frames. (default false)
  68. -spatial_aq <boolean> E..V.... set to 1 to enable Spatial AQ (default false)
  69. -temporal_aq <boolean> E..V.... set to 1 to enable Temporal AQ (default false)
  70. -zerolatency <boolean> E..V.... Set 1 to indicate zero latency operation (no reordering delay) (default false)
  71. -nonref_p <boolean> E..V.... Set this to 1 to enable automatic insertion of non-reference P-frames (default false)
  72. -strict_gop <boolean> E..V.... Set 1 to minimize GOP-to-GOP rate fluctuations (default false)
  73. -aq-strength <int> E..V.... When Spatial AQ is enabled, this field is used to specify AQ strength. AQ strength scale is from 1 (low) - 15 (aggressive) (from 1 to 15) (default 8)
  74. -cq <float> E..V.... Set target quality level (0 to 51, 0 means automatic) for constant quality mode in VBR rate control (from 0 to 51) (default 0)
  75. -aud <boolean> E..V.... Use access unit delimiters (default false)
  76. -bluray-compat <boolean> E..V.... Bluray compatibility workarounds (default false)
  77. -init_qpP <int> E..V.... Initial QP value for P frame (from -1 to 51) (default -1)
  78. -init_qpB <int> E..V.... Initial QP value for B frame (from -1 to 51) (default -1)
  79. -init_qpI <int> E..V.... Initial QP value for I frame (from -1 to 51) (default -1)
  80. -qp <int> E..V.... Constant quantization parameter rate control method (from -1 to 51) (default -1)
  81. -weighted_pred <int> E..V.... Set 1 to enable weighted prediction (from 0 to 1) (default 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement