'commit'
This commit is contained in:
BIN
dsLightRag/JiMeng/Exampleimage2video.mp4
Normal file
BIN
dsLightRag/JiMeng/Exampleimage2video.mp4
Normal file
Binary file not shown.
@@ -108,7 +108,7 @@ def main():
|
||||
logger.info(f"视频地址: {video_url}")
|
||||
|
||||
# 下载视频
|
||||
save_video_path = f"{JmCommon.base_path}{mp4_file_name}"
|
||||
save_video_path = fr"D:\dsWork\dsProject\dsLightRag\JiMeng\{mp4_file_name}"
|
||||
logger.info("开始下载视频...")
|
||||
JmCommon.download_file(video_url, save_video_path)
|
||||
logger.info(f"视频已下载到: {save_video_path}")
|
||||
|
Reference in New Issue
Block a user