Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Fenrirthviti/2888636f507d784ccc21fdf6d7be52c9 to your computer and use it in GitHub Desktop.
Save Fenrirthviti/2888636f507d784ccc21fdf6d7be52c9 to your computer and use it in GitHub Desktop.
Encoder libnvenc [libnvenc H.264 / MPEG-4 AVC]:
Threading capabilities: no
Supported pixel formats: nv12 yuv420p yuvj420p
NVIDIA NVENC AVOptions:
-preset E..V.... Set x264 encoding preset (default "medium")
-tune E..V.... Set x264 encoding tuning
-profile E..V.... Set H.264 profile restrictions.
-fastfirstpass E..V.... Ignored. (from 0 to 1) (default 1)
-level E..V.... Set H.264 level
-passlogfile E..V.... Ignored.
-wpredp E..V.... Ignored.
-crf E..V.... Ignored. (from -1 to FLT_MAX) (default -1)
-crf_max E..V.... Ignored. (from -1 to FLT_MAX) (default -1)
-qp E..V.... Constant quantization parameter (from -1 to INT_MAX) (default -1)
-aq-mode E..V.... Ignored. (from -1 to INT_MAX) (default -1)
-aq-strength E..V.... Ignored. (from -1 to FLT_MAX) (default -1)
-psy E..V.... Ignored. (from -1 to 1) (default -1)
-psy-rd E..V.... Ignored.
-rc-lookahead E..V.... Ignored. (from -1 to INT_MAX) (default -1)
-weightb E..V.... Ignored. (from -1 to 1) (default -1)
-weightp E..V.... Ignored. (from -1 to INT_MAX) (default -1)
-ssim E..V.... Ignored. (from -1 to 1) (default -1)
-intra-refresh E..V.... Use Periodic Intra Refresh. (from -1 to 1) (default -1)
-bluray-compat E..V.... Ignored. (from -1 to 1) (default -1)
-b-bias E..V.... Ignored. (from INT_MIN to INT_MAX) (default INT_MIN)
-b-pyramid E..V.... Ignored. (from -1 to INT_MAX) (default -1)
-mixed-refs E..V.... Ignored. (from -1 to 1) (default -1)
-8x8dct E..V.... High profile 8x8 transform. (from -1 to 1) (default -1)
-fast-pskip E..V.... Ignored. (from -1 to 1) (default -1)
-aud E..V.... Insert access unit delimiters. (from -1 to 1) (default -1)
-mbtree E..V.... Ignored. (from -1 to 1) (default -1)
-deblock E..V.... Loop filter, in alpha:beta.
-cplxblur E..V.... Ignored. (from -1 to FLT_MAX) (default -1)
-partitions E..V.... Ignored.
-direct-pred E..V.... Direct MV prediction mode (from -1 to INT_MAX) (default -1)
-slice-max-size E..V.... Ignored. (from -1 to INT_MAX) (default -1)
-stats E..V.... Ignored.
-nal-hrd E..V.... Insert HRD info NALUs (from -1 to INT_MAX) (default -1)
-x264opts E..V.... Apply x264-style options using a :-separated list of key=value pairs
-x264-params E..V.... Apply x264-style options using a :-separated list of key=value pairs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment