Am 31.12.23 um 13:59 schrieb Tomas Härdin:
sön 2023-12-31 klockan 13:30 +0100 skrev Thilo Borgmann via ffmpeg-
devel:
From: Josef Zlomek <[email protected]>
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
Locally done to set AVStream->duration and ->avg_frame_rate the same way as GIF
does.
Thanks,
Thilo
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".