On 17.04.24 21:19, Thilo Borgmann via ffmpeg-devel wrote: > From: Thilo Borgmann via ffmpeg-devel > > Splits a packet containing a webp animations into > one non-compliant packet per frame of the animation. > Skips RIFF and WEBP chunks for those packets except > for the first. Copyies ICC, EXIF and XMP chunks first > into each of the packets except for the first. > --- > configure | 1 + > libavcodec/bitstream_filters.c | 1 + > libavcodec/bsf/Makefile | 1 + > libavcodec/bsf/awebp2webp.c | 350 +++++++++++++++++++++++++++++++++ > 4 files changed, 353 insertions(+) > create mode 100644 libavcodec/bsf/awebp2webp.c build failed here. Updated patch attached. Sorry, Thilo