Jump to content

Merging multiple videos into single


vqporn

Recommended Posts

 

You could put this please to upload several videos and then become one. Thanks, I attach an example conca.thumb.jpg.48921ee55cf819e11e45947b9ca2498c.jpg

Concatenate two videos

 

Only if the files you want to concatenate have the exact same encoding settings can you concatenate without re-encoding:

ffmpeg -f concat -i files.txt -c copy output.mp4

In the files.txt file, place urls to the files you want to concatenate:

file '/path/to/video1.mp4' file '/path/to/video2.mp4' file '/path/to/video3.mp4'

You can add -safe 0 if you are using absolute paths. If you miss some frames after concatenation, keep in mind that the concatenation happens on I-frames, so if you don't cut at exactly the right frame, FFmpeg will discard all frames up to the nearest I-frame before concatenating.

conca.thumb.jpg.dab1c4a3bf285b9c85abedda7b6468bb.jpg

Link to comment
Share on other sites

  • 1 year later...
We moved this post away from 4.1 topic.

 

As we said before on this topic, we do not see any reason for this functionality. We do not understand why this functionality is needed. Until we have no understanding on this, we can't add it into KVS.

 

The idea is to combine several videos into a single one, for example a movie that is divided by scenes, it would be great to upload all the scenes and become one

Link to comment
Share on other sites

  • 8 months later...
We moved this post away from 4.1 topic.

 

As we said before on this topic, we do not see any reason for this functionality. We do not understand why this functionality is needed. Until we have no understanding on this, we can't add it into KVS.

 

What do you want to watch? Four 15-second videos or one 1-minute video?

Users upload "mything pt1", "mything pt2" etc. You see this all the time at many sites.

 

 

I kinda don't understand why you don't understand ;)

 

I also don't understand why you need to understand. This is about presenting videos. That is what kvs does.

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...