[FFmpeg-trac] #9691(undetermined:new): color, nullsrc with pixel format
FFmpeg
trac at avcodec.org
Wed Mar 16 10:56:18 EET 2022
#9691: color, nullsrc with pixel format
-------------------------------------+-------------------------------------
Reporter: Jozef | Type:
Chutka | enhancement
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Following the current [https://ffmpeg.org/ffmpeg-filters.html#allrgb_002c-
allyuv_002c-color_002c-colorspectrum_002c-haldclutsrc_002c-nullsrc_002c-
pal75bars_002c-pal100bars_002c-rgbtestsrc_002c-smptebars_002c-
smptehdbars_002c-testsrc_002c-testsrc2_002c-yuvtestsrc documentation]
there seems to be no option to define pixel format for `color` or
`nullsrc` filters.
I often find myself defining `fomrat=argb` (or another) following right
after `color...` filter.
Correct me if I am wrong, but my thinking is that having pixel format
defined right on the source (`color` or `nullsrc`) could avoid conversion,
hence increase the overal performance.
It seems `testsrc2` has `format` option available, so maybe similiar
solution can be provided for the `color`, `nullsrc` or other.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9691>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list