Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ffmpeg -i anim.mp4 -vf "select=not(mod(n,6))" -vsync vfr img1/f%04d.jpg -preset photo
  2. 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement