[FFmpeg-trac] #6475(avcodec:reopened): NVENC: -coder 0 parameter produces no error, but does not disable CABAC

FFmpeg trac at avcodec.org
Tue Dec 12 22:22:40 EET 2017


#6475: NVENC: -coder 0 parameter produces no error, but does not disable CABAC
-------------------------------------+------------------------------------
             Reporter:  alexpigment  |                    Owner:
                 Type:  defect       |                   Status:  reopened
             Priority:  normal       |                Component:  avcodec
              Version:  git-master   |               Resolution:
             Keywords:  nvenc        |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by oromit):

 The value 0 comes directly from the nvidia header.
 It's not part of the documented ffmpeg API or ABI. Only the names are.

 The only direct value ffmpeg makes up here is -1, which translates to "do
 not set this setting at all and leave it on whatever is in there by
 default".
 This option is similar do what x264 has, but not the same. I picked the
 const names for it to be compatible in most cases of normal usage.

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


More information about the FFmpeg-trac mailing list