[FFmpeg-devel] [PATCH] libavcodec/gifenc: Only write palette entries that actually used
Jean First
jeanfirst at gmail.com
Sat Feb 6 01:41:17 EET 2021
Derek Buitenhuis wrote on 04.02.21 19:42:
> On 04/02/2021 17:26, Paul B Mahol wrote:
>> How would that work?
>> I'm not against if that does not break existing usage.
> Somethng like '-no_global_paltte 1' to not use a global
> palette, and write a palette each frame. Default would be
> off, so curent behavior is maintained.
Please do not negate options. So instead of '-no_global_palette' just
use '-global_palette'.
More information about the ffmpeg-devel
mailing list