Convert VOB Subtitles to WebVTT or ASS Files

VOB subtitles found on DVDs are not text-based; they are multiplexed bitmap images known as subpictures (VobSub). Because they are graphical overlays rather than encoded text, converting them into modern, scalable formats like WebVTT (.vtt) or Advanced SubStation Alpha (.ass) requires software equipped with Optical Character Recognition (OCR). This article covers the primary software tools and workflows available to extract these bitmap streams, run them through an OCR engine, and export them as WebVTT or ASS subtitle files.

1. Subtitle Edit

Subtitle Edit is the industry standard open-source desktop tool for converting bitmap subtitles to text formats. It natively opens .vob files, .ifo files, and extracted .sub/.idx (VobSub) streams.

2. FFmpeg and VobSub2SRT (CLI Workflow)

For headless systems, Linux environments, or batch processing, command-line utilities provide automated conversion pathways.

3. BDSup2Sub + Aegisub

If you need highly customized, styled ASS subtitles (often used for complex styling, positioning, and animation), a specialized multi-tool workflow is ideal.

4. CCExtractor

While primarily engineered for extracting closed captions (CEA-608/708), CCExtractor also includes functionality to detect and process DVD bitmap tracks on video inputs. It includes built-in OCR capabilities that can decode subpicture frames directly from raw VOB transport streams into standard text outputs without requiring third-party GUI software.