What's the easiest way to save a GIFV as a simple GIF?
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Popsicle Puzzles
--
Chapters
00:00 What'S The Easiest Way To Save A Gifv As A Simple Gif?
00:20 Accepted Answer Score 29
01:50 Answer 2 Score 16
02:21 Answer 3 Score 1
02:48 Thank you
--
Full question
https://superuser.com/questions/868605/w...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#googlechrome #mp4 #gif #webm
#avk47
ACCEPTED ANSWER
Score 29
GIFV
isn't a GIF
at all, in the traditional sense anyway. It's actually a video file.
Here's what I read from Imgur's blog post introducing GIFV:
The cornerstone of Project GIFV is a platform-wide upgrade to automatically convert uploaded GIF files on the fly into the WebM or MP4 video formats, depending on browser support.
...
Project GIFV implements video in a way that looks and behaves exactly like a GIF.
If you right-clicked on a GIFV
and selected Open link in new tab
(or a similar option) you'd see that Imgur creates a minimalistic web page that it seems like you just opened a GIF
in a new tab but right-click anywhere on the page and select View Source
and you'll see that isn't the case.
To answer your question, the easiest way to save a GIFV
as a GIF
(if it is hosted on Imgur.com) is to open it in a new tab and click on the download link at the bottom.
If the GIFV
is hosted on another site (not that I know of any other sites hosting GIFV) you can use either of the two online video conversion services:
NOTE: Downloading a GIFV
as a proper GIF
will most certainly increase the file size by a big margin. If you'd rather download the WEBM
or MP4
video instead, you may right click on the GIFV
and select Save video as...
(or a similar option).
ANSWER 2
Score 16
For Imgur URLs, if you remove the V from .gifv
then you will get the original animated GIF.
(This might not be "a simple GIF" but could be a large file, as explained on Imgur's blog. Like in http://i.imgur.com/zvATqgs.gifv the embedded video is 3.4 MB, but the original animated GIF http://i.imgur.com/zvATqgs.gif is 46.7 MB.)
ANSWER 3
Score 1
Renaming .gifv to .gif extension on the address bar does not work for me.
Right click on the .gifv and copy video url, this will copy it's url with .mp4 extension.
Use wget
or other tools to download the file. It usually redirects back to the .gifv link on a browser.