I am using a Windows 10 PC and I am extracting frames from video using FFmpeg as described in this other question and answer thread on SuperUser. How do I control the size of webP files that are generated?
I tried following commands:
ffmpeg -i anim.mp4 -vf "select=not(mod(n\,6))" -vsync vfr img1/f%04d.jpg -preset photo
ffmpeg -i anim.mp4 -vf "select=not(mod(n\,6))" -vsync vfr img/f%04d.webp -qscale 20 -lossless false -preset photo -compression_level 6