[FFmpeg-trac] #8862(ffplay:reopened): Wrong color space selected
FFmpeg
trac at avcodec.org
Thu Jul 22 15:00:47 EEST 2021
#8862: Wrong color space selected
------------------------------------+------------------------------------
Reporter: airbete | Owner: (none)
Type: defect | Status: reopened
Priority: normal | Component: ffplay
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+------------------------------------
Comment (by Balling):
So I fixed SMPTE 240M matrix in 3249b963421cf5ff0e6adf2e38c86194fdf50929.
Now, the problem as I said is in that code. SDL does not support 444
chroma correctly and that means that in SDL_SetYUVConversionMode(mode)
mode will be set to SDL_YUV_CONVERSION_AUTOMATIC, which has different
behaviour on linux and windows. On linux the sample here is correctly
decoded because the length is correct amount of pixels for BT.601. Now, on
windows it does not select BT.601, but BT.709. Who knows why?
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8862#comment:10>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list