A
A
Alexey Sklyarov2017-10-12 17:39:55
HTML
Alexey Sklyarov, 2017-10-12 17:39:55

How to optimize video pasted as background?

I insert a video clip through the video that will work as the background of the block. The video itself weighs 22 MB with a duration of 25-30 seconds. How is such videos uploaded to the user? With audio, for example, they are all downloaded to the client at once. It turns out that when loading the page, the user will start downloading as much as 22 mb. How do they cope with such a task? <video>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Taratin, 2017-10-12
@0example

Reduce the bitrate and video resolution.
Move the metadata to the beginning of the mp4 container
Set preload="metadata"
htmlbook.ru/html/video/preload
To make the pixels not catch your eye, put a grid of small black dots on the video
https://jsfiddle.net/soumyabg/wefLyrhp/
css background dotted overlay

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question