Old video collections sitting in libraries and archives face a quiet emergency. Magnetic tapes like VHS, Betacam, and Hi8 degrade with every passing year, and the machines needed to play them are becoming rare and expensive. Video digitisation is the process that rescues this content by converting analog video signals into digital files that computers can store, copy, and stream. For libraries managing audiovisual heritage, knowing how this process works is no longer optional. This guide walks through why it matters, the equipment and software involved, the file formats you will encounter, and the practical challenges you should plan for.
Table of Contents
- Why video digitisation matters
- The video capturing process
- Source playback devices
- Camcorders and digital cameras
- The analog-to-digital converter and capture card
- Software for video digitisation
- FFmpeg
- VLC and the VideoLAN project
- VirtualDub
- Video file formats
- MPEG-4 (MP4)
- AVI
- QuickTime (MOV)
- Challenges in video digitisation
- Storage space
- Compression techniques
- Quality considerations
- Legal and resource hurdles
Why video digitisation matters
Analog video lives on physical carriers that do not last forever. Magnetic tape loses its signal over time, and playback equipment is heading toward obsolescence. Media such as film reels, cassette tapes, and VHS tapes degrade over time, which makes the content harder to access with each passing year. Digitisation captures the content before that decay becomes irreversible.
The benefits go well beyond preservation. A digital file can be copied without quality loss, backed up in multiple locations, and accessed by many users at once. Where a single fragile tape could only be viewed by one person on one working machine, a digital surrogate can be streamed online to researchers anywhere. Digitisation preserves valuable materials while dramatically expanding access to information that was previously restricted by physical limitations.
There is an important distinction worth noting here. Library digitisation is the technical process of scanning, storing, and transforming original analog tapes into digital forms. A digital library, by contrast, is the web-based system that delivers those digitised materials to users. Digitisation is the foundation; the digital library is what gets built on top of it.
The video capturing process
At its heart, video digitisation is an analog-to-digital conversion. A continuously variable analog signal is changed, without altering its essential content, into a multi-level digital signal. This happens through sampling, where the signal’s strength is measured at evenly spaced time markers and recorded as numerical values. To do this reliably, you need the right chain of devices.
Source playback devices
The first requirement is a machine that can play the original format. For VHS tapes, this means a working VCR; for older camcorder formats like Hi8 or MiniDV, you need the matching camcorder or deck. The quality of this device matters more than people expect. A good VHS deck with S-Video output and a built-in Time Base Corrector (TBC) produces a far cleaner result. A TBC stabilises and synchronises the timing of the analog video signal, reducing the jitter and distortion that cheap setups leave behind.
Camcorders and digital cameras
If you do not have a separate deck, a camcorder that uses the same tape format can serve as the playback source. Modern digital cameras and camcorders already record directly to digital files, so they do not need conversion. They become relevant when you are capturing live events or copying footage that originated on a device with a digital output.
The analog-to-digital converter and capture card
This is the critical link. An analog-to-digital converter, often called a digitizer, takes the analog signal as input and formats the data into a serial digital bit stream as its output. Its input ports connect to the playback device through cables such as RCA cables, while its output ports connect to a computer. Professional facilities use high-end converters, while smaller institutions and individuals often rely on USB video capture cards.
These capture devices take the analog video and audio coming from a VHS player and convert it into a digital format the computer can save. Most consumer capture cards connect via USB, automatically detect the PAL or NTSC video standard, and capture footage into a digital format like MP4. The difference between a clean transfer and a glitchy mess often comes down to how well the device handles dropped frames and audio sync.
Software for video digitisation
Once the hardware is connected, software does the capturing, processing, and encoding. Several powerful open-source tools dominate this space, which is good news for libraries working with limited budgets.
FFmpeg
FFmpeg is an open-source library for encoding and decoding many types of media files. It is a command-line tool used for converting between formats, trimming, concatenating, scaling, and applying post-production effects. It is widely used for format transcoding, basic editing, video scaling, and standards compliance. Because it supports a huge range of codecs, FFmpeg is the engine that quietly powers much of the digital video world. The toolkit also includes ffprobe for inspecting media details and ffplay for simple playback.
VLC and the VideoLAN project
VideoLAN is a non-profit organisation that develops software for playing video and other media formats, the most famous being the VLC media player. VLC is best known as a player that handles almost any format, but it can also capture, convert, and stream video. Notably, VLC leverages FFmpeg for its robust video processing capabilities, so the two projects are deeply interdependent. For a library, VLC offers a friendly graphical interface for tasks that FFmpeg handles through the command line.
VirtualDub
VirtualDub is a long-standing video processing tool built for fast, technical work rather than timeline-based editing. It excels at frame-accurate cutting, applying filters to specific segments, and quick format changes. Its main historical limitation was a lack of built-in support for formats like MP4 and MOV, though this can be fixed by installing the FFmpeg plugin pack. Modern successor builds add native support for AVI, MP4, MKV, and MOV containers through an integrated FFmpeg backend, along with lossless codecs that are useful for archival captures. For capturing footage during the digitisation step, OBS Studio and QuickTime Player are also commonly used.
Video file formats
Choosing a format means understanding the difference between a container and a codec. The codec encodes and compresses the actual video and audio data, while the container is the wrapper that holds everything together so it can be played back in sync. A single container like MP4 can hold video tracks, audio tracks, subtitles, and metadata. Confusing the two is one of the most common mistakes beginners make.
MPEG-4 (MP4)
MP4, formally MPEG-4 Part 14, is the most common video file format and plays on most devices. For digitising VHS and similar tapes, the best choice for most people is MPEG-4 using H.264 compression, the same format used by YouTube, because it delivers high quality without taking up excessive room. This makes MP4 the natural default for access copies that users will stream or download.
AVI
AVI, or Audio Video Interleave, was developed by Microsoft as an early container format. It is supported by almost every player, which made it popular, but it is an old design. The AVI container has no native support for modern MPEG-4 features like B-frames, and workarounds to enable them often cause playback problems. AVI remains useful for storing lossless or lightly compressed captures during processing, but it is rarely the right choice for distribution.
QuickTime (MOV)
The MOV format was developed by Apple for its QuickTime framework. MOV is a digital container file for video and other multimedia, and like MP4, its videos are often encoded with the MPEG-4 codec. In fact, the QuickTime file format functions as a multimedia container with one or more tracks, each storing audio, video, effects, or text, organised into objects called atoms. The MP4 standard was originally based on QuickTime, which is why the two are closely related. The key practical difference is that MOV is a proprietary Apple format, while MP4 is an international standard. MOV files preserve high quality and are popular during editing, but they tend to be large.
Challenges in video digitisation
Digitisation is not a simple technical task. It is a complex endeavour requiring careful planning, appropriate resources, and ongoing commitment, and several recurring problems deserve attention.
Storage space
Video files are large, and high-quality archival masters are larger still. Anyone planning to digitise a sizeable collection needs to budget for substantial storage from the start. A common strategy is to keep a lossless or high-quality master file for long-term preservation and generate smaller compressed copies for everyday access. This means each item may exist in two or more versions, multiplying the storage demand. Reliable backups across multiple locations are essential, because a single hard drive failure can erase years of work.
Compression techniques
Compression sits at the centre of every storage decision. Video compression reduces file size by eliminating unnecessary data while preserving visual quality, allowing more efficient storage and playback. The trade-off is real, though. Lossless codecs preserve all the information from the original file but produce larger files, while lossy codecs save space at the cost of some quality. For preservation masters, lossless or very light compression is preferred; for access copies, efficient lossy compression like H.264 is the sensible choice.
Quality considerations
The principle of preservation is to capture the analog signal as faithfully as possible. High-quality equipment capable of capturing and preserving the analog content is essential, because quality lost at the capture stage can never be recovered. Cheap converters introduce compression artefacts, ghosting, and dropped frames. Decisions about resolution, bit depth, and codec all affect the final result, and they should be made before capture begins rather than fixed afterward. Following recognised standards, such as those used by major national archives, helps ensure the digitised files remain usable and trustworthy decades from now.
Legal and resource hurdles
Beyond the technical side, digitisation raises copyright questions about what an institution is permitted to copy and share. It also demands trained staff, working equipment, and sustained funding. Many libraries address the equipment and skills gap by outsourcing to specialised transfer vendors, often guided by a formal request-for-proposals process that sets out the standards the vendor must meet.
What do you think? If your library held a shelf of decaying VHS tapes with a limited budget, would you prioritise digitising everything quickly at lower quality, or fewer items at the highest archival standard? And how should institutions balance the cost of long-term storage against the goal of preserving as much of our audiovisual heritage as possible?
References
- https://www.archivalworks.com/blog/best-practices-for-digitizing-and-preserving-analog-media
- https://www.sciencedirect.com/topics/computer-science/digitization
- https://lib.utah.edu/services/digital-library/AVDigitization.php
- https://wiki.videolan.org/FFmpeg/
- https://graphsearch.epfl.ch/en/concept/490528/concepts?page=1
- https://www.franksworld.com/2026/05/10/the-symbiosis-of-vlc-and-ffmpeg-the-unsung-heroes-of-online-video/
- https://whatsoftware.com/extract-video-frames-to-images-using-vlc-media-player/
- https://www.adobe.com/uk/creativecloud/video/discover/best-video-format.html
- https://www.movavi.com/support/how-to/capture-vhs.html
- https://www.diffen.com/difference/AVI_vs_MOV
- https://www.cloudflare.com/learning/video/mov-vs-mp4/
- https://www.storyblocks.com/resources/blog/mov-vs-mp4
- https://www.techsmith.com/blog/video-file-formats/

Leave a Reply