Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#8363 closed defect (invalid)

“ffmpeg -h encoder=v210”: “Supported pixel formats”: Remove “yuv422p”

Reported by: Kdmeizk Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

See:
https://trac.ffmpeg.org/ticket/8358#comment:1

ffmpeg-20191101-53c21c2-win64-static\bin\ffmpeg.exe -h encoder=v210
Encoder v210 [Uncompressed 4:2:2 10-bit]:
    General capabilities: none
    Threading capabilities: none
    Supported pixel formats: yuv422p10le yuv422p

Change History (2)

comment:1 by Cigaes, 4 years ago

Resolution: invalid
Status: newclosed

The encoder does support this format, without conversion. It is even the only format it supports, along with its 10-bits counterpart.

comment:2 by Carl Eugen Hoyos, 4 years ago

I am not saying that yuv422p support should be removed but I believe it is noteworthy that no other encoder does internal colour space transformation which comes in addition to the change of input data for a codec that users believe is lossless...

Note: See TracTickets for help on using tickets.