Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. osascript -e 'display notification "start" with title "GIF Encode"'
  2. /usr/local/bin/ffmpeg -i "${@}" -filter_complex "[0:v] fps=8,scale=600:-1,split [a][b];[a] palettegen [p];[b][p] paletteuse" "${@}".gif
  3. osascript -e 'display notification "Gif encode end"'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement