Guys plz Help me.. i need a method to convert Video Files to gif file... i hve tried some methods but they r results in making Big size Gif file... i need method to convert video file to gif file in quality n in small size possible. thanks
+ Reply to Thread
Results 1 to 4 of 4
-
-
Depending on the original video resolution, duration and frames-per-second, the conversion to animated GIF surely will return HUGE filesizes. Even if you use a "smart" application (such as the ancient Microsoft GIF Animator) which stores only the differences between the first frame and the remaining frames, instead of compressing each frame independently. Besides, don't forget that GIFs use a 256-color palette, and so the conversion is not lossless.
-
Last edited by jagabo; 7th Oct 2016 at 22:51.
-
At first use only ordered dithering, prepare single 256 color palette for whole video, consider to decimate number of frames (and as such framerate), you can additionally reduce final gif size by applying optimization and final word - don't expect miracles - maybe instead of gif you can use video codec (VP9 for example should be now supported by all main web browsers).
Well... it depends what is detail... i can imagine detailed video and low gif size and video without any details and large gif size. (you think on gif like on video codec - IMHO it is not the same case)
Similar Threads
-
how to create a virtual file linked to the a real .avi video file ?
By marcorocchini in forum Newbie / General discussionsReplies: 13Last Post: 5th Dec 2015, 08:34 -
Missing GIF icon file for .msi attachment type?
By Brad in forum FeedbackReplies: 1Last Post: 28th Aug 2014, 01:34 -
converted .mov, reference file deleted but the file has a video track.
By cdtsly in forum Video ConversionReplies: 5Last Post: 13th Nov 2013, 13:30 -
Creating a video file from a DTS file with blank/still image video
By vdgg in forum AudioReplies: 8Last Post: 31st Oct 2012, 00:41 -
How do I edit h.264 video file with separate PCM audio file?
By FulciLives in forum EditingReplies: 4Last Post: 3rd Jul 2012, 17:22