Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Thank you for the alias function. It is very handy Commented Jul 29, 2020 at 2:14
  • The FFmpeg portion of this answer is nearly identical to that in llogan's answer except this one creates an intermediate palette file and provides no descriptions or documentation links. The alias portion of this answer (which answers a different question, anyways) is identical to kenorb's answer except this one lacks the path quoting and fps and scale parameters. -1 for not adding anything new. Commented Oct 9, 2021 at 23:00
  • how do i disable frame dropping and previous image ghosting? my complex filter is this fps=10,scale=320:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse
    – X3R0
    Commented Mar 8, 2022 at 16:16