How can I concatenate multiple videos into a single python video?
I saw something about moviepy, but the issue is that the video is stored in a buffer list, I have a list acting as a buffer that stores the bytes of the videos. The videos have H264 codec, mp4 extension, 30 minutes long
I tried some code with moviepy, and ffmpeg-python but to no avail
New contributor
Yury Miguel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.