https://github.com/flaribbit/video-concat-with-ffmpeg
1-key video concat with ffmpeg 视频一键合并小工具
https://github.com/flaribbit/video-concat-with-ffmpeg
ffmpeg video
Last synced: 3 months ago
JSON representation
1-key video concat with ffmpeg 视频一键合并小工具
- Host: GitHub
- URL: https://github.com/flaribbit/video-concat-with-ffmpeg
- Owner: flaribbit
- License: mit
- Created: 2018-10-08T04:44:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-13T02:49:01.000Z (almost 6 years ago)
- Last Synced: 2025-03-18T13:43:54.458Z (3 months ago)
- Topics: ffmpeg, video
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 41
- Watchers: 0
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# video-concat-with-ffmpeg
看到有好多star,而且好多开发者不是用Codeblocks环境的,于是决定更新一下Makefile,直接执行`make`指令就可以了
视频一键合并小工具
release页有exe文件下载!
使用方式:如果安装了ffmpeg(设置了环境变量),把文件拖拽到程序窗口中即可。
注意:使用的方法是无损合并,所以各视频片段必须是同种编码!
---
Seeing that there are a lot of stars, and a lot of developers are not using the Codeblocks environment, so I decided to add a Makefile, you can execute the `make` command directly.1-key video concat with ffmpeg
There's exe file released!
How to use: If you have ffmpeg installed (Environment variable PATH), drag and drop files into the program's window.
Note: The method used is lossless merge(Direct stream copy), so each video clip must be the same encoding!