Is there any way to concatenate multiple videos without re-encoding?
I’m not sure exactly what you are looking for, if you just want to import some video, combine them together, and re-export, then there isn’t a fast export tool for this. You’d need to set this up manually in the node graph, and reexport.
– Ryan
Ryan, thanks for your reply.
I was looking for a way to stack multiple videos together without time-consuming operation of re-encoding them on GPU, by just copying frames from source files to a destination file.
I found the solution with FFMPEG concat command that seems to work correctly.