This can be done in two steps:
1. Create a text file videolist.txt
We can implement it using simple programming(Python):
2. Enter the following command from the command prompt:
ffmpeg -f concat -i filelist.txt -c copy output.mp4
Of course, the premise is to install ffmpeg and add it to the environment path, which is relatively easy, and there are many related tutorials.
Our task of merging videos can be finished as shown below:

没有评论:
发表评论