# Tvideo **Repository Path**: tool_6/tvideo ## Basic Information - **Project Name**: Tvideo - **Description**: 将照片合成视频 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2024-04-26 - **Last Updated**: 2026-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 照片转视频工具 ## 安装 ``` git clone https://gitee.com/tool_6/tvideo.git ``` ## 依赖 ``` os cv2 tqdm argparse ``` ## 使用步骤 - 1、把照片放在images文件夹中 - 2、调整照片的名字使得在文件夹中顺序按自己所想的升序排列 - 3、调用指令合成图像 ``` cd source python3 ./make.py 0.5 ``` 0.5指的是0.5s一张图像 可自由发挥 - 4、去video文件夹中找输出视频(video.mp4)