Skip to main content

Questions tagged [gif]

gif (or Graphics Interchange Format) is an image format originally invented by CompuServe for web usage. It supports a 256-bit palette, transparency, and animation.

0 votes
0 answers
64 views

Making Visually Lossless GIFs and Animated WEBPs

Which software can make the best visually lossless gifs out of videos? Also, how do I use rgb and/or rgba when making visually lossless animated WEBP files?
Calvin Jack's user avatar
2 votes
1 answer
248 views

Why am I getting pixelated videos in FFmpeg when converting to a GIF?

I want to encode this WEBM video: https://buggem.github.io/connecting.webm I have been noticing the fact that FFmpeg has been played up when it comes to quality. I am doing WEBM to GIF, if that ...
Missing User's user avatar
0 votes
0 answers
118 views

FFmpeg batch compressing mp4s and changing them to gifs

I want to take a folder of mp4s and with ffmpeg compress them and turn them into gifs. I do this for each file using this code: ffmpeg -i input.mp4 -c:v libx264 -tune zerolatency -preset ultrafast -...
RayRay's user avatar
  • 1
1 vote
0 answers
82 views

How do I create very large .gif files from .png frames, avoiding memory limitations?

I would like to create a .gif from single .png frames and am dealing with lots of very large files. The .png files are roughly 10GB in total. So far, I have done the following: ffmpeg -framerate 30 ...
knods's user avatar
  • 11
2 votes
1 answer
364 views

Make a GIF image with an exact given byte size

For a specific task (replace an image inside a firmware without any data offset shifting), I need to create a GIF file of size 409x240 pixels of exactly 6449 bytes: offset 0-5: GIF89a (magic string) ....
Basj's user avatar
  • 1,906
1 vote
0 answers
462 views

How do I create a perfectly seamless loop gif from a video which has multiple cycles?

Let's say for example I have a video of a ball going around in a circle. In the video, it's obvious it is a loop and the entire video is around 1 minute and 20 seconds long, so the ball goes around ...
DavidNyan10's user avatar
1 vote
1 answer
125 views

combining two animated GIF icons [closed]

I'm trying to combine two GIF icons and I would like the result to be like what I see when I open a document in libreoffice draw or libreoffice impress , import these 2 icons and group them : both are ...
mazda's user avatar
  • 177
0 votes
2 answers
6k views

Inserted GIFs photos do not animate in Microsoft Word 2016

I make lots of proposals on a daily basis. I would like to know how I can put animated photos that would play in Microsoft Word and subsequently in my PDF documents.
Shariq's user avatar
  • 1
0 votes
0 answers
386 views

How to convert gifs to video while keeping framerate

edit: Looks like converting the gifs may not really be changing the frame rate, guess the question is moot. I have a lot of gifs nested in multiple subdirectories and they have different frame rates ...
cudnn_account's user avatar
0 votes
1 answer
132 views

ffmpeg convert directory GIF in linux

Hi i'm trying to convert a directory of gifs to mp4 but i don't know how to i'm use this code for single file please help me !ffmpeg -i /content/drive/MyDrive/1/ -movflags faststart -pix_fmt yuv420p -...
Dan Gonzalez's user avatar
1 vote
1 answer
1k views

Colors change when converting GIF to VP9 WebM using FFmpeg

The colors come out fine when I try using VP8 WebM or H264 MP4, but whenever I use VP9 WebM there's a slight change in color. The change in color can be seen in Chrome, not sure about other browsers ...
SportySpice's user avatar
0 votes
1 answer
103 views

Automate copying new file in specific folder to clipboard

I'm using a macOS app to create GIFs (called GifFox) but the app does not offer a feature to auto-save to clipboard. However, I can define the location the GIF will be saved to. How can I create an ...
Moritz W's user avatar
  • 111
0 votes
0 answers
26 views

How to convert a pixel art gif into an HD mp4? [duplicate]

I'm a pixel animator on twitter, with a problem... The website only hosts video files, and will automatically convert gifs into aggressively compressed mp4 files that are 10kb big, destroying the art....
Anne Quinn's user avatar
0 votes
0 answers
200 views

Pixel Art Gif to Webm

I have a large gif file (100+ MB) and I'd like to convert it to webm to reduce the size of the final file to 10-12 MB. I'm using ffmpeg to do this and it converts the file just fine except the ...
Anodos's user avatar
  • 1
0 votes
0 answers
146 views

ffmpeg not working for URL input(directly like -i "https://ae01.alicdn.com/kf/Hfff52cf71f784d99ad93c73a334e7e37a/65x70.gif")

i've been facing issue with parsing URL input to ffmpeg executable. earlier i used to check the details for GIF such as FPS & resolution using "ffmpeg.exe"but now it has stopped working ...
Abhishek choudhary's user avatar

15 30 50 per page
1
2 3 4 5
11