Guest User

Untitled

a guest
Jun 5th, 2017
56
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Option 1
  2. ffmpeg -i "name.webm" -i palette.png -lavfi "fps=24,scale=400:225:flags=lanczos [x]; [x][1:v] paletteuse" -y name.gif
  3.  
  4. Option 2
  5. ffmpeg -y -i file.mp4 -i palette.png -filter_complex paletteuse -r 24 -s 400x225 file.gif
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×