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 Hendrik, 6 years ago

The redundant names are already marked as deprecated and will be removed after the typical deprecation period.

comment:2 by Kenneth Peard, 6 years ago

ok sorry for bothering you.

comment:3 by Kenneth Peard, 6 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.