V
V
Vaskiv992018-06-13 07:47:49
ASP.NET
Vaskiv99, 2018-06-13 07:47:49

How to concatenate two videos (byte arrays) into one video file c#?

How to merge two videos (byte arrays) into one video file. The problem is the following, when I connect after the bytes are added, but the length of the video does not change (that is, it will be equal to the length of the first video that connects to the first). Apparently this is due to the fact that the first bytes in the video correspond to the length of the video, etc. I tried to connect without the first, but then the file is damaged and does not open

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
LiptonOlolo, 2018-06-13
@LiptonOlolo

I, not knowing the structure of the video files, can say with a 99.8% probability that somewhere at the beginning there are 2, or 4, or 8 bytes of the length of the video. Which, of course, you do not change, so you get the video in its original form.

W
Wundarshular, 2018-06-18
@Wundarshular

You should look at the general structure of the file. As LiptonOlolo noted, at the beginning of the file there is a header describing the further contents, including the length of the file in bytes. Since you end up with a new file, you should also edit its header.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question