gitextract_roxluuhh/ ├── .github/ │ └── workflows/ │ └── publish.yml ├── .gitignore ├── LICENSE ├── __init__.py ├── add_subtitles_to_background.py ├── add_subtitles_to_frames.py ├── apply_whisper.py ├── example_workflows/ │ └── whisper_video_subtitles_workflow.json ├── pyproject.toml ├── readme.md ├── requirements.txt ├── resize_cropped_subtitles.py ├── save_srt.py └── utils.py