Decode animated avif into frames #2634
Answered
by
maryla-uc
avidseeker
asked this question in
Q&A
-
This doesn't work
|
Beta Was this translation helpful? Give feedback.
Answered by
maryla-uc
Feb 24, 2025
Replies: 1 comment 3 replies
-
Hi, Something like this should work:
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
avidseeker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Currently
avifdec
doesn't support outputting all frames at once, but you can use the--index
flag to specify the frame number that you want. You can useavifdec -i "$f"
to print the information about the animation including the number of frames.Something like this should work: