[FFmpeg-devel] [PATCH v10] avcodec: add farbfeld encoder, decoder and demuxer
Marcus B Spencer
marcus at marcusspencer.xyz
Fri Jun 7 22:33:32 EEST 2024
On Friday, June 7th, 2024 at 1:12 PM, Lynne via ffmpeg-devel <ffmpeg-devel at ffmpeg.org> wrote:
> Since the "codec" is essentially just raw data, you should just make the
> demuxer output native RGBA64, and the muxer accept RGBA64. There's no
> reason to have this as a codec, since the header field is completely
> redundant with the fields an AVFrame contains.
There is no specific farbfeld muxer. The muxers are just "image2" and "image2pipe".
There IS a specific farbfeld pipe demuxer called "farbfeld_pipe".
Also the reason to have this as a codec is for image2 syntax support.
More information about the ffmpeg-devel
mailing list