Coder Social home page Coder Social logo

cut_video's Introduction

介绍

使用python来剪辑视频!

借助moviepy这个库

github repo:

https://github.com/chunleili/cut_video

安装

你可以使用

pip install cut_video

来下载。(推荐,因为还会在你系统内安装同名的命令行工具)

或者直接clone这个repo

用法

在当前文件夹下

  1. 你需要提供mp4视频: full.mp4

  2. 你需要在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 这三个时间片段, 保留剩下的。

结果在 final.mp4当中

假如你使用pip的方式安装,只需要运行

cut_video

即可

其他运行方式

你还可以运行python脚本的方式来运行

python cut_video.py

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

cut_video.ipynb

视频教程

请见视频教程

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

cut_video's People

Contributors

chunleili avatar

Stargazers

dany avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.