1920 London Hd Video Verified Download 720p Movies May 2026
The BFI has remastered rare 1920s London “actualities” (early documentaries). Some are free to stream, but you can purchase downloads in HD. Their collection London on Film includes stunning 720p footage of the 1924 British Empire Exhibition at Wembley.
A goldmine for public domain footage. Search for “London 1920s” and filter by “Movies.” Many uploads are raw scans from the Prelinger Archives or European film institutes. 1920 london hd video verified download 720p movies
const express = require('express');
const fs = require('fs');
const path = require('path');
const ffmpeg = require('fluent-ffmpeg');
const app = express();
app.get('/download/:videoId', (req, res) =>
const videoId = req.params.videoId;
// Assume videoPath is the path to your video file
let videoPath = path.join(__dirname, 'videos', videoId + '.mp4');
// Convert to 720p
let outputPath = path.join(__dirname, 'output', videoId + '_720p.mp4');
ffmpeg(videoPath)
.setVideoWidth(1280)
.setVideoHeight(720)
.save(outputPath)
.on('end', () =>
res.download(outputPath, videoId + '_720p.mp4');
)
.on('error', (err) =>
console.error(err);
res.status(500).send('Conversion failed');
);
);
app.listen(3000, () => console.log('Server listening on port 3000'));
The 1920s in London were a time of roaring change—electric trams replacing horses, the BBC beginning radio broadcasts, and the city rebuilding after WWI. Seeing it in true 720p brings you closer than ever to that vanished world. The BFI has remastered rare 1920s London “actualities”
Always download from verified archives, respect licensing terms, and never pay for “too good to be true” sites. With the sources above, you can build a stunning digital library of Jazz Age London in genuine high definition. The 1920s in London were a time of
Have you found any other great sources for 1920s London HD footage? Share them in the comments below!
Enjoyed this guide? Subscribe for more posts on restoring and finding vintage footage.
This non-profit digital library is a goldmine for public domain footage.