Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. find *.gif -exec byebyte -f {} -o ./export/{} -t 100 ';'
  2. find ./export/*.gif -exec ffmpeg -f gif -i {} -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" {}.mp4 -y ';'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement