Guys,
So I have two video files, say,1.mp4 and 2.mp4. I want to cut out the beginning of 1.mp4 and then add it to 2.mp4, so that in the end I have 3.mp4 (which is the beginning of 1.mp4 + 2.mp4). Is it possible without re-encoding? Can ffmpeg take care of that? I know with ffmpeg you can cut out certain parts of the video, but not sure if it's not re-encoded after you apply ffmpeg...
(This post was last modified: 2020-07-29, 12:23 AM by allldu.)
So I have two video files, say,1.mp4 and 2.mp4. I want to cut out the beginning of 1.mp4 and then add it to 2.mp4, so that in the end I have 3.mp4 (which is the beginning of 1.mp4 + 2.mp4). Is it possible without re-encoding? Can ffmpeg take care of that? I know with ffmpeg you can cut out certain parts of the video, but not sure if it's not re-encoded after you apply ffmpeg...