Opened 9 years ago

Last modified 9 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 jamal, 9 years ago

Component: ffmpegavformat
Priority: normalwish
Status: newopen
Summary: animated webp doesn't loopanimated webp doesn't loop by default
Type: defectenhancement
Version: 2.5.1git-master

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.

comment:2 by Carl Eugen Hoyos, 9 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.