Questions tagged [animated-gif]
82 questions
200
votes
10 answers
How do I create a GIF screencast in Windows?
I need a way to record my Windows desktop and save it as an animated GIF file. Here's an example:
I need GIF animations so that they can run from a web page without requiring any plugins.
I want to record and save directly as a GIF.
How can I…
metal gear solid
- 9,124
73
votes
7 answers
How to stop animated gifs in Google Chrome?
I wish that the .gif files would only show the first frame and never do any animation.
Also, I'd like this to work automatically (i.e. having to hit Esc as in Firefox is not enough).
Is there a way of doing that in Chrome? I'm on a dev channel so I…
Tomas Sedovic
- 1,082
72
votes
3 answers
How to optimize animated GIF size via the command-line?
How to compress GIF animations? For example by reducing the color index.
The files are generated using Imagemagick but optimization seems complicated.
For example, the following animation is 864KB at 150x119:
To be used on a Linux machine.
qubodup
- 9,394
70
votes
1 answer
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 is janky and uneven. If I use another tool, I can…
Daniel Wagner
- 523
56
votes
6 answers
How do I make an existing animated GIF loop repeatedly?
I have an animated gif which, as originally created, animates once then stops. I want to modify the image file so it loops forever instead.
What free applications or command-line utilities for Mac OS X can I use to do this? I've found several GIF…
Brant Bobby
- 2,576
51
votes
4 answers
Does only GIF support animation?
Is GIF the only major image format that supports animation?
With GIF images being a relatively poor quality format, why are they the only one that supports animation in most viewers / browsers?
Jonathon Reinhart
- 3,514
21
votes
1 answer
Insert Animated GIF into Powerpoint 2013?
As per title, I am looking for a way to embed animated GIF files within my powerpoint presentation. I was hoping for this to be native functionality but either inserting as image or as video does not appear to work.
jakc
- 783
18
votes
2 answers
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:
ffmpeg -I filename.gif
I can see some of the file…
karl-police
- 995
13
votes
4 answers
How to take a CSS animation from a browser, and export a GIF of it?
I have the following CSS3 Animation going on: http://dabblet.com/gist/2884702. It's basically a simulation of a mirror rotating on its x-axis.
Now, I wish to present that in a PowerPoint presentation. Since PowerPoint doesn't have the webkit engine,…
Madara's Ghost
- 643
12
votes
1 answer
How do I resize an animated GIF and keep transparency?
I tried to resize an animated GIF with transparency, but it turned the background a solid white. How do I keep the transparency?
I read https://superuser.com/a/556031/130929 and tried
>set FILTERS=scale=320:-1:flags=lanczos
>ffmpeg -hide_banner -i…
Chloe
- 6,196
11
votes
5 answers
Setting an animated .gif as the desktop background on Windows 7
I have an animated .gif I created using Photoshop CS4, but I can't get animation on my desktop although I can set it as a background from the context menu by opening it in Internet Explorer.
How can I set an animated .gif as the desktop background…
blackjack
- 149
11
votes
1 answer
How to pause/play animated gifs in Google Chrome?
I am interested in play/pause controls for gifs, like we have for videos(on Youtube, for example) or even for gifs on Reddit(gfycat player RES extension):
I've googled and read other threads here on Super User but couldn't find a proper solution.…
KulaGGin
- 297
10
votes
1 answer
Tile animated gifs
Is there some way to use imagemagic / montage to tile looped animated gifs (intermixed with nonanimated ones)?
That is, I want to concatenate the animations in space, not in time. I realize that the number of frames and their duration in the…
tsbertalan
- 394
10
votes
1 answer
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:diff_mode=rectangle
-y "Test.gif"
Now, I'm wondering if I can…
Nicke Manarin
- 335
9
votes
3 answers
How to make transparent background of a gif animation?
I have a gif animation with white background.
Is there a simple way (e.g., free or shareware application) to remove this white background and make it transparent?
Bonaca
- 107
- 1
- 1
- 3