Opened 6 years ago
Closed 6 years ago
#7206 closed enhancement (invalid)
Remove extra nvenc IDs
Reported by: | Kenneth Peard | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avcodec |
Version: | git-master | Keywords: | nvenc |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Currently h264 has 3 nvenc based encoders (h264_nvenc, nvenc and nvenc_h264), "nvenc" and "nvenc_h264" should probably be removed to reduce confusion, leaving "h264_nvenc" which is consistent with the counterparts from amd and intel. If the three all provide unique functionality then one should be chosen as the default and the rest available through additional flags.
The same thing is true about HEVC which has 2 nvenc based encoders (nvenc_hevc and hevc_nvenc), "nvenc_hevc" should be removed (again for consistency).
Change History (3)
comment:1 by , 6 years ago
comment:3 by , 6 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The redundant names are already marked as deprecated and will be removed after the typical deprecation period.