# Annotations2Sub
下载和转换 Youtube 注释
Download and convert Youtube Annotation
[](https://pypi.org/project/Annotations2Sub/)
[](https://github.com/USED255/Annotations2Sub/actions/workflows/test.yml)
[](https://www.codacy.com/gh/USED255/Annotations2Sub/dashboard?utm_source=github.com&utm_medium=referral&utm_content=USED255/Annotations2Sub&utm_campaign=Badge_Grade)
[](https://codecov.io/gh/USED255/Annotations2Sub)
[](https://pypi.org/project/Annotations2Sub)
[](https://pypi.org/project/Annotations2Sub)
---
```bash
pip install Annotations2Sub
```
```help
usage: Annotations2Sub.py [-h] [-l] [-x 100] [-y 100] [-f Arial ] [-o Folder] [-d]
[-i invidious.domain] [-p] [-g] [-s] [-n] [-k] [-u] [-v]
[-V]
File or videoId [File or videoId ...]
Download and convert Youtube Annotation
positional arguments:
File or videoId File path or video ID of multiple files to be convert
optional arguments:
-h, --help Show this help message and exit
-l, --embrace-libass Embrace libass's quirks and features, and not specifying
this option will adapt to xy-vsfilter
-x 100, --transform-resolution-x 100
Transform resolution X
-y 100, --transform-resolution-y 100
Transform resolution Y
-f Arial, --font Arial
Specify font
-d, --download-for-archive
Try to download the Annotations file from Internet Archive
-D, --download-annotation-only
Download Annotation only
-p, --preview-video Preview video, requires mpv(https://mpv.io/)
-g, --generate-video Generate video, requires FFmpeg(https://ffmpeg.org/)
-i invidious-instances.domain, --invidious-instances invidious-instances.domain
Specify invidious instances (https://redirect.invidious.io/)
-s, --output-to-stdout
Output to stdout
-n, --no-overwrite-files
Do not overwrite files
-N, --no-keep-intermediate-files
Do not keep intermediate files
-O directory, --output-directory directory
Specify the output directory for the converted file
-o File, --output File
Save to this file
-v, --version Show version
-V, --verbose Show more messages
```
---
转换注释文件
```bash
Annotations2Sub 29-q7YnyUmY.xml
```
下载并转换注释文件
```bash
Annotations2Sub -d 29-q7YnyUmY
```
生成视频
```bash
Annotations2Sub -g 29-q7YnyUmY
```