Opened 12 years ago

Closed 11 years ago

#1750 closed enhancement (fixed)

Prores encoders do not support writing alpha

Reported by: Carl Eugen Hoyos Owned by:
Priority: wish Component: avcodec
Version: git-master Keywords: prores alpha
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Kostya's prores encoder currently only supports PIX_FMT_YUV444P10 as yuv444 format, meaning no alpha channel is written to the output file. See ticket #1728 for a sample with actual alpha content.

There is currently no suitable pixel format in FFmpeg, see ticket #1749 for the enhancement request.

Change History (4)

comment:1 by Carl Eugen Hoyos, 12 years ago

Priority: normalwish

comment:2 by Timothy Gu, 11 years ago

Blocked By: 1749
Blocking: 1728

Ticket #1749 is closed, and there is a suitable pixel format.

comment:3 by Carl Eugen Hoyos, 11 years ago

Blocking: 1728

comment:4 by Carl Eugen Hoyos, 11 years ago

Resolution: fixed
Status: newclosed

Implemented by Kostya.

Note: See TracTickets for help on using tickets.