[FFmpeg-trac] #3739(avutil:new): support bitand functions > 8 bit

FFmpeg trac at avcodec.org
Mon Jun 23 21:55:46 CEST 2014


#3739: support bitand functions > 8 bit
---------------------------------------+--------------------------------
               Reporter:  dericed      |                  Owner:
                   Type:  enhancement  |                 Status:  new
               Priority:  wish         |              Component:  avutil
                Version:  git-master   |               Keywords:  bitand
             Blocked By:               |               Blocking:
Reproduced by developer:  0            |  Analyzed by developer:  0
---------------------------------------+--------------------------------
 Summary of the enhancement request:

 bitand (and bitor) operations function at 8 bit, I'd like to use bitand to
 work with the lower bits of some 10 and 16 bit video but it seems that
 bitand only finangles the first 8 bits.

 Here is a command I would use to solo the 8th bit of the Y plane. I would
 like to do similarly with lower bits.

 {{{
 bit=8
 ffplay 10bit_v210.mov -vf
 "extractplanes=y,lut=c0=bitand(val\,pow(2\,8-${bit}))*pow(2\,${bit})"
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3739>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list