You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Decode Prores 4444 XQ with the existing Prores decoder.
The frames are said to contain a higher bit-depth but users report that our decoder shows visually correct output. Requested by forum user gregba and Christoph Gerstbauer.
This commit is contained in:
@@ -251,6 +251,7 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
|
|||||||
{ AV_CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 's') }, /* Apple ProRes 422 LT */
|
{ AV_CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 's') }, /* Apple ProRes 422 LT */
|
||||||
{ AV_CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 'o') }, /* Apple ProRes 422 Proxy */
|
{ AV_CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 'o') }, /* Apple ProRes 422 Proxy */
|
||||||
{ AV_CODEC_ID_PRORES, MKTAG('a', 'p', '4', 'h') }, /* Apple ProRes 4444 */
|
{ AV_CODEC_ID_PRORES, MKTAG('a', 'p', '4', 'h') }, /* Apple ProRes 4444 */
|
||||||
|
{ AV_CODEC_ID_PRORES, MKTAG('a', 'p', '4', 'x') }, /* Apple ProRes 4444 XQ */
|
||||||
{ AV_CODEC_ID_FLIC, MKTAG('f', 'l', 'i', 'c') },
|
{ AV_CODEC_ID_FLIC, MKTAG('f', 'l', 'i', 'c') },
|
||||||
|
|
||||||
{ AV_CODEC_ID_AIC, MKTAG('i', 'c', 'o', 'd') },
|
{ AV_CODEC_ID_AIC, MKTAG('i', 'c', 'o', 'd') },
|
||||||
|
Reference in New Issue
Block a user