[FFmpeg-trac] #6476(avcodec:new): NVENC: "InitializeEncoder failed" error occurs when level 5.2 is specified

FFmpeg trac at avcodec.org
Mon Jun 15 13:13:34 EEST 2020


#6476: NVENC: "InitializeEncoder failed" error occurs when level 5.2 is specified
-------------------------------------+-----------------------------------
             Reporter:  alexpigment  |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  wish         |                Component:  avcodec
              Version:  git-master   |               Resolution:
             Keywords:  nvenc        |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------

Comment (by heleppkes):

 specifying level only adds constraints, it does not lift them. So if you
 don't specify a level, it'll use the highest required for your content.

 That means that if you want to encode 5.2, there is no need to specify a
 level, since it'll automatically pick one.

 The only reason to specify a level is if you want to constraint yourself
 to a specific level and not accidentally go over it.

 The lack of th 5.2 level in nvenc_h264 should still be fixed, but its not
 necessarily required to specify it.

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


More information about the FFmpeg-trac mailing list