[FFmpeg-trac] #8041(avfilter:new): h264_metadata BSF lacks overscan

FFmpeg trac at avcodec.org
Fri Jul 26 11:57:58 EEST 2019


#8041: h264_metadata BSF lacks overscan
-------------------------------------+-------------------------------------
             Reporter:  atorp        |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  normal       |                Component:  avfilter
              Version:  git-master   |               Resolution:
             Keywords:               |               Blocked By:
  h264_metadata BSF                  |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by atorp):

 Hi,

 Inside the H264RawVUI struct it's defined:

     uint8_t overscan_info_present_flag;
     uint8_t overscan_appropriate_flag;

 So, to add support for the "--overscan" parameter it's sufficient to mod
 the function "h264_metadata_update_sps()" in the
 "libavcodec/h264_metadata_bsf.c" source.

 I hope some developer will add support for it. As it's the only solution
 to use HARDWARE encoding and set this flag.

 Thank you!

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


More information about the FFmpeg-trac mailing list