# clipping
ffmpeg -ss 00:00:15 -to 00:00:18 -i test.mov -c copy out.mov
# video to gif
ffmpeg -i out.mov -vf "fps=10,scale=480:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 output.gif
Created
May 27, 2022 11:38
-
-
Save keewon/44246b3e1dd4df2d5389ea3c6a872f26 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment