Skip to main content

Questions tagged [animated-gif]

The tag has no usage guidance.

0 votes
1 answer
46 views

Can an animated GIF image have two frames with two different dimensions?

Can an animated GIF image have two frames with two different dimensions? Or must all frames in a GIF have the same dimension?
Franck Dernoncourt's user avatar
1 vote
1 answer
830 views

ShareX doesn't save the cursor in the gif recordings, what could the issue be?

I configured ShareX so that it saves the cursor in gif recordings, but it doesn't save the cursor in gif recordings. What could the issue be? E.g. in the following, I click on Ask but ShareX didn't ...
Franck Dernoncourt's user avatar
1 vote
0 answers
421 views

Extracting text from animated GIF file

I have a GIF file that shows a scrolling down through a table. That table has data that I need to extract. Here is how the file looks like, BTW, I have video files that show the same. With extensions ...
Eslam's user avatar
  • 191
0 votes
1 answer
224 views

Add single pixel to .gif file using ffmpeg

I have several thousand .gif files (with alpha channels) and I want to add a single red pixel (no transparency) in the bottom left hand corner of each .gif file. Each one has different dimensions. How ...
EllipticalInitial's user avatar
0 votes
1 answer
1k views

Upscale Gif File with Nearest Neighbor Interpolation (Integer Multiple) on Windows (Gifsicle)

I want to upscale a .gif file with nearest neighbor interpolation on Windows from commandline (I am scaling by integer multiples). I have tried gifsicle 1.92 but for some reason it doesn't work ...
EllipticalInitial's user avatar
1 vote
1 answer
845 views

FFmpeg: Apply Unique Palette To Every Frame of a .GIF?

⋯ Have .GIF with duration of 10 seconds at 15fps, for a total of 150 frames. Want to use different palette for every frame. Have palette files: p1.png, p2.png, p3.png etc … p150.png - What's my ffmpeg ...
Rowe Morehouse's user avatar
2 votes
2 answers
821 views

convert images to gif error marking filters as finished

I'm converting pretty large .png files to gif (2000X1000) I used this article http://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html about a year ago to write a script after interpolating to find a ...
Conrad B's user avatar
  • 187
8 votes
1 answer
12k views

How to control gif loop settings in FFmpeg

I'm able to export a sequence of images as a gif with FFmpeg: ffmpeg -vsync 2 -safe 0 -f concat -i "file:concat.txt" -lavfi palettegen=stats_mode=diff[pal],[0:v][pal]paletteuse=new=1:...
Nicke Manarin's user avatar
2 votes
1 answer
2k views

Hide/Collapse animated gif images in Microsoft Teams?

When my coworkers post gifs in the team chat, I roll on the floor laughing. I then usually "collapse" the gif so that it doesn't continue repeating forever in the background while I'm trying ...
pkamb's user avatar
  • 4,483
1 vote
1 answer
581 views

Why different frame count on ffprobe?

Question I use ffmpeg. Why are the frame counts different between A_COMAND and B_COMAND? sample_gif A_COMAND: $ ffmpeg -i ./for_sample.gif -vf mpdecimate,setpts=N/FRAME_RATE/TB ./tmp/%1d.png can ...
ikshi's user avatar
  • 11
3 votes
1 answer
2k views

How to compress gif effectively to reduce size?

We use gifs for our blog extensively. We used to embed tenor nano gifs(90px height maintaining aspect ratio, used for GIF previews and shares on mobile) in it. Now we wanted to create our own gifs and ...
Rohit Sai Janga's user avatar
1 vote
0 answers
2k views

Turning a series of PNG files into GIF with black transparent background

I have a series of RGB PNG images and I'd like to turn them into a single animated GIF file with black=transparent. The following command was recommended elsewhere, but it doesn't seem to turn the ...
hints's user avatar
  • 11
0 votes
0 answers
427 views

animated gif speed, nice in ImageMagick or GraphicsMagic, slow in powerpoint

I have N tiff files. In linux I can do convert -delay 0 -loop 0 *.tiff output.gif In linux, using gm animate *.tif I get a nice smooth rotation at a nice speed. And if I recreate N tiff files to ...
ron's user avatar
  • 758
70 votes
1 answer
8k views

Why does FFmpeg choose 10+20+20 ms instead of an even 16 ms for 60 fps GIF images?

I have a short 60 fps video which I'd like to turn into a GIF file. I run ffmpeg -i foo.flv foo.gif and it produces a GIF file. Great! The only problem is that the motion in the produced GIF video ...
Daniel Wagner's user avatar
17 votes
2 answers
24k views

Do 60 FPS GIF's actually exist? Or is the maximum 50 FPS?

I've been recently playing around with FFmpeg and I was trying to convert .avi to .gif since other methods I've tried to so far didn't work so well. What I noticed is that, when I use this command: ...
karl-police's user avatar

15 30 50 per page
1
2 3 4 5 6