|
|
|
|
|
by salehenrahman
3804 days ago
|
|
Half the comments are pointing out that BPG is implemented in JavaScript. Like no shit? It's not natively supported in browsers, and OP makes a call for everyone to push browsers to natively support it. I mean like, geez, I want a proper video-like playback format (e.g. 24+ frames per second) at a smaller file size, so that I can view videos on my mobile phone. Gif lags on mobile internet, and MP4 requires that we explicitly hit the play button on mobile browsers. So either we adopt a format like BPG, or adopt another format based on h.264/h.265/VP8/VP9/Theora but for the sole purpose of being a Gif-like animation. |
|
Wouldn't the more obvious choice be simply adding an option in browsers to not require hitting the play button (perhaps for MP4 that has no sound)?
Even with browser support for BPG, MP4 has the huge advantage of hardware acceleration in almost all modern devices[1].
[1] In theory, BPG may be able to take advantage of similar hardware acceleration, but why not just fix the user experience around an existing format rather than implement yet another format?