A Python script that converts .ass files into .docx files. This should simplify a quality check.
Only tested on Windows 11.
- Install Python
- Open CMD and run
pip install python-docx
- Open ass_to_docx.py with a double click and select the input files
- Done