[FFmpeg-trac] #7301(undetermined:new): h264_nvenc / b_ref_mode each is not working

FFmpeg trac at avcodec.org
Tue Sep 4 10:13:00 EEST 2018


#7301: h264_nvenc / b_ref_mode each is not working
-------------------------------------+-------------------------------------
             Reporter:               |                    Owner:
  smallishzulu                       |                   Status:  new
                 Type:  defect       |                Component:
             Priority:  normal       |  undetermined
              Version:  unspecified  |               Resolution:
             Keywords:  nvenc        |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by smallishzulu):

 Official NVIDIA Reply to this ticket over their ticket system:

 Here's the description of the B-as-reference "each" mode, from the
 EncodeAPI header file:

     NV_ENC_BFRAME_REF_MODE_EACH     = 0x1,          /**< Each B-frame will
 be used for reference. currently not supported for H.264 */

 As indicated, this mode is not supported at all, so the current behaviour
 is correct. When this mode becomes available in the future, the value
 returned on calling NvEncGetEncodeCaps() with the
 NV_ENC_CAPS_SUPPORT_BFRAME_REF_MODE capability will include
 NV_ENC_BFRAME_REF_MODE_EACH.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7301#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list