Skip to main content

Easily cut the video by moviepy

Project description

介绍

使用python来剪辑视频!

借助moviepy这个库

github repo:

https://github.com/chunleili/cut_video

用法

首先安装moviepy

pip install moviepy

你需要提供的视频名为: full.mp4

然后在clip_to_erase.json中输入需要剪辑去掉的部分

例如

[   ["0:22", "1:14"],
    ["1:25", "1:30"],
    ["2:13", "2:25"]
]

代表我想要去掉0:22-1:14, 1:25-1:30 和2:13-2:25 这三个时间片段, 保留剩下的。

最后运行脚本

(如果是Windows,双击run.bat即可)

python cut_video.py

或者如果你安装了jupyter,也可以运行ipython脚本

cut_video.ipynb

结果在 final.mp4当中

(你也可以通过--input "full.mp4"和--output "final.pm4"来指定任意的文件名(绝对路径))

视频教程

请见视频教程

https://www.bilibili.com/video/BV1xG4y137WJ/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cut_video-0.0.6.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

cut_video-0.0.6-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page