Created
August 22, 2017 09:47
-
-
Save henkman/a3425d2e1cc4b489aa596bc81908fe43 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set palette="palette.png" | |
| set filters="fps=%4,scale=%3:-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