#11541: Better warning for silently skipped color primaries meddling?
-------------------------------------+-------------------------------------
Reporter: fmnijk | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Component: avfilter
Version: git-master | Resolution:
Keywords: | Blocked By:
color_primaries |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 1 |
-------------------------------------+-------------------------------------
Changes (by MasterQuestionable):
* analyzed: 0 => 1
* cc: MasterQuestionable (added)
* component: avcodec => avfilter
* keywords: colorspace NVENC scale => color_primaries
* summary:
All NVENC encoders change bt709 color space to bt470bg when pixel
format is not specified
=> Better warning for silently skipped color primaries meddling?
* type: defect => enhancement
Comment:
͏ The input EXR seems to be of certain RGB colorspace ("gbrapf32le"?).
͏ The BT.709 etc. color handling applies only for YUV.
͏ Compare:
͏ `ffmpeg -v debug -hide_banner -nostdin -nostats -f lavfi -i
"sws_flags=+print_info; testsrc,scale=out_color_matrix=bt709" -vframes 1
-f null -`
͏ `ffmpeg -v debug -hide_banner -nostdin -nostats -f lavfi -i
"sws_flags=+print_info;
testsrc,scale=out_color_matrix=bt709,format=yuv420p" -vframes 1 -f null -`
͏ `ffmpeg -v debug -hide_banner -nostdin -nostats -f lavfi -i
"sws_flags=+print_info; testsrc2,scale=out_color_matrix=bt709" -vframes 1
-f null -`
͏ .
͏ https://ffmpeg.org/ffmpeg-filters.html#testsrc
͏ "testsrc2" defaults "yuv420p".
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11541#comment:6>
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".