[FFmpeg-trac] #11436(swscale:new): Changing stream properties (matrix/primaries/transfer) make FFMpeg crash
FFmpeg
trac at avcodec.org
Tue Jan 28 23:29:12 EET 2025
#11436: Changing stream properties (matrix/primaries/transfer) make FFMpeg crash
-------------------------------------+-------------------------------------
Reporter: Francesco | Owner: (none)
Bucciantini |
Type: defect | Status: new
Priority: normal | Component: swscale
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by emcodem):
Conversion works when disabling filter reinit:
ffmpeg -reinit_filter:v 0 -i Interview.mxf -f null -
The mpeg2 stream changes from transfer 2 (709) to 0 (unknown/forbidden).
Might not be trivial to catch this special case of changing to unknown
transfer characteristics in which case it would be best to just keep on
working with the current transfer char.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11436#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list