Skip to content

一个用来生成ffmpeg命令序列的小工具,以将视频文件无损切割为多个视频段(A small tool for generating ffmpeg command sequences to cut video files into multiple video segments losslessly)

Notifications You must be signed in to change notification settings

zhangzhilinx/video_cut_cmd_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

小工具:ffmpeg多段无损剪辑命令产生器

license version

一个用来生成ffmpeg命令序列的小工具,可以根据用户需要的时间段,将一个视频切割成多段视频而不会导致画质损失


使用方法

首先系统需安装了Python3与pip,然后执行如下指令:

git clone https://github.com/zhangzhilinx/video_cut_cmd_generator.git
cd video_cut_cmd_generator
pip -r requirements.txt

上面的步骤成功完成后就可以启动了:

python __main__.py

TODO

  • 实现JSON配置文件修改标记
    • 用户进行修改后,提醒用户保存修改后的操作

About

一个用来生成ffmpeg命令序列的小工具,以将视频文件无损切割为多个视频段(A small tool for generating ffmpeg command sequences to cut video files into multiple video segments losslessly)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages