#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".