# ppt_to_video_py **Repository Path**: wang-xinchao123/ppt_to_video_py ## Basic Information - **Project Name**: ppt_to_video_py - **Description**: 视频合成 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-12 - **Last Updated**: 2021-11-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目文档 - image to video - 定时监控 ```bash */1 * * * * /home/ubuntu/image2video/service.sh start # or */1 * * * * /home/ubuntu/image2video/service.sh start >>/home/ubuntu/image2video/crontab.log 2>&1 ``` 查看 `log`: ```bash tail -f /var/log/syslog ```