|
@@ -4,7 +4,9 @@
|
|
|
* Use **slide title** as the video title.
|
|
|
* Use **slide** as the picture in the video.
|
|
|
* Take **notes** as lecture notes.
|
|
|
-* Use **time** as the client id.
|
|
|
+ * Note: If you want to use **sub_titles** in the English version API, add **[sub_title]** in notes and add the content you want to enter after it, as shown in the figure below.
|
|
|
+
|
|
|
+ 
|
|
|
* Currently only **Peggy** is selected as the anchor.
|
|
|
|
|
|
|
|
@@ -33,6 +35,6 @@ python slides_API_AI_anchor.py --presentation_id {presentation_id} --save_to_loc
|
|
|
|
|
|
* `--presentation_id` *(string, required)* – Choose which slide to convert to video.
|
|
|
* `--save_to_local` *(bool, optional)* – Save the memo locally. If `True`, the img and memo file will be saved in a folder named as the title of the slide. (Default: `True`)
|
|
|
-* `--eng` *(bool, optional)* –Choose to use the English version. (Default: `False`)
|
|
|
+* `--eng` *(bool, optional)* – Choose to use the English version. (Default: `False`)
|
|
|
|
|
|
Note: presentation id 
|