Hi guys, I have a question related to ffmpeg: Is there a way to make to make this command ffmpeg -i valorant.mp4 FramesValorant/frame%04d.png to create less amounts of .png's to make the .gif speed a little bit faster?
I'm using this command on top and afterwards running gifski -o valorant.gif FramesValorant/frame*.png to transform the sequence to a .gif using gitski