# Run the function doc_to_srt("input.docx")
| Step | Action | |------|--------| | 1 | Extract text from DOC (copy or save as .txt) | | 2 | Split text into subtitle lines (short, readable) | | 3 | Add timestamps (manually, via software, or AI sync) | | 4 | Save as .srt with UTF-8 encoding | | 5 | Test with a video player (VLC, MPC-HC) | doc to srt