[FFmpeg-trac] #9271(avdevice:open): Get color information from source device

FFmpeg trac at avcodec.org
Tue Jun 1 18:11:56 EEST 2021


#9271: Get color information from source device
-------------------------------------+-------------------------------------
             Reporter:  Diederick    |                    Owner:  (none)
  Niehorster                         |
                 Type:  enhancement  |                   Status:  open
             Priority:  normal       |                Component:  avdevice
              Version:  git-master   |               Resolution:
             Keywords:  dshow        |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by Balling):

 So for DV it should also be AVCHROMA_LOC_TOPLEFT.

 Also


 {{{
 case 4:     // MFVideoTransferMatrix_BT2020_10
  ret = AVCOL_SPC_BT2020_NCL;
                 break;
 case 5:     // MFVideoTransferMatrix_BT2020_12
  ret = AVCOL_SPC_BT2020_NCL;
                 break;
 }}}
 If MFVideoTransFunc_2020_const is not applied, if it it is CL.

 That ITU signals CL in matrix, while crazy Micro in Transfer. Well...
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9271#comment:7>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list