Opened 12 years ago
Last modified 12 years ago
#4202 open enhancement
animated webp doesn't loop by default
| Reported by: | Yay295 | Owned by: | |
|---|---|---|---|
| Priority: | wish | Component: | avformat |
| Version: | git-master | Keywords: | webp |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Animated webp files don't loop. Though I guess this may not be a bug since they don't HAVE to loop, it makes sense to me that they should by default.
Change History (2)
comment:1 by , 12 years ago
| Component: | ffmpeg → avformat |
|---|---|
| Priority: | normal → wish |
| Status: | new → open |
| Summary: | animated webp doesn't loop → animated webp doesn't loop by default |
| Type: | defect → enhancement |
| Version: | 2.5.1 → git-master |
comment:2 by , 12 years ago
The default value on encoding is "1", "0" means infinite loop.
@Yay295: Do you want to report an encoding or decoding issue? To clarify please provide the command line you tested together with the complete, uncut console output.
Note:
See TracTickets
for help on using tickets.



When creating an animated webp file you can choose how many times the animation should loop using the -loop option.
A value of -1 means infinite loop. By default it's set to 0, which means no loop.
It could be changed to infinite by default if that's preferred.