[FFmpeg-devel] [PATCH v9 5/6] libavformat/webp: add WebP demuxer

Tomas Härdin git at haerdin.se
Sun Dec 31 14:59:22 EET 2023


sön 2023-12-31 klockan 13:30 +0100 skrev Thilo Borgmann via ffmpeg-
devel:
> From: Josef Zlomek <josef at pex.com>
> 
> Adds the demuxer of animated WebP files.
> It supports non-animated, animated, truncated, and concatenated
> files.
> Reading from a pipe (and other non-seekable inputs) is also
> supported.
> 
> The WebP demuxer splits the input stream into packets containing one
> frame.
> It also marks the key frames properly.
> The loop count is ignored by default (same behaviour as animated PNG
> and GIF),
> it may be enabled by the option '-ignore_loop 0'.

Should format duration not also be set accordingly? I don't see
anything setting it at all, only packet duration

/Tomas


More information about the ffmpeg-devel mailing list