Skip to content

Instantly share code, notes, and snippets.

@larryhou
Created September 28, 2016 02:36
Show Gist options
  • Select an option

  • Save larryhou/084b0d3a494eae1b3117ace70d05bd0f to your computer and use it in GitHub Desktop.

Select an option

Save larryhou/084b0d3a494eae1b3117ace70d05bd0f to your computer and use it in GitHub Desktop.
#!/bin/bash
palette="palette.png"
filters="fps=30,scale=320:-1:flags=lanczos"
ffmpeg -v warning -i $1 -vf "$filters,palettegen" -y $palette
ffmpeg -v warning -i $1 -i $palette -lavfi "$filters [x]; [x][1:v] paletteuse" -y $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment