I am trying to create some webp animations based on png sequence with ffmpeg. But I can’t figure out how to make them play only once.
I use this command but each time the animation loop infinitly.
ffmpeg -i %04d.png -loop 1 -vf output.webp
Thanks !
New contributor
Robin Navas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.