A desktop tool that converts .srt subtitle files into .docx continuity lists —
documents used in film/TV production to catalogue dialogue by character.
- Parses SRT subtitle files and extracts dialogue per character
- Detects pause intervals between lines (configurable thresholds)
- Lets you assign gender to each character (affects formatting in the output doc)
- Exports to
.docxwith customizable female-line styling (bold/italic/underline)
- Qt 6.x
- C++11
sudo apt install qt6-base-dev qt6-tools-dev qt6-tools-dev-tools libqt6xml6
git clone https://github.com/kei91/SrtToContinuityListConverter.git
cd SrtToContinuityListConverter
qmake6 SrtToContinuityListConverter.pro
make
./SrtToContinuityListConverterOpen SrtToContinuityListConverter.pro in Qt Creator and build with MSVC or MinGW.
- Open the app and browse for an
.srtfile - The character list is populated automatically — click the gender column to toggle M/F
- Set the output
.docxpath and click Export