j7891618123 e0414b74d6 update README.md | há 3 anos atrás | |
---|---|---|
README.md | há 3 anos atrás | |
requirements.txt | há 3 anos atrás | |
slides_API_AI_anchor.py | há 3 anos atrás | |
spread2.json | há 3 anos atrás |
Convert google slides to AI anchor video.
pip install -r requirements.txt
Note: See requirements.txt for more details.
Create a google slide to be converted into a video.
Add or share permissions to service@dstest-1-292707.iam.gserviceaccount.com or set the access permission to public.
Find the presentation id in the address bar and execute the following command.
python slides_API_AI_anchor.py --presentation_id {presentation_id} --save_to_local True --eng False
--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
)