Skip to content

Commit 8967114

Browse files
committed
Add instructions for converting MP4 to GIF using ffmpeg
1 parent cff21f4 commit 8967114

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Convert mp4 to gif using:
2+
3+
`ffmpeg -i example.mp4 -vf "fps=15,scale=900:-1:flags=lanczos,split[s0][s1];[s0]palettegen=stats_mode=diff:max_colors=64[p];[s1][p]paletteuse=dither=none" example.gif`

0 commit comments

Comments
 (0)