I make GIFs as a hobby. My chosen output video codec is HuffYUV, whereas the converter I use is Ezgif, which has a file size limit to upload. While my approach is rather perfectionistic, it allows to create GIFs of an outstanding quality.
Now, I want to replicate the Ezgif conversion algorithm maximally accurately one way or another, given its file size limitation being the obstacle.
Any advice will be greatly appreciated as this dilemma has been with me for a long time. Thank you so much in advance!
+ Reply to Thread
Results 1 to 3 of 3
-
-
Personally i would use ffmpeg to convert any video to gif without any restrictions but... if you prefer cloud then instead hufyuv (btw my assumption is that your "perfectionism" forcing you to use RGB color space not YCbCr) you can use any other supported by ezgif video codec (personally i would use gently lossy compressed as gif is normally very limited format so quality loss will be anyway minuscule).
-
Which "Ezgif" ? The online one? It uses lossygif (based on gifsicle) as the main gif engine. You can use gifsicle directly, locally without limitations or uploading anything
https://ezgif.com/about
https://kornel.ski/lossygif
https://github.com/kornelski/giflossy
http://www.lcdf.org/gifsicle/
Similar Threads
-
Output gif shorter than input gif
By Mugunga in forum Video ConversionReplies: 1Last Post: 23rd May 2023, 13:48 -
gif animation youtube
By racer-x in forum TestReplies: 216Last Post: 8th Mar 2020, 15:56 -
Best upscaling algorithm ?
By SomeoneNeutral in forum RestorationReplies: 16Last Post: 21st Aug 2019, 11:29 -
VLC "X" algorithm deinterlacer export
By Hamsword in forum RestorationReplies: 6Last Post: 16th Oct 2018, 09:32 -
HEVC: 8 vs 10 vs 12bit comparison using Netflix VMAF algorithm
By convert_skeptic in forum Video ConversionReplies: 5Last Post: 26th Jul 2018, 16:42