221 Star 941 Fork 692

GVPMindSpore/mindscience

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
mindelec.vision.image_to_video.rst 635 Bytes
Copy Edit Raw Blame History
luojianing authored 2023-04-14 17:28 +08:00 . add ` for values in docs

mindelec.vision.image_to_video

.. py:function:: mindelec.vision.image_to_video(path_image, path_video, video_name, fps)

    从现有图像创建视频。

    参数:
        - **path_image** (str) - 图像路径,所有图像均为jpg格式。 `path_image` 中的图像名称应类似于: ``00.jpg``、 ``01.jpg``、 ``02.jpg``、... ``09.jpg``、 ``10.jpg``、 ``11.jpg``、 ``12.jpg`` 等。
        - **path_video** (str) - 视频路径,视频保存路径。
        - **video_name** (str) - 视频名称(.avi文件)。
        - **fps** (int) - 指定视频中每秒多少张图片。
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindspore/mindscience.git
git@gitee.com:mindspore/mindscience.git
mindspore
mindscience
mindscience
master

Search