[FFmpeg-trac] #6774(avcodec:new): libx264 8bit and 10bit support

FFmpeg trac at avcodec.org
Tue Oct 24 12:59:14 EEST 2017


#6774: libx264 8bit and 10bit support
-------------------------------------+-------------------------------------
             Reporter:  gstoyanov    |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  normal       |                Component:  avcodec
              Version:  3.2.4        |               Resolution:
             Keywords:  x264, h264,  |               Blocked By:
  10bit, 8bit                        |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by heleppkes):

 ffmpeg doesn't use the CLI encoder binary, but links to a library. You
 can't link to the same library twice (even if build differently), because
 its function names would collide.

 Unless x264 offers a way to have multiple bitdepths in the same library,
 perhaps similar to how x265 has done it, this won't really be possible.

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


More information about the FFmpeg-trac mailing list