Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. make text file with list of video you want to join
- Example:
- file 'path/to/first_video.mp4'
- file 'path/to/second_video.mp4'
- 2. Run ffmpeg using attributes:
- ffmpeg -f concat -safe 0 -i filelist.txt -c copy output.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement