With which program do you do the gifs in this site?

Moderators: aleksey_k, admin

User avatar
marcimilan10
Veteran Member
 
Posts: 347
Joined: Mon Jan 19, 2015 11:27 am
Karma: 0

With which program do you do the gifs in this site?

Postby marcimilan10 » Mon Dec 21, 2015 9:03 am

I saw a. Lots of lp gifs. 10secundum long gifs.

fracassato
Established Member
 
Posts: 57
Joined: Fri Oct 30, 2015 12:52 pm
Karma: 0

Re: With which program do you do the gifs in this site?

Postby fracassato » Wed Dec 23, 2015 8:07 pm

I use FFmpeg and its filters.

These two filters were added by a year or so, while before It was a pain to achieve even a 5/10 score quality GIF image from a video.

However...

http://ffmpeg.org/ffmpeg-filters.html#palettegen - GIF format is limited to 256 colors, so it needs to extract the main colors used in the video to make the gif.

http://ffmpeg.org/ffmpeg-filters.html#paletteuse - It actually perform the operation of dithering to spread the colors over the image and build a GIF from the palette which has been given to it from palettegen.

EDIT

To make it the simplest possible.

http://ffmpeg.org/download.html - Download for Linux, Mac and Windows

It's a command line tool, so open your terminal, set your current directory where you just download the zipped file ( that you have to unzip ) and finally open the bin folder ( it has to be there... ).

In the bin folder you'll find: ffmpeg, ffprobe and ffplay. What you are going to use is ffmpeg.

In the terminal paste these commands ( these are only examples and may vary ):

1st:
Code: Select all
ffmpeg -i VIDEO -vf palettegen -y PALETTE.png


2nd:
Code: Select all
ffmpeg -i VIDEO -i PALETTE -lavfi paletteuse -y OUTPUT.gif



These are some results:

Image


Image
Last edited by fracassato on Thu Dec 24, 2015 4:56 pm, edited 2 times in total.

User avatar
magizi877
Veteran Member
 
Posts: 3930
Joined: Mon Apr 01, 2013 11:26 pm
Karma: 0

Re: With which program do you do the gifs in this site?

Postby magizi877 » Wed Dec 23, 2015 8:44 pm

Can you post some examples of your creations using that software?

User avatar
chrisssj2
Veteran Member
 
Posts: 212
Joined: Wed Oct 09, 2013 11:22 pm
Karma: 0

Re: With which program do you do the gifs in this site?

Postby chrisssj2 » Wed Dec 23, 2015 11:27 pm

Maybe a simple screenshot guide for pc illiterates would be nice <3 Only if someone wants forcourse

I love gifs!

fracassato
Established Member
 
Posts: 57
Joined: Fri Oct 30, 2015 12:52 pm
Karma: 0

Re: With which program do you do the gifs in this site?

Postby fracassato » Thu Dec 24, 2015 8:27 pm

Another example

Image

For a more comprehensive guide, check out this link: http://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html


Return to General discussion

Who is online

Users browsing this forum: No registered users and 30 guests