← All guides

Offline viewing best practices for travel and low-connectivity work

Preparing video for offline use looks like a storage problem and turns out to be an organisation problem. Most people who get caught out did not run out of space — they arrived somewhere without signal and discovered the files would not play, or could not work out which of forty identically named files was the one they needed.

Work backwards from the device

The single most useful decision is made before you save anything: what will actually play this? A tablet on a plane, a laptop in a hotel room and a phone on a train have different screens, different battery constraints and different codec support.

For phones and tablets, 1080p is almost always the right ceiling. The difference between 1080p and 4K is invisible at arm's length on a small screen, and 4K costs four times the storage for that invisible difference. For a laptop you might go higher if the screen justifies it.

Codec support matters more offline than online, because there is no fallback. A browser can negotiate a format the device handles; a file sitting in local storage cannot. H.264 in an MP4 container is the safest choice by a wide margin — it plays on essentially everything and, crucially, decodes in hardware on nearly every device made in the past decade. That last point is the battery-life argument: hardware decoding is the difference between a film costing you 8% of a charge and costing you 30%.

Budget your storage honestly

Rough figures for an hour of video: 1080p at a typical streaming bitrate is around 1.5–2 GB; 720p around 0.8–1 GB; 4K anywhere from 6 GB upwards. A long flight might mean six to eight hours of content, which at 1080p is comfortably more than a nearly full phone can take.

Leave headroom. A device with no free space behaves badly in ways unrelated to video — apps fail to update, photos will not save, the operating system starts refusing things. Aim to leave a few gigabytes clear rather than filling to the last megabyte.

If space is tight, dropping resolution is more effective than deleting items, and less annoying. Going from 1080p to 720p roughly halves the size for a difference you will not notice on a phone.

Download before you need to, not when

This is obvious and still the most common failure. Hotel wifi is unreliable, airport wifi is worse, and mobile data abroad is expensive. Do the transfers at home, on a connection you trust, the day before you travel — not in the departure lounge.

Build in time to verify. A file that downloaded incompletely looks identical in a file listing to one that finished. The only way to know is to open it, skip to the middle, and confirm it plays. Two minutes of checking prevents the discovery at 35,000 feet that three of your five files are truncated.

Name files so they still make sense later

Downloaded video files often arrive with names like video_final_2_1080p.mp4 or a string of random characters. Fine today, useless in three weeks.

A convention that works: date, then source or series, then a descriptive title. 2026-03-14 Field Methods - Sampling Techniques.mp4 sorts chronologically, groups naturally, and tells you what it is without opening it. Whatever scheme you pick, apply it consistently — the value is in the consistency, not the specific format.

Folders by purpose rather than by source usually age better: "Conference prep", "Course material", "Reference" beat "Downloads 3".

Subtitles are part of the file, not an afterthought

Offline is exactly when subtitles matter most — noisy planes, quiet carriages where you would rather not use sound, content in a second language. But subtitles are usually a separate file, and separate files get left behind.

Two options. Keep the .srt alongside the video with exactly the same filename, which most players will then load automatically. Or embed the subtitle track into the container so there is only one file to manage. The second is more robust if the files will be copied between devices, since there is nothing to become separated.

Test on the actual device

A file that plays on your desktop may not play on your tablet. Before you rely on a library, copy one file across and open it on the machine you will actually use. Check that it plays, that the audio is in sync, and that subtitles appear if you need them.

This matters most for anyone preparing material for other people. A trainer arriving at a rural site with a laptop full of WebM files and a room of machines that only handle MP4 has a genuine problem and no connectivity with which to solve it.

Housekeeping

Delete after use. Offline libraries accumulate silently, and the material you needed for a trip in February is dead weight by June. A five-minute clear-out after each trip prevents the situation where you cannot download what you need because the device is full of things you no longer do.

Finally, remember that a downloaded copy is subject to the same permissions as the original. Saving something for offline viewing does not change what you are entitled to do with it — it is a convenience, not a transfer of rights.