#8384 closed defect (invalid)
incorrect help msg for -h decoder=ayuv
Reported by: | Glenn Slayden | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | unspecified | Keywords: | ayuv |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
How to reproduce:
% ffmpeg -h decoder=ayuv ffmpeg 4.1 built on 20181017
Result of the command:
V....D ayuv Uncompressed packed MS 4:4:4:4
According to the following website the planar format should be referred to as "4:4:4":
Note that ffmpeg lists an extra ":4" in the help text for the decoder name.
Change History (3)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.1.4 → unspecified |
The linked MS documentation clearly describes a 4:4:4:4 format.
comment:3 by , 5 years ago
Ok, thanks. I guess its an error on the MS site then, that it says:
4:4:4 Formats, 32 Bits per Pixel
AYUV
A single 4:4:4 format is recommended, with the FOURCC code AYUV.
Note:
See TracTickets
for help on using tickets.
This looks right, see https://github.com/FFmpeg/FFmpeg/commit/2ed8baa614839bffa2df0fb14687239994613892
It is 4:4:4(:4). But I am not a guru in this))