# video_cut_cmd_generator **Repository Path**: zhangzhilinx/video_cut_cmd_generator ## Basic Information - **Project Name**: video_cut_cmd_generator - **Description**: 一个用来生成ffmpeg命令序列的小工具,以将视频文件无损切割为多个视频段(A small tool for generating ffmpeg command sequences to cut video files into multiple video segments losslessly) - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2020-07-01 - **Last Updated**: 2025-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 小工具:ffmpeg多段无损剪辑命令产生器 ![license](http://img.shields.io/badge/license-MPL%20v2-blue.svg) ![version](https://img.shields.io/badge/version-v0.1.0-orange) 一个用来生成ffmpeg命令序列的小工具,可以根据用户需要的时间段,将一个视频切割成多段视频而不会导致画质损失 ![](doc/assets/demo.png)
## 使用方法 首先系统需安装了Python3与pip,然后执行如下指令: ```shell script git clone https://github.com/zhangzhilinx/video_cut_cmd_generator.git cd video_cut_cmd_generator pip -r requirements.txt ``` 上面的步骤成功完成后就可以启动了: ```shell script python __main__.py ```
## TODO * 实现JSON配置文件修改标记 - 用户进行修改后,提醒用户保存修改后的操作