About 82,800 results
Open links in new tab
  1. How do I convert a video to GIF using ffmpeg, with reasonable quality ...

    How to add a windows 7/10 "right-click" context menu entry to convert your video file to gif Some of the other answers mentioned the video2gif script, which I used.

  2. How can I get ffmpeg to convert a .mov to a .gif?

    Awesome answer, thanks :) GIF is a crazy format... the original .mov was 250k, the converted .gif from ffmpeg was 8mb, and the convert -optimized version was an astounding 10k! Impressive!

  3. Using ffmpeg, how can I convert an MP4, crop and resize to GIF?

    Feb 4, 2018 · Create GIF: ffmpeg -i input.mp4 -i palette.png -filter_complex "[0]fps=10,scale=-1:640,crop=ih:ih,setsar=1[x];[x][1:v]paletteuse" output.gif You can make this more complex if desired …

  4. How to convert video to GIF using FFmpeg - Super User

    I installed FFmpeg on my XAMPP for converting stream of video to GIF images. I used the below code but it doesn't work. ffmpeg -ss 00:00:05.0 -t 00:00:10.0 -i input.wmv -acodec copy -vcodec copy ...

  5. video - Reduce Generated GIF Size Using FFMPEG - Super User

    Mar 7, 2016 · I'm developing android application that converts mp4 files into gifs using ffmpeg. Problem is that generated gifs are huge in size. And another problem is that I can't use anything else than …

  6. What's the easiest way to save a GIFV as a simple GIF?

    Jan 23, 2015 · 29 GIFV isn't a GIF at all, in the traditional sense anyway. It's actually a video file. Here's what I read from Imgur's blog post introducing GIFV: The cornerstone of Project GIFV is a platform …

  7. How to avoid losing color with palettegen in ffmpeg?

    Jul 23, 2025 · Convert a frame from your clip to a PNG (so it can be processed by imgmagick) Use imagemagick to convert this PNG to a GIF. Use ffmpeg's palettegen or imagemagick to generate a …

  8. How do I convert an animated GIF to a YouTube friendly video format?

    The ImageMagick convert program can split up animated GIFs. e.g. given the existence of a file ' foo.gif ', I can run: convert foo.gif foo.png and it will create files foo-0.png, foo-1.png, etc, one for each …

  9. How to convert webp animation to gif animation with ffmpeg?

    Jul 10, 2023 · How to convert webp animation to gif animation with ffmpeg? Ask Question Asked 2 years, 5 months ago Modified 2 years, 5 months ago

  10. How do I create a GIF screencast in Windows? - Super User

    Use CamStudio Portable to record your screen activities to AVI. Use VirtualDubMod to convert the AVI to a sequence of images (PNG). Use Easy Graphic Converter to convert the PNGs to GIFs. Use …