Is this what gfycat does?
That site actually uses the superior VP8 compression format in a WebM container.
Introducing GIFV
61–70 of 205 posts
Re: Introducing GIFV
#62Re: Introducing GIFV
#63Earlier quoted context omitted.
Browsers should display GIFVs without transport controls (unlike ), and ignore any audio tracks that are included - basically construct a limited MP4 profile and handle it appropriately. It's a useful construct imho.
Ah, that actually makes some sense, as far as a file format specification. So GIFV would offer a subset of the functionality of a typical video file format (most notably, absence of sound). Although I would think it would make more sense to just strip out the audio, rather than instruct browsers to ignore any audio tracks.
Re: Introducing GIFV
#64I'm surprised nobody has mentioned this yet: why is imgur allowed to use copyrighted material to promote this new feature? I'm pretty certain they didn't get permission to use those clips from Tron or Star Wars. Does the fact that they were created by a user somehow give them immunity?
Re: Introducing GIFV
#65I'm surprised nobody has mentioned this yet: why is imgur allowed to use copyrighted material to promote this new feature? I'm pretty certain they didn't get permission to use those clips from Tron or Star Wars. Does the fact that they were created by a user somehow give them immunity?
Re: Introducing GIFV
#66Why a new extension? Doesn't mp4 have enough extensions? .aac, .mp4, .m4a, .m4b, .mp4v, .m4p, .m4v, .mpeg4 so far. And now .gifv? I don't get it.
Re: Introducing GIFV
#67Am I misunderstanding something here? I don't see anything other than an .mp4 video served via a tag from a URL that ends in .gifv. I was interested in seeing how it worked to look into supporting it for a mime type detection library I've written. The blog post mentions submitting a specification to the relevant standards organization. Are they planning on creating a new mp4 ftyp and registering a mimetype with IANA?
Yes, why are they calling mp4 files gifv files? Is it somehow cooler? Can I start serving .html files as .awesome files? And .js as .kicka$$ files? and .mp3 as .boomin'? GET "index.awesome" at this rate, why not re-write all of html so it's cooler? => => =>
Sure, go ahead. Extensions in a URL have little to do with the actual type of content, and .html has long been abandoned by dynamic systems, who originally went to extensions being an implementation detail, and on many current systems being a lie (e.g. the .aspx extension that actually runs a PHP page that returns an HTML5 file).
They're using a URL extension to signal to their system what to do with the file, which in the case of GIFV is to wrap an MP4 video in a simple HTML5 container. Eh.
Re: Introducing GIFV
#68Re: Introducing GIFV
#69Can't we just all settle for .webm? The cancerous patented MP4/H264 combination must die.
This debate is partly why the web is overrun with enormous animated GIFs.
It seems pretty clear that webm isn't going to be widely supported. Time to move on.
Re: Introducing GIFV
#70I don't know if its just me, but the GIFVs embedded on the page dont load for me, unless I click on them to open them in a page on their own, and the second one doesn't play even in this case. Firefox 32.0.3 on Linux
That's probably because Firefox on OS X (32.0.3) doesn't yet handle H.264, which is what these GIFV files really are. FF on Windows (32.0.2) does support H.264, and the GIFV files play as expected. IIRC, FF on Android was the first version to get H.264 support, which it's had for some time now. EDIT: You can check codec support for your current browser+platform at YouTube's HTML5 page, below. I briefly dug around in…